/*
Theme Name: Mercadizar
Theme URI: https://albreis.com.br/mercadizar
Author: the WordPress team
Author URI: https://albreis.com.br/
Description: Mercadizar.com
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mercadizar
Text Domain: mercadizar
*/

@font-face {
    font-family: 'OmnesRegular';
    src: url('fonts/omnes-regular-webfont.eot');
    src: url('fonts/omnes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnes-regular-webfont.woff') format('woff'),
         url('fonts/omnes-regular-webfont.ttf') format('truetype'),
         url('fonts/omnes-regular-webfont.svg#OmnesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OmnesSemibold';
    src: url('fonts/omnes-semibold-webfont.eot');
    src: url('fonts/omnes-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnes-semibold-webfont.woff') format('woff'),
         url('fonts/omnes-semibold-webfont.ttf') format('truetype'),
         url('fonts/omnes-semibold-webfont.svg#OmnesSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
_ {
    word-break: break-all;
}
body {
    font-family: 'OmnesRegular';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #f5f5f5;
}
body.archive {
    margin-bottom:0
}
.dev-by {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}
a.ivc {
    display: table;
    margin: 0 auto;
    width: 100%;
    background: #2b333f;
    padding: 0 0 15px 0;
    text-align:center;
}
a.ivc img {
    display: inline-block;
    margin: auto;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
.dev-by hr {
    border-color: rgba(0,0,0,0.3)
}
.page {
    min-height: 70vh;
}
a, a:hover, a:active, a:visited, a:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
img, figure {
    max-width: 100%;
    height: auto;
}
.wp-caption {
    margin: 0
}

header {
    background: #f0c843;
    display: block;
    z-index: 99;
    position: relative;
}
header img {
    margin: 9px 0;
    cursor: pointer;
}
header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-topo  {
    float: right;
}
#menu-topo > li {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}
#menu-topo > li ul {
    position: absolute;
    line-height: 40px;
    background: #111;
    padding: 0 15px;
    color: #fff;
    display: none;
    min-width: 200px;
}
#menu-topo > li:hover ul {
    display:block;
}
#menu-topo > li ul li + li{
    border-top: 1px solid #444;
}

.slider {
    position: relative;
    background-size: cover;
    background-position: center;
}
.slider h3 {
    color: #f0c843;
    font-size: 3em;
    margin: 0;
}
.slider-inner {
    position: relative;
    height: 500px;
}
.slider-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    color: #fff;
}
#numeros {}
.numeros-texto {
    background: rgba(240, 200, 67, 0.7);
    padding: 30px 0;
}
#numeros {
    font-size: 24px;
    background-size: cover;
    background-position: center;
    background-image: url('http://www.agendor.com.br/blog/wp-content/uploads/2015/05/reuniao-de-vendas.jpg');
}
#numeros p {
    margin: 0;
}
#numeros strong {}
#numeros h3 {
    margin: 0;
    font-size: 32px;
}
#numeros h3 small {
    font-weight: normal;
}
footer {
    background: #2b333f;
    color: #fff;
    font-size: 18px;
}
footer img {
    margin: 30px 0 15px 0;
    display: block;
}
footer ul {
    line-height: 24px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
footer ul li:before {
    content: '>';
    display: inline-block;
    margin: 0 10px 0 0;
}
.copyright {
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}
.copyright img {
    display: block;margin: auto;
}
.text-center {
    text-align: center;
}
.wp-page {
    padding: 50px 0;
}
.single-top-img {
    margin-bottom: 15px
}
/**
 * FORM CADASTRO
 */
.form-cadastro {
    padding: 30px 0;
}
.form-cadastro input::placeholder {
    font-size: 16px;
    color: #000;
}

.form-cadastro select,
.form-cadastro input[type="email"],
.form-cadastro input[type="password"],
.form-cadastro input[type="text"] {
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin-bottom: 15px;
}
.link-termos {
    font-size: 16px!important;;
}
.link-termos a {
    font-size: 16px;
    float: none!important;
}
.form-cadastro button {
    background: #2b333f;
    color: #f0c843;
    padding: 10px 30px;
    border: none;
    font-size: 20px;
}
.form-cadastro h3 {
    color: #f0c843;
    font-size: 35px;
    margin: 0;
}
.form-cadastro p {
    font-size: 23px;
}
.form-cadastro a {
    float: right;
    margin-top: 15px;
}

/**
 * FORM PERFIL
 */
.form-perfil {
    padding: 30px 0;
}
.form-perfil input::placeholder {
    font-size: 16px;
    color: #000;
}
.form-perfil .field strong {
    font-weight: bold;
}
.form-perfil .field{
    font-family: Roboto;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin-bottom: 15px;
}
.form-perfil select,
.form-perfil input[type="text"],
.form-perfil input[type="tel"],
.form-perfil input[type="password"],
.form-perfil input[type="email"] {
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin-bottom: 15px;
}
.form-perfil textarea::placeholder {
    font-size: 16px;
    color: #000;
}
.form-perfil textarea {
    width: 100%;
    min-height: 80px;
    font-size: 16px;
    padding: 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin: 15px 0;
}
.form-perfil form {}
.form-perfil button {
    background: #2b333f;
    color: #f0c843;
    padding: 10px 30px;
    border: none;
    font-size: 20px;
}
.form-perfil h3 {
    color: #f0c843;
    font-size: 35px;
    margin: 0;
}
.form-perfil p {
    font-size: 23px;
}
.form-perfil a {
    float: right;
    margin-top: 15px;
}
label {
    cursor: pointer;
    font-weight: bold;
}
label.file {
    background: #2b333f;
    color: #f0c843;
    text-transform: uppercase;
    padding: 15px;
    display: table;
}
.header label.file i {
    display: block;
}
.header label.file {
    background: transparent;
    color: #000;
}
label.file input {
    display:none;
}
.breadcrumb {
    background: #2b333f;
    color: #fff;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 60px;
}
.breadcrumb ul li + li:before {
    content: '>';
    margin: 0 10px;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {}

.archives {
    padding: 50px 0;
    min-height: 70vh;
}
.archives h1 {
    margin-bottom: 5px
}
.archives h1:after {
    content: ' ';
    display: block;
    background: #ddd;
    height: 3px;
    width: 100%;
    margin-top: 5px;
}
.archive {
    margin-bottom: 30px;
}
.archive h3 {
    color: #f0c843;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.archive .post-meta {
    margin: 5px 0;
}
.archive p {
    font-size: 1rem;
}
.archive img {}
.page-content {
    overflow: hidden;
}

.main-content {
    font-family: Roboto;
}

/**
 * FORM CONTATO
 */
.form-contato {
    padding: 30px 0;
    font-size: 16px;
}
.form-contato input::placeholder {
    font-size: 16px;
    color: #000;
}
.form-contato input {
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin-bottom: 15px;
}
.form-contato textarea::placeholder {
    font-size: 16px;
    color: #000;
}
.form-contato textarea {
    width: 100%;
    min-height: 80px;
    font-size: 16px;
    padding: 15px;
    border: none;
    background: #e8e9ea;
    color: #000;
    margin: 15px 0;
}
.form-contato form {}
.form-contato [type="submit"] {
    background: #2b333f;
    color: #f0c843;
    padding: 10px 30px;
    border: none;
    font-size: 20px;
}
.form-contato h3 {
    color: #f0c843;
    font-size: 35px;
    margin: 0;
}
.form-contato label {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
    display: block;
}
.form-contato span {
    display: block;
    margin-top: 5px;
}
.form-contato a {
    float: right;
    margin-top: 15px;
}
.wp-single {
    padding-bottom: 100px;
}
.wp-single img {
    height: auto;
}
.wp-single .single-share .fa-whatsapp {
    color: #fff;
    background: #ffb600;
    font-size: 21px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    margin-top: 3px;
}
.wp-single .single-share {
    color: #ffb600;
    font-size: 30px;
}
.wp-single .single-share > a {
    float: left;
    margin-right: 5px;
}
.wp-single .single-share{
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 15px;
}
.wp-single .single-content a {
    color: #ffb600;
}
.wp-single .single-title{
    color: #ffb600;
    font-size: 32px;
}
.wp-single .single-date{
    display: block;
    margin: 10px 0;
}
.author-avatar {
    width: 48px;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
}
.author-info {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-featureds {
    margin-top: 20px;
    font-family: Roboto;
}
.home-featureds h2{
    margin-top: 5px;
    font-weight: bold;
}
.home-featureds .news-thumb {
    margin: 0 0 5px 0;
}
.home-featureds .news-item {
    margin-bottom: 15px;
}
.home-featureds {}
.fmain .col-md-12 h2 {
    font-size: 30px;
    margin-bottom: 2px;
}
.fmain .col-md-4 h2 {
    font-size: 16px;
    margin-bottom: 2px;
}
.fmain .news-item  {
    margin-bottom: 0;
}
.fside h2 {
    font-size: 20px;
}
.fside h2 a {
    display: block;
    min-height: 50px;
}
.single-opiniao .author-image {
    border-radius: 100px;
}
.single-default {}
.single-default h1 {}
.single-default .single-share {
    margin: 15px 0 30px 0;
}
.sidebar h2 {
    font-size: 16px
}
.sidebar-title {
    background: #000;
    color: #fff;
    padding: 10px;
}
.single-default {}
#home-artigos .news-item h3 {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 10px;
}
.archive #home-artigos .news-item h3 {
    color: #000;
}
#home-artigos .news-item {
    background: #efefef;
}
#home-artigos .news-thumb {
    margin-bottom: 5px;
}
.autor-info {
    margin-top: 5px;
}
.autor-info span {
    display: block;
    font-size: 13px;
}
.news-author {
    padding: 10px;
    background: #efefef;
}
.news-author img {
    border-radius: 100px;
}
.main-content {
    padding-bottom: 50px;
}
.featured-news-wrap .widget-title:after {
    content: ' ';
    display: block;
    width: 100px;
    height: 3px;
    background: #dfdfdf;
}
.featured-news-wrap .widget-title {
    font-size: 30px;
}
.featured-news-wrap .widget-title h3 {
    margin-bottom: 5px;
}
.form-perfil input::placeholder,
.form-perfil textarea::placeholder {
    color: #888;
}
.menu-conta {
    display:none!important;
}
.menu-conta a, .menu-login a {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
}
.logged-in .menu-login{
    display: none!important;
}
.logged-in .menu-conta{
    display: inline-block!important;
}
.tipo-perfil {}
.tipo-perfil input {
    display: none;
}
.tipo-perfil input:checked ~ div{
    background: #000;
    color: #fff;
}
.tipo-perfil label div {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.tipo-perfil {

}
.errors {
    background: red;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.menu-rh {
    list-style: none;
    padding: 5px 15px;
    margin: 10px 0 0 0;
    line-height: 30px;
    background: #ffb600;
    display: inline-block;
    float: right;
    border-radius: 5px;
    overflow: hidden;
}
.breadcrumb {
    overflow: hidden;
}
.breadcrumb ul {
    width: 70%;
    float: left;
}
.interna.page.form-perfil .perfil-redes a {
    font-size: 20px;
    margin: 20px 20px 0 0;
}
.rh-filter {
    padding: 30px;
    background: #efefef;
}
.rh-filter label{
    display: block;
    margin-bottom: 5px;
}
.rh-filter select,
.rh-filter input[type="text"]{
    width: 100%;
    height: 30px;
    background: #dfdfdf;
    padding: 0 15px;
    border: none;
}
.rh-filter label.experiencia {
    margin-top: 30px;
}
.rh-filter button {
    width: 100%;
    background: #000;
    color: #ffb600;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border: none;
    padding: 5px 0;
}
.single-container > img {
    width: 100%
}
.page-rh {}
.lista-profissionais {
    font-family: Roboto;
}
.lista-profissionais .profissional{
    margin-bottom: 30px;
}
.lista-profissionais .profissional strong {
    
}
.lista-profissionais .profissional .user-info {
    background: #dfdfdf;
    padding: 15px;    
}
.lista-profissionais .profissional .user-info div {
    line-height: 16px;
}
.lista-profissionais .profissional .user-info div.rh-desc {
    margin-top: 15px;
}
.lista-profissionais .profissional .user-info strong {
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    display: table;
    margin: 15px auto 0 auto;
    border-radius: 50px;
}
.lista-profissionais .profissional strong {
    
}
.lista-profissionais .profissional strong {
    
}
a.rh-back {
    display: table;
    margin: 50px auto;
    padding: 10px 25px;
    border-radius: 50px;
    background: #cfcfcf;
    color: #000;
    float: none;
    text-transform: uppercase;
}
.lista-profissionais h3 {
    margin: 0
}
.perfil-profissional.interna .habs {
    position: relative;
}
    .perfil-profissional.interna .habs:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ccc;
}
.bwg-background > div {
    background: transparent;
}
.single-premio .single-share {
    display: table;
    margin: auto;
}
.section-title {
    margin-bottom: 15px;
}
.loop-premio .link {
    padding: 15px 30px;
    background: #000;
    color: #fff;
    display: table;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
.loop-premio h3 {
    margin: 0;
    font-size: 30px
}
.loop-premio strong{
    font-size: 13px;
}
.loop-premio .premio-info {
    background: #dfdfdf;
    padding: 15px;
}
.loop-premio .premio-thumb {
    padding-right: 0;
}
#home-artigos .entry-title {
    min-height: 60px;
}

#home-noticias .loop-category {
    margin: 5px 0;
    display: block;
}
#home-noticias .entry-title {
    margin: 0;
}
.loop-premio > .row {
    margin-right: 0;
}
.wp-contato label {
    font-size: 16px
}
.wp-contato h2 {
    margin-bottom: 15px
}
div.wpcf7-response-output {
    margin:0;
}
.assinatura {
    
}
.assinatura input {
    margin: 5px 0;
    height: 30px;
    text-align: center;
}
.assinatura label {
    display: block;
}
.assinatura button {
    padding: 10px 30px;
    border: none;
    display: block;
    margin: 10px auto;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.main-content {
    min-height: 60vh
}
.menu-item {
    cursor: pointer;
    pointer-events: auto;
}
.menu-item a {
    pointer-events: auto;
}
#perfil-capa {
    width: 100%
}
.perfil-capa {
    position: relative;
}
#perfil-logo {

}
.perfil-redes {
    text-align: left;
    display: table;
    margin: auto;
    font-size: 24px;
}
.perfil-redes a {
    display: inline-block;
    margin: 10px;
}
.perfil-logo h1 {
    margin: 15px 0 0 0;
}
.perfil-logo {
    width: 100%;
    padding: 0 50px;
}
.perfil-logo img {
    position: relative;
    margin-top: -150px;
    border: 5px solid #fff;
    height: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.news-foto-author {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.perfil-logo p{
    font-size: 16px
}
.perfil-dados {

}
a.link-portfolio {
    display: table;
    padding: 5px 10px;
    float: none;
    margin: 10px 0;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 50px;
}
.single-premio {
    padding-top: 0;
}
.toggle-menu {
    display: none
}
.form-perfil.page {
    padding-bottom: 50px;
}
.perfil-profissional.interna .perfil-logo img {
    margin-top: 0
}
.page-content-text {
    margin: 0 0 30px 0;
}
.page-content-text p {
    margin: 0;
    font-size: 1.2em;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0!important;
    border: none!important;
    background-color: #dfdfdf!important;
    padding-bottom: 5px;
}
.opniao-container {
    background-image: url('http://www.pinnaclefresh.com.au/images/overlay-pattern/gplay.png');
    background-color: #dfdfdf;
    padding: 50px 0;
}
.opiniao-bio {
    padding: 15px;
}
.opiniao-bio p {
    margin: 10px 0
}
.text-left {
    text-align: left;
}
.live {
    background: #f0c843;
    padding: 15px;
    color: #fff;
    border-top: 3px solid #333
}
.fb-comments {
    padding: 15px;
    margin-top: 15px;
    background: #f0c843;
}
.live h2 {
    margin-top: 50px
}
.live iframe {
    width: 100%;
    height: 70vh;
}
.fb_iframe_widget_fluid {
    display: block!important;
    margin: -447px 0;
}
.fb_iframe_widget_fluid.fb-video {
    margin:0;
}
.conteudo {
    overflow-x: hidden;
}
.gallery {
    overflow: hidden;
}
.gallery {
    list-style: none;
    padding:0;
}
@media all and (min-width:800px) {
    .gallery-columns-3 > figure {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 15px;
        margin:0;
    }
    .gallery-columns-3 > figure:nth-child(1n+5) {
        clear: left;
    }
}
.most-viewed {
    padding-top: 100px;
}
.pum-theme-lightbox .pum-container {
    padding: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.pum-content.popmake-content p {
    margin: 0!important;
}
td, th {
    vertical-align: top;
}
.single-content table {
    box-sizing: border-box;
}
.wp-caption.alignright {
    float: right;
}
.wp-single blockquote {
    background: #F9E2A0;
    padding: 0 15px;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 15px;
}
.wp-caption .wp-caption-text {
    text-align: justify;
}
.page-numbers {
    padding: 5px 15px;
    border: 1px solid #999;
}
.page-numbers.current {
    background: #f0c843;
    font-weight: bold;
}
.btn {
    display: block;
    text-align: center;
    border: 1px solid #999;
    padding: 5px 0;
    font-weight: bold;
}
.search-form {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}
.search-form input {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #999;
    background: #fff;
    padding: 0 15px;
}
.search-form input::placeholder {
    color: #999;
    text-transform: uppercase;
    font-style: italic;
}

.search-form button {
    width: 200px;
    text-align: center;
    right: 3px;
    top: 2px;
    background: #222;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 36px;
    position: absolute;
    border: none;
    border-radius: 40px;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media all and (max-width: 800px) {
    .search-form button {
        width: 100%;
        position: relative;
        margin-top: 10px;
        right: 0;
        top: 0;
    }
    .most-viewed {
        padding-top: 30px;
    }
    .gallery-item {
        width: 100%!important
    }
    .gallery-icon {
        width: 100%;
        margin: 0
    }
    .rh-filter .col-md-4 + .col-md-4 {
        margin-top: 15px
    }
    .perfil-logo {
        margin-top: 0!important
    }
    .menu-rh {
        display: table;
        margin: 5px auto;
        float: none
    }
    .toggle-menu {
        display: block
    }
    .side-signup {
        margin-top: 40px;
    }
    .tipo-perfil label {
        font-size: 14px
    }
    .form-cadastro h3 {
        font-size: 24px
    }
    .form-cadastro p {
        font-size: 18px
    }
    .single-premio {
        padding-top: 0px;
    }
    .wp-single.single-premio .single-title {
        font-size: 20px;
    }
    .wp-single.single-premio .single-subtitle {
        font-size: 13px;
    }
    .single-premio .attachment-full.size-full {
        margin: 15px 0;
        display: block;
    }
    .hidden-xs, .hidden-sm {
        display: none;
    }
    .toggle-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px
    }
    #menu-topo {
        position: absolute;
        left: 0;
        top: 0;
        background: #111;
        width: 100%;
        text-align: center;
        display: none;
        padding: 15px 0
    }
    #menu-topo li {
        display: block;
        color: #fff;
        line-height: 40px;
    }
    .image.wp-image-86.attachment-full.size-full {
        display:none
    }
    footer .col-md-4.widget.widget-content,
    footer .col-md-5.widget.widget-content {
        width: 50%;
    }
    footer li {
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
    }
    header img {
        width: 70%;
        margin: 10px 0
    }
    .news-item {
        margin-bottom: 30px;
    }
    .loop-premio > .row {
        margin-right: -15px;
    }
    .loop-premio .premio-thumb {
        padding-right: 15px;
    }
    .loop-premio .premio-info {
        background: transparent;
        padding: 0 15px
    }
    .loop-premio .premio-info > div {
        background: #dfdfdf;
        padding: 15px
    }
    .breadcrumb ul {
        display: none
    }
    .wp-single .featured-news-wrap .widget-title h3{
        font-size: 24px
    }
    .perfil-logo {
        padding: 0 15px;
        text-align: center;
    }
    .perfil-logo h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #menu-topo > li ul {
        width: 100%;
        background: #222;
        margin: 0 -15px;
    }
    .rh-filter .col-md-5  + .col-md-5 {
        margin-top: 15px
    }
    .form-perfil {
        padding: 0
    }
    .perfil-capa {
        margin: 0 -15px
    }
    .perfil-logo img {
        margin-top: 15px;
    }
    .filter-field + .filter-field {
        margin-top: 20px;
    }
}
@media all and (min-width: 800px) {
    .hidden-md, .hidden-lg {
        display: none;
    }
}
.home-featureds .fthumb a {
    float: left;
}
.home-featureds .news-thumb img  {
    float: left;
}
.home-featureds .news-thumb.fthumb {
    margin:0;
}
.home-featureds ._wfoot:before {
    content: '\f0d8';
    font-family: 'FontAwesome';
    position: absolute;
    top: -60px;
    left: 50px;
    font-size: 100px;
    color: #fff;
}
.home-featureds .wfoot {
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#wp-admin-bar-user-info .ab-item img {
    display: none
}
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    margin-left: 0!important;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}