a {
    color: #099dc5;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

.sm-title {
    font-size: 1.3rem !important;
}

.sm-text {
    font-size: 0.8rem !important;
}

.navbar-bg {
    background-color: #8b4dcb;
}

.navbar-logo {
    width: 180px;
}

.navbar-link-list a,
.navbar-link-list a:visited {
    color: white;
}

.navbar-link-list a:hover {
    color: #e3cff8;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
    text-decoration: underline;
}

.article-feed .article {
    padding: 15px;
}

.article-feed .article:nth-child(even) {
    background: #f9f9f9;
}

.article-feed .article .title {
    font-size: 1.2rem;
    color: #1f13aa;
    text-decoration: none;
}

.article-feed .article .title:hover {
    color: #6e38a6;
}

.post-pagination {
    text-align: center;
    margin-top: 30px;
}

.post-pagination a {
    color: #333;
    font-size: 0.9rem;
    text-decoration: none;
}

.post-pagination a:hover,
.post-pagination a:active {
    color: #777;
}

.article-date {
    font-size: 0.8rem;
    color: #999;
}

.article-date {
    font-size: 0.8rem;
    color: #999;
}

.article-details .before-description {
    font-size: 1.1rem;
    font-style: italic;
}

.article-feed .date {
    font-size: 0.8rem;
    color: #999;
}

.useful-links-list {

}

.city-weather-by-month .city-weather-item h4 {
    font-size: 1.2rem;
    text-align: center;
}

.city-weather-by-month .city-weather-item h4 .month-title-year {
    font-size: 1rem;
}

.city-weather-by-month .city-weather-item .t-min {
    color: #0a94ea;
}

.city-weather-by-month .city-weather-item .t-max {
    color: #b50505;
}

.city-weather-by-month .city-weather-item .t-avg {
    color: #5d13aa;
}

.city-weather-by-month .city-weather-item .wind-avg {
    color: #13b9cf;
}

.wrap-404 {
    display: flex;
    border-radius: 20px;
    border: 1px solid #e9e7fc;
    overflow: hidden;
}

.wrap-404 .img-404 {
    flex: 0 0 auto;
}

.wrap-404 .txt-404 {
    flex: 1 1 auto;
    background-color: #e9e7fc;
    display: flex;
    align-content: center;
    justify-content: center;
}

.wrap-404 .txt-404 .content {
    align-self: center;
    text-align: center;
}

.wrap-404 .txt-404 h1 {
    font-size: 10rem;
}

.ticket-widget-wrapper tp-cascoon {
    margin-bottom: 5px;
}

.animate-opacity {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
}