/* Personalização do corpo da página e topo */

body {
    background: url('http://luanadorea.com/wp-content/uploads/2018/07/bg-topo.gif') top center no-repeat;
}
header {
    background: none !important;
}
#topmenu {
    background: none !important;
}
#topmenu ul{
    background: #fff !important;
}

/* Personalização da página do catálogo */
.post .title {
    text-align: center;
    font-size: 14px;
}
.post-content .date {
    display: none;
}
#pager a{
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    margin: auto 1px;
    padding: 3px 6px;
    border: solid 1px transparent;
    text-decoration: none;
    color: #fff !important;
    background: #000;
}
#pager a:hover{
    border: solid 1px #000;
    color: #000;
    background: transparent;
}
#pager .current{
    margin: auto 1px;
    padding: 3px 6px;
    border: solid 1px #000;
    color: #000;
    background: transparent;
}

/* Personalização dos itens de formulário */

label {
    display: block !important;
}

input[type=submit] {
    background: none;
    color: #333333;
}
input[type=submit]:hover {
    background: #fbcaba;
    color: #333333;
}

input, textarea, form.wpcf7-form input, form.wpcf7-form textarea {
    background: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* hover das galerias de imagens */

.item-overlay &gt; h5 {
    color: #fbcab9;
}
.item-overlay &gt; h5:after {
    background-color: #fbcab9;
}

/* icones das redes sociais */

#footer .social-links a {
    font-size: 20px;
}