h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

.h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.site-header {
    box-shadow: none;
}

.breadcrumbs {
    padding: 20px 0;
    border-radius: 0;
    color: #44425C;
    margin-bottom: 25px;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs li::after,
.entry-meta,
.breadcrumbs li a,
.breadcrumbs li span {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}

.breadcrumbs li::after {
    content: "\00bb";
    padding: 0 .3em;
}

.breadcrumbs li:last-of-type::after {
    display: none
}

.mb-30 {
    margin-bottom: 30px;
}

.ptb-16 {
    padding: 16px 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

blockquote {
    background: #eee;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.box-section-title,
.subtitle {
    background: #e8e8e8;
    overflow: hidden;
    border-radius: 5px;
    padding: 12px 20px;
}

.bg-gray {
    background: #f9f9f9;
}

.entry-content {
    padding: 20px;
    line-height: 30px;
}

.comment-list .comment-block,
.comment-form-cookies-consent,
.post-content ol,
.post-content ul,
.post-content p,
.wp-audio-shortcode,
.wp-video {
    margin-bottom: 25px;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #676f95;
    padding: 5px;
    background: rgba(136, 136, 136, 0.13);
}

.entry-meta button {
    padding: 0 10px;
    border-left: 1px solid #b9b9b9;
    font-weight: 900;
    color: inherit;
}

.entry-meta>span {
    padding: 0 10px;
    border-left: 1px solid #b9b9b9;
}

.entry-meta svg {
    margin-left: 5px;
}

.post-heartbreak,
.post-heart {
    cursor: pointer;
}

.post-thumbnail {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
    border-radius: 5px 5px 0 0;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.post-content ol,
.post-content ul {
    padding-right: 15px;
    margin-right: 20px;
}

.entry-content hr {
    border: 0;
    box-sizing: content-box;
    height: 0;
    margin: 27px 0;
    border-top: 2px solid #c8d7e1;
}

.wp-caption {
    background: #fff;
    border: 1px solid #c8d7e1;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.footer-tags a {
    font-weight: 800;
    background: #fb7246;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 0 5px;
    text-decoration: none;
    transition: color .2s;
}

.footer-tags a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.footer-tags a:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #fb7246;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.side-widget {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    border-bottom: 3px solid rgba(208, 208, 208, 0.73);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 11px 14px -12px rgb(0 0 0 / 35%);
}

.side-widget .subtitle {
    margin: 0 -20px 20px;
}

.side-widget ul {
    padding-right: 30px;
}

.comment-form,
.comment-list {
    padding: 0 16px;
}

.comment-avatar {
    float: right;
    margin-left: 0.75em;
}

.comment-avatar img {
    border-radius: 50px;
}

.comment-block {
    line-height: 1.5;
    float: right;
    padding: 10px;
    color: #3d596e;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
}

.comment-date {
    font-size: 12px;
}

.comment-excerpt {
    font-size: 14px;
    margin-top: 5px;
}

.comment-list>.comment {
    overflow: hidden;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}

.comments-box ol {
    list-style: none;
    margin: 0;
}

.comments-box .children ol,
.comments-box .children {
    margin-right: 54px;
}

.comment-form {
    padding-bottom: 16px;
}

.required {
    color: #f44336
}

label {
    font-weight: 800;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    font-size: 20px;
    box-shadow: 0px 0px 5px 0px rgb(60 64 67 / 16%);
    display: block;
    padding: 12px 30px;
    border: 0;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 100%;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}

.form-submit {
    text-align: left
}

.submit {
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}

.collection-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.collection-cards .card {
    width: 285px;
    display: block;
    margin: 10px;
    transition: .45s ease;
    position: relative;
}

.collection-cards .card:after {
    content: '';
    position: absolute;
    width: 96%;
    right: 0;
    height: 100%;
    bottom: 0;
    box-shadow: 0 20px 60px rgb(74 70 113 / 34%);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: -1;
    border-radius: 8px;
    transition: .45s ease;
    opacity: 0;
}

.collection-cards .card:hover:after {
    opacity: 1;
}

.card-archive .card-img img {
    width: 285px;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.card:hover {
    transform: translate3d(0, -20px, 0);
}

.card-archive .card-content {
    padding: 10px;
    margin: auto;
    width: 94%;
    background: #fff;
    border-radius: 8px;
    transform: translateY(-20px);
    position: relative;
    box-shadow: 0 10px 50px rgb(4 75 194 / 9%);
}

.card-archive .card-views {
    border-top: 1px solid rgb(0 0 0 / 11%);
    padding: 5px;
}

.card-archive .card-title {
    height: 86px;
}

.card-archive .card-title a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 900;
    color: #031a55;
    font-size: 15px;
}

.card-archive .post-views {
    color: #fff;
    border-radius: 4px;
}

.card-archive svg {
    margin-left: 5px;
}

.flex-start {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1 1 0%;
}

.card-views span {
    padding: 5px;
    text-align: center;
}

.load-more {
    padding: 10px 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 19px;
    border-radius: 10px;
    cursor: pointer;
}

@media only screen and (min-width: 982px) {
    .comment-block {
        width: 92%;
    }
}