/*

Theme Name: Woffice Child

Description: Child theme for Woffice

Author: T4HD Team

Template: woffice

*/









.main-menu li a {

    padding: 31px 10px 32px;

    display: block;

    position: relative;

    overflow: hidden;

    text-align: center;

    font-weight: 700;

    font-size: 0.7em!important;

    line-height: 1;

    color: #fff;

    border-bottom: 1px solid;

    text-decoration: none;

}



.group-buttons {

    display: flex;

    justify-content: center;

    margin-top: 10px;

}



.group-buttons a {

    color: #fff !important;

    font-weight: bold !important;

    text-transform: uppercase !important;

    border: none !important;

    padding: 10px 10px !important;

    margin: 0 5px !important;

}



.edit-service {

    display: flex;

    flex-wrap: wrap;

}



.edit-service p {

    text-transform: capitalize;

    width: 20%;

    text-transform: capitalize;

    width: 25%;

    font-size: 14px;

    padding: 5px;

    border-radius: 20px;

    margin: 0;

}



.edit-service input[type="submit"] {

    color: #fff !important;

    font-weight: bold !important;

    text-transform: uppercase !important;

    border: none !important;

    padding: 10px 10px !important;

    margin: 0 5px !important;

    background: #ea5704 !important;

}



.edit-service div {

    width: 100%;

    margin-top: 10px;

}



label[for="group-type-acabar-com-a-fome"],

label[for="group-type-agua-e-saneamento"],

label[for="group-type-cidades-e-comunidades-sustentaveis"],

label[for="group-type-combater-as-alteracoes-climaticas"],

label[for="group-type-ecossistemas-terrestres-e-biodiversidade"],

label[for="group-type-educacao-de-qualidade"],

label[for="group-type-energias-renovaveis"],

label[for="group-type-erradicar-a-pobreza"],

label[for="group-type-igualdade-de-genero"],

label[for="group-type-inovacao-e-infraestruturas"],

label[for="group-type-oceanos-mares-e-recursos-marinhos"],

label[for="group-type-parcerias-para-o-desenvolvimento"],

label[for="group-type-paz-e-justica"],

label[for="group-type-producao-e-consumo-sustentaveis"],

label[for="group-type-reduzir-as-desigualdades"],

label[for="group-type-trabalho-digno-e-crescimento-economico"],

label[for="group-type-vida-saudavel"] {

    display: none !important;

}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-container .services-item {
    width: 45%;
    margin-top: 20px;
}

.services-container .services-item h3 {
    line-height: 25px !important;
    display: flex;
}

.services-container .services-item h3 i {
    margin-right: 10px;
}

.services-container .services-item h3 a {
    font-size: 22px !important;
    color: #000 !important;
}

.services-container .services-item h3 a:hover {
    color: #ea5704 !important;
}

.services-container .organization-list {
    list-style: none !important;
    margin-left: 40px !important;
}

.services-container .organization-list li::marker {
    display: none;
}

.services-container .organization-list li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #ea5704 !important;
}

.services-container .organization-list li a {
    color: #000 !important;
}

.services-container .organization-list li a:hover {
    color: #ea5704 !important;
}

.services-container .services-item .organization-list li::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    color: inherit !important;
    left: 0;
    top: 0;
    position: absolute;
    font-size: 18px;
}

.service-wrapper .subnav-filters {
    display: none !important;
}