/*
Theme Name: Nuno Vasconcellos
Author: MAC
Description: Blog Nuno Vasconcellos
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Nuno Vasconcellos
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
}

.elementor-post__text a,
.elementor-widget-text-editor a {
    color: #F37020;
}

.elementor-posts-nothing-found {
    text-align: center!important;
}


/*Menu*/

.menu .elementor-nav-menu li:first-child a {
    padding-left: 0px!important;
    margin-left: 0px!important;
}

@media (max-width: 768px) {
    .menumobile {
        position: absolute!important;
        top: -27px!important;
    }
}


/*Depoimentos*/

.depoimento .swiper-pagination-bullets {
    bottom: 260px!important;
    left: inherit!important;
    right: 45px!important;
    width: 30px!important;
}

.depoimento .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 7px!important;
}

.depoimento .elementor-testimonial__name:before {
    width: 20px;
    height: 3px;
    background: #f37020;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.depoimento .elementor-testimonial__image:before {
    width: 40px;
    height: 43px;
    background: url(imagens/marcador-depoimento.png) no-repeat;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -125px;
}


/*Ultimos artigos*/

.ultimos-artigos .elementor-post__thumbnail {
    position: relative;
}

.ultimos-artigos .elementor-post__thumbnail:before,
.efeito-imagem .elementor-image:before {
    width: 100%;
    height: 100%;
    background: url(imagens/fundo.png) repeat;
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    visibility: visible;
    transition: 1s ease;
}

.efeito-imagem .elementor-image:before {
    border-bottom: 4px solid #f37020;
}

.ultimos-artigos .elementor-post__thumbnail:hover:before {
    visibility: hidden;
    opacity: 0;
    transition: 1s ease;
}


/*Páginação blog*/

.cat-item.current-cat a {
    font-weight: 900!important;
}

.elementor-widget-theme-post-content {
    line-height: 24px;
}

.elementor-widget-container h2 {
    line-height: 35px;
}

.elementor-pagination,
.elementor-pagination a {
    color: #405f72;
}

.elementor-pagination a:hover {
    color: #f37020;
}

.elementor-pagination {
    padding: 30px 0px;
}


/*Formulário de contato*/

.form-contato input,
.form-contato textarea {
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
    border: none;
}

.form-contato .wpcf7-submit {
    cursor: pointer;
    background: #F37020;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    display: table;
    max-width: 180px;
    border-radius: 25px 50px 50px 80px;
}

.form-contato .wpcf7-submit:hover {
    background: #999;
    color: #333;
}

.grecaptcha-badge {
    visibility: hidden;
}