@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

img.blur-image {
    filter: blur(3px);
}

.wp-block-group {
    box-sizing: border-box;
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5;
}

ol, ul {
    box-sizing: border-box;
}

.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table thead {
    border-bottom: 3px solid;
}

.wp-block-table tfoot {
    border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word;
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit;
}

.aligncenter {
    clear: both;
}

html :where(.has-border-color) {
    border-style: solid;
}

html :where([style*=border-top-color]) {
    border-top-style: solid;
}

html :where([style*=border-right-color]) {
    border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
    border-left-style: solid;
}

html :where([style*=border-width]) {
    border-style: solid;
}

html :where([style*=border-top-width]) {
    border-top-style: solid;
}

html :where([style*=border-right-width]) {
    border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
    border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}

:where(figure) {
    margin: 0 0 1em;
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px;
    }
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.svg-icon {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: -5px;
}

.svg-icon svg {
    fill: currentColor;
}

.font-size__large,
.font-size__larger {
    margin-top: 5px;
    margin-bottom: 5px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
    max-width: 1000%;
}

.alignwide {
    margin-left: calc(25% - 22.5vw);
    margin-right: calc(25% - 22.5vw);
    width: auto !important;
    max-width: 1000%;
}

.wp-caption {
    width: auto !important;
}

.wp-caption-text {
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed figcaption {
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

@media only screen and (max-width: 720px) {

    .wp-block-group.has-very-light-gray-background-color,
    .wp-block-group.has-light-green-cyan-background-color,
    .wp-block-group.has-vivid-green-cyan-background-color,
    .wp-block-group.has-vivid-red-background-color,
    .wp-block-group.has-luminous-vivid-amber-background-color {
        width: auto;
        max-width: 1000%;
        margin-left: -4vw !important;
        margin-right: -4vw !important;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
        margin-block-end: 1.5em;
    }

}

.wp-block-group.has-very-light-gray-background-color {
    padding: 1em 2em;
    background: #eee;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-group.has-very-light-gray-background-color p:last-of-type {
    margin-bottom: 0;
}

.wp-block-group.has-light-green-cyan-background-color,
.wp-block-group.has-vivid-green-cyan-background-color {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border: 1px solid #d6e9c6;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em;
}

.wp-block-group.has-vivid-red-background-color {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border: 1px solid #eed3d7;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em;
}

.wp-block-group.has-luminous-vivid-amber-background-color {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border: 1px solid #fbeed5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em;
}

.wp-container {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
}

.wp-container-flex-center {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

html {
    line-height: 1.8; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #212121;
    background: #fff;
    font-style: inherit;
    text-rendering: auto;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 350;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    overflow-x: hidden;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p {
    margin-block-end: 1.5em;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
    max-width: calc(970px + 8vw);
    width: 100%;
}

/* Style Placeholders */

figure {
    margin: 0 auto 30px auto;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

a {
    color: #1a73e8;
    text-decoration: none;
    transition: 0.3s;
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

code {
    background: #eee;
}

strong {
    font-weight: 500;
}

i {
    line-height: inherit;
}

i.left {
    float: left;
    margin-right: 15px;
}

i.right {
    float: right;
    margin-left: 15px;
}

i.tiny {
    font-size: 1rem;
}

i.small {
    font-size: 2rem;
}

i.medium {
    font-size: 4rem;
}

i.large {
    font-size: 6rem;
}

h2,
h3 {
    font-weight: 500;
}

/* Icons */

.icon {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.icon-small {
    font-size: 16px !important;
    vertical-align: -3px;
}

/* Flexbox Cards */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-container .flex-item {
    flex: 0 1 100%;
    overflow: hidden;
}

.flex-s12 .flex-item {
    flex: 0 1 100% !important;
}

@media only screen and (min-width: 601px) {

    .flex-m6 .flex-item {
        flex: 0 1 50% !important;
    }

}

.flex-container-2 {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    scroll-snap-type: x mandatory;
}

.flex-container-2 .flex-item {
    scroll-snap-align: center;
}

.flex-container-2 .app {
    margin-right: 15px;
    grid-template-rows: 75px;
    grid-template-columns: 85px;
    gap: 10px;
}

/* Ads */

.ad-unit {
    min-height: 250px;
    max-width: 970px;
    text-align: center;
    overflow: hidden;
    margin: 15px auto;
    position: relative;
}

.ad-unit__top {
    max-height: 250px;
}

.ad-unit > div {
    margin: 0 auto;
}

.ad-unit .pxft-info-icon-text,
.ad-unit .pxft-info-icon {
    display: none!important;
}

.ad-unit .adsbygalaxy {
    border: 1px solid #eee;
}

.ad-unit .flex {
    align-items: center;
    height: 250px;
}

.ad-unit a[href="https://revbid.net"],
#revbid-footer a[href="https://revbid.net"] {
    display: none!important;
}

/*******************************************************************************************************************
Utility CSS
*******************************************************************************************************************/

@media only screen and (max-width: 600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display: none !important;
    }
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.hide {
    display: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    margin: 0 auto;
}

.circle {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix {
    clear: both;
}

.has-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}

.no-shadow {
    box-shadow: none !important;
}

.no-border {
    border: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-15 {
    padding-top: 15px;
}

.divider {
    height: 0.5px;
    overflow: hidden;
    background-color: #e0e0e0
}

.clickable {
    opacity: 1;
    transition: 250ms ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.clickable:hover {
    opacity: 0.75;
    transition: 250ms ease-in-out;
}

.clickable:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.clickable:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}

/* Header */

#header {
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.06);
    -webkit-filter: none;
}

.menu-container {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu-item {
    padding: 6px 0px 2px 0px;
    position: relative;
    opacity: 0.4;
    cursor: pointer;
}

.menu-item a span {
    display: inline-block;
    position: relative;
    vertical-align: 0;
}

.menu-item__active {
    opacity: 0.8;
}

.menu-item__active:before {
    content: "";
    position: absolute;
    bottom: 45px;
    width: 3px;
    height: 3px;
    background-color: #1a73e8;
    border-radius: 50%;
    margin-left: 10px;
}

.menu-item__active .svg-icon svg {
    fill: #1a73e8;
}

nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
}

nav,
nav a {
    color: #212121;
}

nav .sidenav-trigger {
    position: relative;
    display: inline-block;
}

nav ul {
    margin: 0;
}

nav ul li {
    float: left;
    padding: 0;
}

nav ul a {
    display: block;
    padding: 0 15px;
}

/* App */

.app {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
    display: grid;
    grid-template-rows: 75px;
    grid-template-columns: 70px calc(100% - 75px - 15px);
    gap: 15px;
    width: 100%;
}

.app-icon {
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 15px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.app-icon img {
    border-radius: 15px;
    aspect-ratio: 1/1;
}

.app-name {
    width: 100%;
    position: relative;
    align-self: center;
}

.app-name h1 {
    line-height: 25px;
}

.app-name h1 span {
    font-weight: 400;
}

.app-name .font-size__large {
    line-height: 1.5;
    font-weight: normal;
}

@media only screen and (max-width: 600px) {

    .app-name .font-size__large {
        font-size: 1.35rem;
        line-height: 1.3;
    }

}

.app-tags {
    margin-top: 3px;
}

.app-tag {
    margin-right: 5px;
}

.app-tag::before {
    content: "•";
    color: #ff822d;
    margin-right: 5px;
}

.app-sub-action {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
}

@media only screen and (max-width: 480px) {

    .app-genre,
    .app-sub-action {
        display: none;
    }

}

.app-sub-action-button {
    padding: 0px 15px;
    background: #1a73e8;
    color: #fff;
    border-radius: 15px;
    display: block;
    font-size: 0.9em;
}

.app-rating {
    user-select: none;
    -webkit-user-select: none;
    margin-left: -2px;
}

.app-rating span {
    background-color: #ddd;
}

.app-rating span.active {
    background-color: #ff822d;
}

.app-rating .star {
    width: 18px !important;
    height: 18px!important;
}

.wp-block-table td,
.wp-block-table th {
    border: none;
    padding: 5px 0;
    position: relative;
}

th {
    font-weight: normal;
}

tr:last-of-type {
    border-bottom: none;
}

/* Card */

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    border-radius: 10px;
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    aspect-ratio: 2 / 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card .card-image .card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 10px;
    z-index: 2;
    padding-bottom: 10px;
    padding-top: 30px;
}

.card .card-title h3,
.card .card-title h2 {
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.card .card-image .card-title,
.card .card-image .card-excerpt {
    margin: 0 10px;
    color: #fff;
}

.card-content {
    padding: 15px;
}

/* Collapsible */

.collapsible-header {
    padding: 5px 0;
    background: #fff;
}

/* Download */

.download-list {
    animation: fade-in 1s;
}

#download,
#download-loading,
#download-button {
    height: 36px;
}

#download {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

#download-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0;
    margin: 0!important;
}

#download-button-text {
    animation-name: fade-in;
    animation-duration: 0.25s;
    animation-timing-function: linear;
}

/** Archive */

.browse-cat {
    position: absolute;
    right: 0;
    top: 0;
}

/* Download Button */

.download {
    margin-top: 10px;
}

/** Input */

button,
select,
summary {
    outline: transparent;
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="submit"] {
    border: none;
    -webkit-appearance: button;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input,
textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 500ms;
    transition: 500ms;
}

textarea {
    line-height: normal;
    overflow-y: hidden;
    padding: 13px 15px;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    padding: 4px 10px;
    border: 1px solid #212121;
    border-radius: 15px;
}

label {
    font-size: 0.8rem;
    color: #9e9e9e;
}

/* Table */

.collapse-row {
    opacity: 0;
    visibility: collapse;
    transition: visibility .5s, opacity .5s;
}

.collapse-row.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .5s, opacity .5s;
}

.collapse-row.active td {
    padding-bottom: 15px;
}

/* 1. Modal */

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility .25s, opacity .25s;
    z-index: 3;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .25s, opacity .25s;
}

#search-form .modal-content {
    width: 100%;
    height: 64px;
    bottom: 0;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    margin: auto;
    overflow-y: auto;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

#search-form .modal-content button {
    position: absolute;
    top: 21px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

#search-close {
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: default;
}

#search-input {
    height: 64px;
    margin-left: 32px;
    width: calc(100% - 32px);
    font-size: small;
}

#search-form .modal-content {
    height: auto;
}

#search-form form {
    position: relative;
}

#search-results:not(:empty) {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.search-trend {
    font-size: small;
    margin-right: 0;
    color: #646f78;
    display: block;
}

.search-trend a {
    background: #fff;
    border-radius: 9999px;
    display: block;
    color: #646f78;
    padding: 0;
    margin-bottom: 15px;
    border: none;
}

.search-trend a:hover {
    background: #fff;
}

/* Collapse */

@keyframes collapse {
    from {
        margin-bottom: -5%;
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        margin-bottom: 0;
        opacity: 1;
        transform: translateY(0);
    }
}

details {
    overflow: hidden;
}

details summary {
    position: relative;
    cursor: pointer;
    display: block;
    list-style: none;
    z-index: 1;
}

details summary::-webkit-details-marker,
details summary::marker {
    display: none;
    list-style: none;
}

details > *:not(summary) {
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

details[open] > *:not(summary) {
    animation: collapse 500ms ease-in-out;
}

details:not([open]) > *:not(summary) {
    transition: none;
}

/* 2. Single */

/* 2.0. Post Cover */

#primaryimage {
    aspect-ratio: 2 / 1;
    position: relative;
}

#primaryimage img {
    aspect-ratio: 2 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-cover {
    aspect-ratio: 3 / 1;
    position: relative;
}

.entry-cover img {
    aspect-ratio: 3 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {

    .entry-cover {
        aspect-ratio: 2 / 1;
    }

    .entry-cover img {
        aspect-ratio: 2 / 1;
    }

}

.entry-header {
    margin: 0 auto;
    position: relative;
}

.entry-cover {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    max-height: 320px;
}

.entry-cover-coating {
    background: linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.entry-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
}

/* 2.1. Content */

.entry-content {
    margin: 0 auto;
}

.entry-content > ul,
.entry-content .wp-block-group__inner-container > ul {
    margin-left: 2em;
}

.entry-content > ul > li,
.entry-content .wp-block-group__inner-container > ul > li {
    list-style-type: disc !important;
}

.entry-content a:hover {
    opacity: 0.75;
    transition: .3s;
}

.entry-content a:not([class]) {
    text-decoration: underline;
}

.entry-content p {
    text-align: justify;
}

.entry-content p.text-align__center {
    text-align: center;
}

.screenshots {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.screenshot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    scroll-snap-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.screenshot:last-of-type {
    margin-right: 0;
}

.screenshot img {
    height: 120px;
    width: auto;
    border-radius: 8px;
}

@media only screen and (min-width: 361px) {

    .screenshot img {
        height: 160px;
    }

}

@media only screen and (min-width: 481px) {

    .screenshot img {
        height: 200px;
    }

}

@media only screen and (min-width: 768px) {

    .screenshot img {
        height: 240px;
    }

}

.lg-backdrop {
    background-color: #000000db !important;
}

/* 2.2. Table of contents */

details.table-of-contents {
    display: inline-block;
    background: #eee;
    border-radius: 25px;
    transition: all 0.25s ease-out;
}

details[open].table-of-contents {
    display: inline-block;
    background: #eee;
    border-radius: 5px;
}

details.table-of-contents summary {
    padding: 5px 15px;
}

details.table-of-contents > ul {
    padding: 0 20px 20px 20px;
    margin: 0;
}

.table-of-contents a {
    text-decoration: none !important;
}

/* 2.3. FAQs */

.schema-faq {
    margin: 10px 0;
    background: #fff;
    filter: drop-shadow(0 1px 15px #eee);
}

details.schema-faq-section {
    transition: all 0.25s ease-out;
    border-bottom: 1px solid #eee;
}

details.schema-faq-section:last-of-type {
    border-bottom: none;
}

details.schema-faq-section summary {
}

details.schema-faq-section summary::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M480-372.92q-7.23 0-13.46-2.31t-11.85-7.92L274.92-562.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-442.15l162.92-162.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L505.31-383.15q-5.62 5.61-11.85 7.92-6.23 2.31-13.46 2.31Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 10px;
    top: 13px;
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: center center;
    transform: rotate(-90deg);
}

details.schema-faq-section p:last-of-type {
    margin-bottom: 0;
}

details[open].schema-faq-section summary {
    background: #fff;
    font-weight: 500;
}

details[open].schema-faq-section summary::after {
    transform: rotate(0);
}

.schema-faq-question {
    padding: 10px 15px;
}

.schema-faq-answer {
    margin: 0;
    padding: 15px;
}

/** 2.5. Rating */

/* Rating */

.rating {
    user-select: none;
    -webkit-user-select: none;
}

.rating span {
    background-color: #9e9e9e;
}

.rating span.active {
    background-color: #ff822d;
}

.app .rating {
    margin-left: -5px;
}

.star {
    display: inline-block;
    width: 36px; /* Width of the SVG */
    height: 36px; /* Height of the SVG */
    background-color: #9e9e9e; /* Default color */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="m480-292.46-155.61 93.84q-8.7 5.08-17.43 4.27-8.73-.81-15.8-5.88-7.08-5.08-10.93-13.27-3.84-8.19-1.23-18.12l41.31-176.69-137.38-118.92q-7.7-6.69-9.81-15.5-2.12-8.81 1.11-17.12 3.23-8.3 9.31-13.57t16.62-6.89l181.3-15.84L451.85-763q3.84-9.31 11.65-13.77 7.81-4.46 16.5-4.46 8.69 0 16.5 4.46 7.81 4.46 11.65 13.77l70.39 166.85 181.3 15.84q10.54 1.62 16.62 6.89 6.08 5.27 9.31 13.57 3.23 8.31 1.11 17.12-2.11 8.81-9.81 15.5L639.69-408.31 681-231.62q2.61 9.93-1.23 18.12-3.85 8.19-10.93 13.27-7.07 5.07-15.8 5.88-8.73.81-17.43-4.27L480-292.46Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="m480-292.46-155.61 93.84q-8.7 5.08-17.43 4.27-8.73-.81-15.8-5.88-7.08-5.08-10.93-13.27-3.84-8.19-1.23-18.12l41.31-176.69-137.38-118.92q-7.7-6.69-9.81-15.5-2.12-8.81 1.11-17.12 3.23-8.3 9.31-13.57t16.62-6.89l181.3-15.84L451.85-763q3.84-9.31 11.65-13.77 7.81-4.46 16.5-4.46 8.69 0 16.5 4.46 7.81 4.46 11.65 13.77l70.39 166.85 181.3 15.84q10.54 1.62 16.62 6.89 6.08 5.27 9.31 13.57 3.23 8.31 1.11 17.12-2.11 8.81-9.81 15.5L639.69-408.31 681-231.62q2.61 9.93-1.23 18.12-3.85 8.19-10.93 13.27-7.07 5.07-15.8 5.88-8.73.81-17.43-4.27L480-292.46Z"/></svg>');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
}

#respond .star {
    margin-right: 5px;
}

#respond .star,
.comment .star,
.app .star,
td .star {
    width: 24px; /* Width of the SVG */
    height: 24px; /* Height of the SVG */
}

/** 2.6. Comments */

.comment-avatar {
    margin-right: 8px;
    float: left;
}

.comment-avatar img {
    display: block;
    height: 36px;
    width: 36px;
}

.comment-body {
    margin-left: 46px;
    padding-top: 0;
    padding-bottom: 10px;
}

.comment-excerpt {
    background: #fff;
    filter: drop-shadow(0 1px 15px #eee);
    border-radius: 8px;
    padding: 10px;
    padding-top: 5px;
}

.comment-excerpt .rating {
    margin-top: 0px;
    margin-left: -5px;
}

.comment-excerpt p {
    margin: .36em 0 10px !important;
}

.comment-excerpt p:last-child {
    margin-bottom: 0 !important;
}

.avatar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.children {
    clear: both;
    margin-top: 10px;
    margin-left: 40px;
}

#comments #respond {
    position: relative;
    margin-left: 40px;
    margin-bottom: 15px;
}

.comment-reply-title {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 1;
    height: 0 !important;
    opacity: 0;
    transition: all 0.25s ease-out;
}

.comment-reply-link {
    margin-top: 10px;
    font-weight: 400;
}

.form-submit {
    margin-left: 50px;
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    height: 0;
    opacity: 0;
    transition: all 0.25s ease-out;
}

.comment-form-input {
    width: calc(100% - 48px) !important;
    border-radius: 8px !important;
    background: #fff;
    filter: drop-shadow(0 1px 15px #eee);
}

#comments > #respond {
    margin: 30px 0;
}

#submit {
    position: absolute;
    right: 5px;
    top: 10px;
}

#respond textarea {
    text-align: justify;
    padding: 10px;
    padding-right: 40px;
}

#rating-star {
    display: none;
}

#rating-star {
    vertical-align: top;
}

#rating-star label {
    float: right;
    cursor: pointer;
}

#comments > #respond #rating-star {
    display: inline-block;
    margin-left: -5px;
}

#rating-star > input:checked ~ label > span,
#rating-star:not(:checked) > label:hover > span,
#rating-star:not(:checked) > label:hover ~ label > span {
    background-color: #ff822d !important;
    transition: 250ms;
}

.comment {
    margin-bottom: 15px;
}

.comment-form-avatar {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

a#cancel-comment-reply-link {
    font-size: 13px!important;
}

#load-more-comment .svg-icon {
    vertical-align: -7px;
}

#notifications .svg-icon {
    vertical-align: -3px;
}

/* Float Count */

.float-count {
    position: absolute;
    top: 16px;
    right: 23px;
    font-size: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

/* Loader */

.progress {
    background-color: #5f9bea85;
    position: relative;
    height: 36px;
    display: block;
    width: 100%;
    border-radius: 20px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-status {
    height: 100%;
    background-color: #1a73e8;
    animation: progress-status;
    animation-timing-function: ease-out;
    animation-duration: 10s;
}

@-webkit-keyframes progress-status {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Sidenav */

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: -moz-calc(100%);
    height: calc(100% + 60px);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform 250ms;
}

.sidenav li {
    float: none;
}

.sidenav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
}

.sidenav li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 992px) {
    .sidenav > a {
        padding: 0 16px;
    }
}

.sidenav-open {
    transform: translateX(0%);
    transition: transform 250ms;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    visibility: hidden;
    display: block;
    transition: visibility 250ms, opacity 250ms, z-index 250ms;
}

.sidenav-overlay-open {
    visibility: visible;
    opacity: 0.75;
    transition: visibility 250ms, opacity 250ms, z-index 250ms;
}

.sidenav .sidenav-heading {
    padding: 17px 0;
}

.sidenav h4 {
    margin-left: 0;
    margin-block-end: 0;
}

.sidenav-item {

}

.sidenav-item a {
    padding: 10px;
    display: block;
    color: #212121;
}

.sidenav-item a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.sidenav-item .svg-icon {
    margin-right: 10px;
}

.sidenav-item .divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidenav-item-count {
    margin-right: 15px;
}

.sidenav-login {
    background: #1a73e8;
    color: #fff !important;
    margin: 20px 10px;
    border-radius: 9999px;
}

.sidenav-login:hover {
    background: #1a73e8fc !important;
}

.sidenav-login-icon {
    width: 28px;
    height: 28px;
    float: right;
}

.sidenav-user {
    margin: 10px 10px;
    border-radius: 9999px;
}

.sidenav-user-icon,
.sidenav-user img {
    margin-top: -30px;
    width: 28px;
    height: 28px;
}

.sidenav-user-name {
    display: inline-block;
    margin-left: 5px;
    font-size: smaller;
}

/* Collection */

.collection {
    margin: 0.5rem 0 0 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.has-avatar {
    position: relative;
    color: inherit;
    display: grid;
    grid-template-rows: 84px;
    grid-template-columns: 36px calc(100% - 36px - 20px) 10px;
    gap: 10px;
    width: 100%;
}

.collection .collection-item.has-avatar .circle {
    width: 36px;
    height: 36px;
    overflow: hidden;
    align-self: center;
}

.collection .collection-item .collection-item-text {
    align-self: center;
}

.right-dot {
    background: #32373c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    align-self: center;
}

.collection .collection-item.has-avatar .title {
    font-size: 16px;
}

.collection .collection-item.has-avatar p {
    margin: 0;
}

.collection .collection-item:last-child {
    border-bottom: none;
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd;
}

.download-item {
    position: relative;
    width: 100%;
    display: inline-flex;
    margin: 5px 0;
}

.download-item-icon {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 15px;
    aspect-ratio: 1/1;
}

.download-item-icon img {
    border-radius: 15px;
    aspect-ratio: 1/1;
}

.download-item-name {
    padding-left: 10px;
    width: 100%;
    position: relative;
}

.download-item-note {
    color: #8a6d3b !important;
    border: 1px solid #fbeed5;
    background-color: #fcf8e3 !important;
    padding: 0px 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    border-radius: 5px;
}

.download-item-note p {
    margin-bottom: 15px;
}

.download-item-beta {
    background: #1a73e8;
    color: #fff;
    padding: 0 5px;
    font-size: small;
}

.app-box-name-heading > span {
    margin-top: 3px;
}

.entry-content {
    margin: 0 auto;
}

.metioned-in .app {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.main-entry-content .app {
    margin-top: 0;
}

.main-entry-content .wp-block-table {
    margin-bottom: 30px;
}

.main-entry-content th,
.main-entry-content td {
    padding: 10px;
    border: 0.5px solid #212121;
}

.entry-block {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.border-block {
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    background: #fff;
    filter: drop-shadow(0 1px 15px #eee);
}

@media only screen and (min-width: 993px) {

    .app.app__large {
        position: relative;
        margin-top: 0px;
        margin-bottom: 15px;
        color: inherit;
        display: grid;
        grid-template-rows: 100px;
        grid-template-columns: 100px calc(100% - 120px - 15px);
        gap: 15px;
        width: 100%;
    }

    .app.app__large .app-icon {
        width: 100px;
        height: 100px;
        position: relative;
        border-radius: 15px;
        aspect-ratio: 1/1;
    }

    .app.app__large .app-icon img {
        width: 100px;
        height: 100px;
    }

    .app.app__large .app-name h1 {
        font-size: 22px!important;
        line-height: 1.5;
        font-weight: 400;
    }

    .wp-block-table {
        margin: 0;
    }

}

@media only screen and (min-width: 993px) {

    .related-posts .flex-container .flex-item {
        flex: 0 1 calc(50% - 5px);
    }

}

@media (hover: hover) and (pointer: fine) {

    .horizontal-scroll::-webkit-scrollbar {
        width: 4px;
        height: 6px;
    }

    .horizontal-scroll::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-radius: 8px;
    }

    .horizontal-scroll::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 8px;
    }

    .invisible-horizontal-scroll::-webkit-scrollbar {
        width: 4px;
        height: 6px;
    }

    .invisible-horizontal-scroll::-webkit-scrollbar-thumb {
        border-radius: 8px;
    }

    .invisible-horizontal-scroll::-webkit-scrollbar-track {
        border-radius: 8px;
    }

}

.flex-cat-container {
    display: flex;
    overflow: auto;
    margin-bottom: 10px;
}

.flex-cat-item {
    flex-shrink: 0;
    margin-right: 8px;
    padding: 6px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
}

.flex-cat-item.active {
    background: #212121;
}

.flex-cat-item.active a {
    color: #fff;
}

.flex-cat-item a {
    color: #212121;
    font-size: small;
}

.flex-cat-item a .svg-icon {
    vertical-align: -3px;
}

.flex-cat-container::-webkit-scrollbar {
    width: 0.5em;
}

.flex-cat-container::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.flex-cat-container::-webkit-scrollbar-track {
    background: transparent;
}

.archive-pagination .button {
    background: #f3f3f3;
    color: #212121;
}

.archive-pagination .active .button {
    color: #fff;
    background: #212121;
}

/** Buttons */

.button {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 3px 15px;
    width: 100%;
    word-break: break-word;
}

.button__small {
    width: inherit !important;
}

.button__blue {
    background: #1a73e8 !important;
    color: #fff !important;
}

.button__black {
    background: #32373c !important;
    color: #fff !important;
}

/** Animation */

@keyframes animation-fade-in {
    0% {
        opacity: 0; /* Initial opacity (0) for the first 2 seconds */
    }
    66.66% {
        opacity: 0; /* Maintain opacity (0) for the next 1 second */
    }
    100% {
        opacity: 1; /* Fade in to full opacity (1) at the end */
    }
} 

.animation-show {
    opacity: 0;
    animation: animation-fade-in 1.5s linear forwards;
}

/** Footer */

footer a {
    color: #212121;
}

footer p {
    margin-bottom: 15px;
}

.social-links {
    font-size: 24px;
    background: 0 0;
    box-sizing: border-box;
    text-indent: 0;
}

.social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease;
    margin-right: 5px;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link a {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none;
    padding: .25em;
    fill: currentColor;
    color: currentColor;
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease;
}

.social-link a:hover {

}

.social-link svg {
    width: 24px;
    height: 24px;
}

.social-link__tiktok {
}

.social-link__facebook {
}

.social-link__telegram {
}

.social-link__youtube {
}

.social-link__twitter {
}

#unfold-table {
    cursor: pointer;
}

.footer-link {
    margin-right: 15px;
}

.footer-link svg {
    margin-bottom: -3px;
}

.fast-search-form {
    background: #fff;
    filter: drop-shadow(0 1px 15px #eee);
    position: relative;
}

.fast-search-submit {
    position: absolute;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 64px;
    height: 64px;
}

.fast-search-form #fast-search {
    height: 64px;
    margin-left: 64px;
}

.go-premium {
    position: absolute;
    top: 18px;
    right: 10px;
    background: #1a73e8;
    color: #fff !important;
    font-size: small;
    border-radius: 50px;
    padding: 5px 10px !important;
}

.cf-turnstile iframe {
    width: 100% !important;
}

.split {
    margin: 30px 0;
    background: #eee;
    height: 1px;
}

/** Cover */

.cover img {
    aspect-ratio: 2/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.topic-card {
    flex: 0.49;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    line-height: 80px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 601px) {

    .topic-card {
        line-height: 120px;
    }

}

@media only screen and (min-width: 993px) {

    .topic-card {
        line-height: 200px;
    }

}

.topic-card__name {
    padding: 0px 15px 15px 15px;
    color: #fff;
    font-weight: 500;
}



/** Flex */

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex__nowrap {
    flex-wrap: nowrap;
}

.flex__center {
    align-items: center;
    justify-content: center;
}

.flex__start {
    justify-content: flex-start;
}

.flex-home .flex-item {
    flex: 0 1 23%;
}

@media only screen and (max-width: 600px) {

    .flex-home .flex-item {
        flex: 0 1 48%;
    }

}

.flex__s1 .flex__item {
    flex: 0 1 100%;
}

@media only screen and (min-width: 601px) {
    .flex__m2 .flex__item {
        flex: 0 1 48%;
    }
}

@media only screen and (min-width: 901px) {
    .flex__l4 .flex__item {
        flex: 0 1 23%!important;
    }
}

/** Color */

.color__black {
    color: #212121!important;
}

.color__blue {
    color: #1a73e8!important;
}

.color__green {
    color: #4caf50 !important;
}

.color__orange {
    color: #ff6900!important;
}

.color__red {
    color: #cf2e2e!important;
}

.color__white {
    color: #fff!important;
}

.color__gray {
    color: #646f78!important;
}

/** Background */

.background__black {
    background: #212121!important;
}

.background__blue {
    background: #1a73e8!important;
}

.background__green {
    background: #4caf50 !important;
}

.background__orange {
    background: #ff6900!important;
}

.background__red {
    background: #cf2e2e!important;
}

.background__white {
    background: #fff!important;
}

.background__gray {
    background: #646f78!important;
}

/** Font Size */

.font-size__regular {
    font-size: 1em;
}

.font-size__normal {
    font-size: 16px;
}

.font-size__small {
    font-size: 13px;
}

.font-size__medium {
    font-size: 18px;
}

.font-size__large {
    font-size: 22px;
}

.font-size__larger {
    font-size: 1.75em;
}

/** Text align */

.text-align__center {
    text-align: center;
}

.text-align__left {
    text-align: left;
}

.text-align__right {
    text-align: right;
}

.text-align__justify {
    text-align: justify;
}

/** Alert */

.alert {
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em;
}

@media only screen and (max-width: 720px) {

    .alert {
        width: auto;
        max-width: 1000%;
        margin-left: -4vw !important;
        margin-right: -4vw !important;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
        margin-block-end: 1.5em;
    }

}

.alert__warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border: 1px solid #fbeed5;
}

.alert__success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border: 1px solid #d6e9c6;
}

.alert__info {

}

/** Animations */

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.wp-block-social-links {
     margin-left: 0!important;
    list-style: none;
}

.entry-content li.wp-block-social-link {
    margin-bottom: 5px;
    list-style: none !important;
}

.entry-content .wp-social-link svg {
    vertical-align: -3px;
    margin-right: 5px;
}