strong {
    font-weight: 400;
}
.breadcrumbs {
    margin: 4em 0em 1em 0em;
}

.audio {
    text-decoration: none;
}

.breadcrumbs .separator {
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/blog/arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    margin: 0 0.3em;
    position: relative;
    top: -2px;
}

#preview .breadcrumbs .current,
#preview .breadcrumbs a,
section.main-blog .post .breadcrumbs .current,
section.main-blog .post .breadcrumbs a {
    font-weight: 400;
    color: #4F7082;
}

section.main-blog .post .breadcrumbs .current {
    display: inline-block;
    width: 320px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#preview .breadcrumbs a,
section.main-blog .post .breadcrumbs a {
    text-decoration: underline;
}

section.main-blog .search #blog-search-form,
#blog-search-form {
    margin-bottom: 1em !important;
    height: 50px;
    position: relative;
}

#blog-search-input {
    width: 50%;
    height: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 0.5em;
    display: block;
}

section.main-blog .search #blog-search-input {
    width: 100%;
}

#blog-search-form input[type="submit"] {
    display: none;
}

div.search,
section.main-blog,
section.filter,
section.preview,
section.featured,
section.header {
    padding: 50px calc((100% - 1190px)/ 2);
}

.title-news {
    margin-top: 75px;
    text-align: center;
}

section.header {
    margin-top: 50px;
    padding-bottom: 20px;
}

section.filter,
section.preview {
    background-color: #EFEFF4;
}

.title-news h2,
section.preview h2.category-title {
    padding: 0.5em;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #32B4A6;
    text-align: center;
}

section.form {
    padding: 50px calc((100% - 1190px)/ 2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

section.form .blog-newsletter,
section.form .about {
    width: 45%;
    height: 500px;
    position: relative;
}

section.form .about {
    background-image: url("/wp-content/themes/angelsense/images/blog/family.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

section.form .about article {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

section.form .about h2,
section.form .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #32B4A6;
}

section.form .about article p {
    color: #292929;
    margin-top: 1em;
    line-height: 26px;
    position: relative;
}

section.form .about article p:after {
    content: "";
    display: block;
    margin-top: 2em;
    margin-left: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/Signature.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 146px;
    height: 119px;
}

section.form .blog-newsletter .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

body.single section.form .blog-newsletter .wrap {
    top: auto;
    transform: none;
    background-color: #DAF0ED;
    padding: 1.5em 1em;
    border-radius: 8px;
}

section.form .blog-newsletter .wrap .description {
    margin: 0.5em 0em 2.5em 0em;
    color: #292929;
    font-size: 18px;
}

#blog {
    position: relative;
}

#blog input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 1em;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 0.5em;
}

#blog .angel_type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

#blog .angel_type label {
    width: 49%;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

#blog label input,
#blog label span {
    display: inline-block;
    vertical-align: middle;
    color: #292929;
}

#commentform input[type="submit"],
#blog input[type="submit"] {
    padding: 0.5em 2.5em 0.5em 2.5em;
    color: white;
    background-color: #3abeb0;
    text-transform: uppercase;
    border-radius: 9999px;
    border: 2px solid #3abeb0;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
}

.note {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 2em;
    color: #292929;
    font-size: 16px;
}

#blog .success {
    visibility: hidden;
    opacity: 0;
}

#blog.success .success {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* text-align: center; */
    background-color: white;
    font-size: 24px;
    color: #292929;
    visibility: visible;
    opacity: 1;
}

section.filter {
    border-bottom: 2px solid #e5e7e7;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 20px calc((100% - 1190px)/ 2);
}

section.filter h3 {
    font-size: 20px;
    color: #292929;
}

select#category {
    height: 45px;
    padding: 0.3em 0.5em;
    width: 300px;
    margin-top: 1em;
    border: none;
    border: 1px solid #e5e7e7;
    background-color: white;
}

section.featured {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*press page*/
.main_featured_news {
    width: 50%;
}

.main_featured_news .category {
    font-size: 36px;
    font-weight: 600;
    color: #32B4A6FF;
    line-height: 1.2;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}

.main_featured_news p {
    margin: 0.8em 0em;
    color: #292929;
    font-size: 18px;
    line-height: 26px;
}

.main_featured_news a {
    display: block;
    margin-top: 0.5em;
    text-decoration: underline;
    color: #32b4a6;
    font-weight: 600;
}

/*End Press Page*/

section.featured .video,
section.featured .featured_posts,
section.featured .main_featured {
    width: 47%;
}

section.featured .featured_posts h3 {
    text-transform: uppercase;
    color: #4F7082;
    font-size: 18px;
    font-weight: 500;
}

#related ul li,
section.featured .featured_posts ul li {
    position: relative;
    padding: 1em 0em;
    border-bottom: 2px solid #e6e6e6;
    padding-left: 23px;
}

#related ul li {
    margin: 0;
    padding: 0.5em;
    padding-left: 23px;
}

#related ul li:before,
section.featured .featured_posts ul li:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 14px;
    height: 20px;
}

#related ul li a,
section.featured .featured_posts ul li a {
    text-decoration: none;
    display: block;
    color: #32B4A6;
    font-weight: 700;
}

#related ul li a h2,
section.featured .featured_posts ul li a h2 {
    color: #32B4A6;
    font-weight: 500;
}

#related ul li .date,
section.featured .featured_posts ul li .date {
    display: block;
    margin-top: 0.3em;
    font-size: 14px;
    font-weight: 700;
    color: #5F5F5F;
}

#related ul li .date {
    margin-bottom: 0;
}

section.header {
    text-align: center;
}

section.header h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #32B4A6;
}

.preview .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.main_featured .post-preview,
.preview .wrapper .post-preview {
    margin-bottom: 2%;
    width: 32%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
    min-height: 470px;
    position: relative;
}

.preview .wrapper .post-preview.news {
    min-height: 400px;
    margin-bottom: 4%;
    margin-top: 4%;
}

.preview .wrapper .post-preview.news .news-icon {
    position: absolute;
    top: -40px;
}

.main_featured .post-preview {
    width: 100%;
    background-color: #DAF0ED;
}

.main_featured .post-preview .category,
.preview .wrapper .post-preview .category {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #86A0AE;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.main_featured .post-preview .image,
.preview .wrapper .post-preview .image {
    display: block;
    height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px 8px 0px 0px;
}

.main_featured .post-preview .image {
    height: 250px;
}

.main_featured .post-preview .info,
.preview .wrapper .post-preview .info {
    padding: 1em;
}

.main_featured .post-preview .info .action,
.preview .wrapper .post-preview .info .action {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.preview .wrapper .post-preview .info .action .audio {
    margin-left: 10px;
}

.main_featured .post-preview .info h2,
.preview .wrapper .post-preview .info h2 {
    margin-top: 0.5em;
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    min-height: 60px;
}

.main_featured .post-preview .info p,
.preview .wrapper .post-preview .info p {
    color: #292929;
}

.main_featured .post-preview .info .date,
.preview .wrapper .post-preview .info .date {
    display: block;
    margin: 1em 0em;
    color: #5F5F5F;
    font-weight: 600;
}

.main_featured .post-preview .info .tags,
.preview .wrapper .post-preview .info .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 1em 0em;
}

.main_featured .post-preview .info .tags li,
.preview .wrapper .post-preview .info .tags li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0.2em 0.6em;
    background-color: white;
    color: #858787;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 20px;
}

.main_featured .post-preview .info a,
.preview .wrapper .post-preview .info a {
    display: block;
    margin-top: 0.5em;
    text-decoration: underline;
    color: #32b4a6;
    font-weight: 600;
}

.main_featured .post-preview .info a.title-link,
.preview .wrapper .post-preview .info a.title-link {
    text-decoration: none;
}

.preview .wrapper .post-preview .info a.category,
.main_featured .post-preview .info a.category {
    text-decoration: none;
    display: inline-block;
    color: white;
}

section.main-blog .post a.audio,
.main_featured .post-preview .info .audio,
.preview .wrapper .post-preview .info .audio {
    position: relative;
    border: none;
    margin-right: 25px;
}

section.main-blog .post a.audio {
    padding-left: 35px;
}

section.main-blog .post a.audio:after,
.main_featured .post-preview .info .audio:after,
.preview .wrapper .post-preview .info .audio:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/play-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    z-index: 1000;
    margin-left: 10px;
    border: 2px solid #32b4a6;
    border-radius: 999px;
    margin-left: 18px;
}

section.main-blog .post a.audio:after {
    left: 0;
}

.blog-pagination {
    text-align: center;
    padding: 20px calc((100% - 1190px)/ 2);
}

.page-numbers {
    background-color: white;
    display: inline-block;
    border: 2px solid #d2dce2;
    border-radius: 8px;
    padding: 0.5em;
    width: 40px;
    text-align: center;
    color: #848484;
    transition: all 0.3s;
}

.page-numbers.prev, .page-numbers.next {
    border: none;
    color: rgb(58, 190, 176);
    font-weight: 400;
    width: auto;
    text-transform: uppercase;
}

.page-numbers.current {
    color: #292929;
    border-color: #32b4a6;
}

body.blog section.bottom img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

/*Inner Page*/
section.main-blog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

section.main-blog .search {
    width: 35%;
}

section.main-blog .post {
    width: 60%;
}

section.main-blog .post h2,
section.main-blog .post h1 {
    font-size: 40px;
    font-weight: 400;
    color: #32b4a6;
    line-height: 1.2;
}

section.main-blog .post h3 {
    font-size: 36px;
    line-height: 46px;
    color: #292929;
    font-weight: 400;
}

section.main-blog .post h2 {
    font-size: 40px;
    line-height: 50px;
}

section.main-blog .post br {
    display: none;
}

section.main-blog .post li,
section.main-blog .post p {
    display: block;
    position: relative;
    margin: 0.5em 0em;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    line-height: 28px;
}

.ending-para {
    border-top: 3px dashed #e6e6e6;
    padding: 1em 3em 1em 0em;
    font-style: italic;
}

.ending-para strong {
    font-weight: 600 !important;
}

.break-line {
    display: block;
}

section.main-blog .post li {
    padding-left: 30px;
}

section.main-blog .post li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 19px;
    height: 24px;
}

section.main-blog .post span {
    font-size: 18px;
    color: #292929;
    line-height: 28px;
}

section.main-blog .post a span,
section.main-blog .post a {
    color: #32b4a6;
    text-decoration: underline;
    font-weight: 600;
}

section.main-blog .post span.date {
    display: block;
    margin: 1em 0em;
    font-size: 18px;
    font-weight: 600;
    color: #5F5F5F;
}

section.main-blog .post p img {
    display: block;
    width: 100%;
    height: auto;
}

section.main-blog blockquote p,
section.main-blog blockquote {
    font-size: 20px;
    line-height: 30px;
    color: #32b4a6;
    padding: 0.5em 0em  0em 0em;
    position: relative;
    margin-bottom: 1em;
}

blockquote:before {
    content: "";
    margin-right: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
}

blockquote:after {
    content: "";
    margin-left: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-bottom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    top: -30px;
}

.share {
    margin-bottom: 2em;
    border-top: 1px solid #e6e6e6;
    padding-top: 1em;
}

.share span {
    display: block;
    margin-bottom: 0.5em;
}

.share a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
    border-radius: 50%;
    background-color: white;
    margin-right: 1em;
    box-shadow: 0px 0px 3px black;
}

.share a.twitter {
    background-image: url("/wp-content/themes/angelsense/images/blog/x1.svg");
}

.share a.facebook {
    background-image: url("/wp-content/themes/angelsense/images/blog/facebook1.svg");
}

.share a.mail {
    background-image: url("/wp-content/themes/angelsense/images/blog/mail.svg");
}

.share a.linkedin {
    background-image: url("/wp-content/themes/angelsense/images/blog/linkedin1.svg");
}

#related {
    margin-top: 5em;
}

#related .related-post-heading {
    margin-bottom: 0.5em;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; /* 130% */
    text-transform: uppercase;
    color: #4F7082;
}

.comments {
    display: flex;
    flex-direction: column;
    width: 40%;
}

#respond {
    order: 1;
}

#comments {
    margin-top: 1em;
    order: 2;
}

#comments .title h2 {
    font-size: 24px;
}

#comments .commentlist {
    list-style: none;
}

#comments .the-comment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#comments .the-comment .avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#comments .the-comment .comment-box {
    white-space: normal;
    color: #5F5F5F;
    width: calc(100% - 55px)
}

#commentform {
    width: 100%;
}

.comment-reply-title {
    margin-bottom: 1.5em;
}

#commentform textarea,
#commentform input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 1em;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 0.5em;
}

li.comment {
    margin: 1em 0em;
}


/* Search Page*/

h1.page-title {
    padding: 1em 0em;
    color: #878585;
}