/*!
Theme Name: Aliança do Yoga
Theme URI: http://underscores.me/
Author: NTH WEB
Author URI: https://nthweb.com.br
Description: Tema criado para a Aliança do Yoga
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alianca_yoga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aliança do Yoga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.t-center {
    text-align: center;
}
table {
    display: none;
}
.three-columns {
    flex-wrap: wrap !important;
}
.three-columns > div {
    width: 33.3333%;
    flex-basis: auto !important;
}
.showTable table {
    display: block;
    width: 100%;
}
hr {
    border-top: 2px solid #ccc;
}
.pageArtigos h1::after {
    margin-bottom: 0;
}
.resetH2 h2 {
    font-size: 3vh;
}
.resetH2 h2:after {
    display: none;
}
.paginaExtra iframe {
    aspect-ratio: 16 / 9;
}

.paginaExtra figure {
    display: block !important;
}
.fs-md {
    font-size: 1.4rem;
}
.my-2 {
    margin: 2.5em 0 !important;
}
.border-strong {
    border-bottom: solid 1px #9e1e14 !important;
}
.validaInput {
    border-color: red !important;
}
.swal2-title::after {
    display: none !important;
}
.lista_comentarios {
    padding: 10px;
    margin: 0 !important;
}
.lista_comentarios li {
    list-style: none;
    padding: 10px;
    border: solid 1px #5d7d98;
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.lista_comentarios li small {
    float: right;
    font-weight: normal !important;
}
.lista_comentarios li p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 0.8em;
}
.lista_comentarios li b {
    font-size: 0.9em;
}
.detalhe_perfil td {
    padding: 10px 0;
    padding-right: 20px;
}
.detalhe_perfil td i {
    margin-right: 10px;
}
#menu-footer li a::before {
    display: none !important;
}
.pageContato .wp-container-3 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

/* pretty radio */
label input[type="checkbox"] {
    display: none;
}
label input[type="checkbox"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1rem;
    height: 1rem;
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
    flex-shrink: 0;
    float: left;
    margin-top: 10px;
}
label input[type="checkbox"]:checked + * {
    color: teal;
}
label input[type="checkbox"]:checked + *::before {
    content: "✓";
    color: white;
    text-align: center;
    background: teal;
    border-color: teal;
}

label input[type="checkbox"] + * {
    display: inline-flex;
    padding: 0.5rem 1rem;
}
.validaInputCheck + *::before {
    border-color: red !important;
}

.regras table td {
    border: solid 1px #ccc;
    padding: 8px;
}
.pointer {
    cursor: pointer;
}
.comprovante_site {
    visibility: hidden;
}
.banner_associacao video {
    width: 60%;
    margin: 0 auto 40px auto;
}

@media screen and (min-width: 481px) and (max-width: 770px) {
    .banner_associacao video {
        width: 80%;
        margin: 0 auto 40px auto;
    }
}

@media screen and (max-width: 480px) {
    .banner_associacao video {
        width: 90%;
        margin: 0 auto 40px auto;
    }
}
#header-avatar-container a {
    width: 200px !important;
    height: 200px !important;
    border: solid 2px #fff;
}
