.button{
    background-color: #F09C49;
    border-radius: 5px;
    color: white;
    padding: .4rem;
    text-align: center;
    -ms-user-select: none; /* IE 10 and IE 11 */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Standard syntax */
    text-decoration: none;
    max-width: 100%;
}

.button:hover{
    background-color: #EA9037;
    cursor: pointer;
}

.hide {
    display: none;
}

.mt-1{
    margin-top: 1rem;
}

/* SITE TEMPLATE SPECIFIC */
.container::before{
    display: none;
}

#left-area{
    width: 100%;
    padding-right: 0px !important;
}

#sidebar{
    display: none !important;
}

.main_title,
.wp-block-post-title,
.wp-block-spacer {
    display:none;
}


@media screen  {
    .noscreen {
        display:none;
    }
}
