@charset "UTF-8";

.widget .children li {
    margin-top: 8px;
    border-bottom: 1px solid #F5F5F4;
}

.widget .children {
    margin-top: 5px;
    margin-bottom: 30px;
}

.post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 {
    text-transform: none;
}

.f-widget .widget, .f-widget .widget p{
    margin-bottom: 0;
}

.footer-widgets{
    padding: 40px 0 0 0;
}

.footer-widgets .f-widget-1 {
    width: 100%;
}

.footer-widgets.widgets-num-3 .f-widget.last, .footer-widgets .f-widget-2 {
    display: none;
}

.footer-widgets .f-widget-2 h3:before {
    content: '\f0a1';
    margin-right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.bypostauthor>div {
    overflow: hidden;
    padding: 3% !important;
    background: #F5F5F5;
    width: 95% !important;
    color: #444444;
}

.readMore a{
    padding: 10px 15px;
    background: #3277ad;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.readMore a:hover{
    background: #204e73;
    color: #fff;
}

.post-info {
    display: initial;
    float: none;
    clear: none;
    width: 100%;
}

.post-info .fa.fa-calendar{
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/fa-calendar.webp');
}

@media screen and (max-width: 720px) {
    .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget {
        width: 100%;
    }

    .logo-wrap h1, .logo-wrap h2 {
        margin-bottom: 0;
    }

    .logo-wrap {
        margin: 15px auto 8px auto;
    }
}

@media screen and (max-width:860px) {
    #mobile-menu-overlay {
        background-image: url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/botao-fechar.png');
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 2%;
        /* background: rgb(12 12 12 / 50%) url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/botao-fechar.png) no-repeat !importan't;
        background-position: right top; */
    }
}

@media screen and (max-width: 1366px) {
    .shareit {
        margin: 0;
    }
}

.shareit {
    padding: 62px 0 7px;
}

.postauthor {
    margin: 0 0 30px -4.1%;
}

@media screen and (max-width:500px) and (orientation:portrait) {
    .postauthor {
        margin: 0 0 15px -3.1%;
        width: calc(100% - 8.1%);
    }
}

.to-top{
    float: none;
}

.to-top a{
    color: #fff;
}

/* ATULIZAÇÃO HEADER COM BUSCA */

#pesquisar, #formulario_pesquisa {
    display: none;
}

@media screen and (max-width:800px) {
    #secondary-navigation a.toggle-mobile-menu {
        background: transparent;
        padding: 0 2px !important;
        top: 6.5px;
        width: 20px;
        margin: 0 !important;
    }

    a#pull:after {
        content: none;
    }

    #nav-mobile {
        position: relative;
        display: flow-root;
    }

    #nav-mobile span {
        background-color: #3277ad;
        height: 3px;
        border-radius: 3px;
        width: 100%;
        display: block;
    }

    #nav-mobile span:not(:last-child) {
        margin-bottom: 4px;
    }

    #secondary-navigation a:hover {
        background: transparent !important;
    }

    #secondary-navigation {
        height: 0;
    }

    #mobile-menu-overlay {
        backdrop-filter: blur(2px);
    }

    #header {
        position: absolute;
        top: 11px;
    }

    #header, #header .container {
        background-color: transparent !important;
        border: none !important
    }

    #site-header {
        border-bottom: 6px solid #3277ad;
    }

    #header .container {
        display: grid;
        grid-template-columns: 30px calc(100% - 60px) 30px;
        grid-template-areas: "menu logo pesquisa";
    }

    #logo img {
        position: relative;
        z-index: 2;
        max-width: 220px;
    }

    #pesquisar {
        padding: 6px 3px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
        border: none;
        position: relative;
        grid-area: pesquisa;
    }

    .logo-wrap {
        grid-area: logo;
        padding: 0;
        margin: 0 auto !important;
    }

    #secondary-navigation {
        grid-area: menu;
    }

    .magic-icon-search {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .magic-icon-search::before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 35%;
        background: #3277ad;
        position: absolute;
        left: 80%;
        top: 80%;
        transform: translate(-50%, -50%) rotate(-50deg);
        transition: all 0.3s;
    }

    .magic-icon-search::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 60%;
        height: 60%;
        border: 2px solid #3277ad;
        border-radius: 50%;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all 0.3s;
    }

    #pesquisar:active {
        background: transparent;
    }

    .magic-icon-search.fechar::before {
        height: 120%;
        left: 50%;
        top: 50%;
    }

    .magic-icon-search.fechar::after {
        border-width: 0;
        border-radius: 0;
        width: 10%;
        height: 120%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(50deg);
        transition: all 0.3s, background 0s 0.3s;
        background: #3277ad;
    }

    #formulario_pesquisa #searchform {
        width: 95%;
    }

    #formulario_pesquisa #searchform input[type="text"] {
        border-radius: 5px;
    }

    #formulario_pesquisa {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 50px;
        left: 1%;
    }

    #formulario_pesquisa.mostra {
        background: hsla(206deg, 55%, 44%, 0.8);
        z-index: 9;
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.02),
            0 6.7px 5.3px rgba(0, 0, 0, 0.028),
            0 12.5px 10px rgba(0, 0, 0, 0.035),
            0 22.3px 17.9px rgba(0, 0, 0, 0.042),
            0 41.8px 33.4px rgba(0, 0, 0, 0.05),
            0 100px 80px rgba(0, 0, 0, 0.07);
        border-radius: 0 0 5px 5px;
    }

    .main-header .container {
        background: transparent
    }

    #formulario_pesquisa #s {
        padding: 10px 0;
    }

    #formulario_pesquisa .sbutton {
        height: 38px;
        width: 18%;
        margin-top: 0;
    }

    .sidebar.c-4-12 {
        max-width: 100%;
    }

    #logo a {
        display: flow-root;
    }

    #regular-header, .image-logo {
        background-color: #fff;
    }
    .menu.categorias{
        border-top: 1px solid #3277ad;
        border-bottom: 1px solid #3277ad;
    }
    .menu.categorias .cat-item{
        display: grid;
        grid-template-columns: 30px calc(100% - 35px);
        gap: 5px;
        align-items: center;
    }
    .menu.categorias .cat-item:before{
        content: '';
        display: inline-flex;
        background-image: url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/fa-folder.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 23px;
    }
    #header nav .menu.categorias .cat-item a{
        text-indent: 0;
    }
}

/* Atualizaçao sem fontawesome */
#search-image {
    background-image: url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/lupa.png');
    background-position: center;
    background-repeat: no-repeat;
}

#move-to-top {
    padding: 3px 10px 22px 8px;
}

.fa-angle-double-up:before {
    content: "»";
    font-family: initial;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    transform: rotate(-90deg);
}

#header .logo-wrap .fa.fa-home {
    background-image: url('https://www.fazeragendamento.com/wp-content/themes/fazer-agendamento/images/icon-home.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 15px;
    margin: 0 10px 0 0;
}

#header .logo-wrap .fa.fa-caret-right:before {
    content: '➙';
    font-style: normal;
    font-size: 23px;
    line-height: 1;
}

.nav-previous a .fa-angle-left:before {
    content: '«';
    font-style: normal;
}

.nav-next a .fa-angle-right:before {
    content: '»';
    font-style: normal;
}