/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


body {font-family: Arial, Helvetica, sans-serif !important;}
.post-item {margin-bottom: 20px !important;}

.wrap-hydra {
    max-width:none !important;
}

.tab-content-hydra{
    text-align: -webkit-center !important
}

div.author-date {
    display: none;
}

div.col-eventi ul {
    list-style: none !important;
}

.badge {
    background-color: #afafaf;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    color: #fff;
}

select {
    display: inline-block;
    width: 100%;
}

.form-ghy {
    display: inline-flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.image_wrapper_hy{
    height: 275px !important;
    padding:10px 20px;
}

.hy-tablink{
    cursor: pointer !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 5px 0 5px !important;
    padding: 0;
}

.form-gr-hy input{
    width: 65% !important;float: none !important;
}

.form-group-tessera{
    display: grid;
    padding: 0 !important;
    margin-right: 0
}

.type-circoli .post-thumbnail {
    display: none !important;
}

#event-post {
    display: grid; grid-template-columns: repeat(12, 1fr);
}

#event-post .col-eventi{
    grid-column: auto/span 8;
}

#event-post .col-space {
    grid-column: auto/span 1;
}

#event-post .col-presub {
    grid-column: auto/span 3;
}

#container-hy {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgb(255, 255, 255) !important;
}

#container-hy:target {
    visibility: visible;
    display: block;
    right: 0;
    z-index: 999;
}

#container-hy2 {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgb(255, 255, 255) !important;
}

#container-hy2:target {
    visibility: visible;
    display: block;
    right: 0;
    z-index: 999;
}

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

.form-container .cancel {
    background-color: red;
}

.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}



