.flow-main {
    padding: 30px 0;
}

.footer-title {
    font-family: var(--font-1);
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
}

footer#footer {
    color: #868686;
    font-family: var(--font-2);
}

.blog-list .box-image {
    display: none;
}

.blog-list .box-text {
    padding: 0;
}

.blog-list .box-text .is-divider {
    display: none;
}

.blog-list .box-blog-post h5.post-title.is-large {
    font-size: 15px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 22px;
}

.blog-list .box-blog-post h5.post-title.is-large::before {
    content: "";
    position: absolute;
    background: url(../icons/i.svg) center / contain no-repeat;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
}

.blog-list .box-blog-post .read_more {
    display: none;
}

.widget_calendar table {
    border: 0;
}

.widget_calendar table tr td {
    border: 0;
}

.widget_calendar table thead,
.widget_calendar table tfoot {
    background: none;
}

.widget_calendar caption {
    font-size: 0.8125rem;
    padding: 0 0 10px 0;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.widget_calendar table thead th {
    font-size: 0.875rem !important;
    font-weight: 600;
}

.widget_calendar table tr {
    border: none;
}

.widget_calendar table tr td {
    font-size: 0.8125rem;
}

.widget_calendar table tr th,
.widget_calendar table tr td {
    text-align: left;
}

.widget_calendar table thead tr th,
.widget_calendar table tfoot tr td {
    padding: 0;
}

.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even) {
    background: none;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

.widget_calendar #today {
    font-weight: 600;
}

.widget_product_search,
.widget_search {
    position: relative;
}

.widget_product_search label,
.widget_search label {
    display: none;
}

.widget_product_search input,
.widget_search input {
    margin: 0;
    padding: 0 10px;
}

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 9px 10px 8px 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.absolute-footer {
    display: none !important;
}