#masthead .header-inner {
    border-bottom: solid 1px #00000026;
}
.form-flat .button.icon {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: currentColor !important;
}
#masthead .button.secondary {
    border-radius: 5px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: steam 20s linear infinite !important;
}
@keyframes steam{
    0% {
    background-position: 0 0;
}
50% {
    background-position: 400% 0;
}
100% {
    background-position: 0 0;
}
}
.btn {
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    animation: steam 20s linear infinite;
    padding: 5px;
}
.content-home {
    margin: 20px 0;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
    border: 2px solid #002a4f;
    border-radius: 15px;
    box-shadow: 0 0 30px #000;
}
.content-home::-webkit-scrollbar {
    width: 7px;
}
.content-home::-webkit-scrollbar-thumb {
    background: #000;
    border: 3px solid #000;
    border-radius: 20px;
}
.post-title a {
    font-size: 18px;
    color: #b20000;
}
.ux-menu-link__link:hover {
    color: #f2b75d!important;
}
.ux-menu-link__link {
    min-height: auto;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    color: #b20000;
}
.entry-header-text-top {
    padding-bottom: 0;
    text-align: center;
}
.entry-divider, #comments{
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
    color: #b20000;
}