span.color-update {
    color: #14355E;
}
a.audio-button {
    background-color: #61CE7000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #14355E;
    color: #14355E;
    border-style: solid;
    border-color: #14355E;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    padding: 5px 20px;
}
.ti-widget.ti-wp-testimonial-1 .ti-col-4 .ti-review-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 33% !important;
    max-width: 33% !important;
}
.ti-reviews-container-wrapper {
    justify-content: center;
}
.videodiv {
    position: relative;
    z-index: 9;
}
.tnp-subscription form {
    display: flex;
    align-items: center;
    width: 100%;
}
.tnp-field.tnp-field-button {
    position: absolute !important;
    top: 0;
    right: 51px;
}
.tnp-field.tnp-field-button input.tnp-submit {
    background-color: transparent;
    color: #000;
    font-size: 35px;
    padding: 0px 10px;
	    line-height: 40px;
}
.tnp-field.tnp-field-email input#tnp-1 {
    background-color: transparent;
    border: 2px solid #000;
}
.tnp-field.tnp-field-email {
    width: 100%;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field,.tnp.tnp-subscription {    position: relative;
    margin: 0px !important;
}
.type-post .page-header {
    display: none;
}
.type-post 
 img.alignnone.wp-image-783.size-full {
    width: 100%;
}
@media(max-width:991px)
{
	.blog-container {
    grid-template-columns: 1fr;
}
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.type-post .page-header {
    display: block !important;
}

.previous-next-posts {
    display: flex;
    gap: 20px;
}

.previous-post, .next-post {
    flex: 1;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.previous-post a, .next-post a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.previous-post span, .next-post span {
    font-size: 14px;
    font-weight: bold;
}

.previous-post h2, .next-post h2 {
    margin: 10px 0 0;
    font-size: 18px;
}
.previous-post a, .next-post a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0000003b;
}
.type-page .previous-next-posts {
    display: none;
}
@media(min-width:2200px)
{
	.e-con-inner {
    --content-width: 100% !important;
    padding-right: 10% !important;
    padding-left: 10% !important;
}
}