/*--------------------------------------------------------------
	##  Blog
	--------------------------------------------------------------*/
#blog-grid {
    padding: 72px 0 90px;
}

#blog-grid .feature-image a {
    display: block;
    position: relative;
    overflow: hidden;
}

#blog-grid .feature-image a img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#blog-grid .feature-image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 22;
}

#blog-grid .feature-image a:hover:before {
    opacity: 1;
}

#blog-grid .feature-image a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-post {
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
    box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.blog-post:hover {
    -webkit-box-shadow: 0px 30px 60px 0px rgba(43, 35, 79, 0.12);
    box-shadow: 0px 30px 60px 0px rgba(43, 35, 79, 0.12);
}

.blog-post.style-three {
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(14, 3, 52, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(14, 3, 52, 0.08);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .blog-post.style-three img {
        width: 100%;
    }
}

.blog-post.style-three .blog-content {
    padding: 22px 40px 30px;
}

.blog-post.style-three .blog-content .post-meta li a {
    font-size: 14px;
    text-transform: capitalize;
}

.blog-post.style-three .blog-content .entry-title {
    margin: 0 0 10px;
}

.blog-post.style-three .blog-content .entry-title a {
    color: #1a133b;
}

.blog-post.style-three .blog-content .entry-title a:hover {
    color: #f98e47;
}

.blog-post.style-three .blog-content .read-more {
    font-size: 35px;
    color: #aeaeb5;
}

.blog-post.style-three .blog-content .read-more:hover {
    color: #f98e47;
}

.blog-post.style-three:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 3, 52, 0.1);
    box-shadow: 0px 20px 50px 0px rgba(14, 3, 52, 0.1);
}

.blog-content {
    padding: 22px 45px 30px;
    background: #fff;
}

.blog-content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-content .post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.blog-content .post-meta li:not(:last-child):after {
    position: absolute;
    content: '';
    right: -18px;
    top: 7px;
    width: 2px;
    height: 14px;
    background: #9997a3;
}

.blog-content .post-meta li i {
    margin-right: 5px;
    color: #fa7070;
}

.blog-content .post-meta li a {
    color: #797687;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-content .post-meta li a:hover {
    color: #fa7070;
}

.blog-content .entry-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 32px;
    line-height: 30px;
}

.blog-content .entry-title a {
    color: #222;
}

.blog-content .entry-title a:hover {
    color: #fa7070;
}

.blog-content .read-more-ntn {
    font-size: 12px;
    font-weight: 600;
    color: #fa7070;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-content .read-more-ntn i {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-content .read-more-ntn:hover {
    color: #f83f3f;
}

.blog-content .read-more-ntn:hover i {
    margin-left: 8px;
}

.color-two .blog-content .post-meta li a:hover {
    color: #7052fb;
}

.color-two .blog-content .entry-title a:hover {
    color: #7052fb;
}

.post-author {
    font-size: 16px;
    font-weight: 500;
    color: #656177;
}

.post-author img {
    border-radius: 50%;
    margin-right: 20px;
}

.post-author:hover {
    color: #7052fb;
}

.blog-post-archive {
    padding: 50px 0;
}

.post-wrapper {
    max-width: 670px;
}

.post-wrapper .categories {
    position: absolute;
    top: 40px;
    right: 0;
}

.post-wrapper .category-item {
    font-size: 16px;
    font-weight: 700;
    background: #f8f6f2;
    padding: 9px 17px;
    color: #827f79;
    margin-left: 5px;
}

.post-wrapper .category-item:hover {
    background: #2b2350;
    color: #fff;
}

.post-wrapper .post {
    margin-bottom: 60px;
}

.post-wrapper .post:last-child .post {
    margin-bottom: 0;
}

.post .feature-image {
    border-radius: 6px;
    overflow: hidden;
}

.post .blog-content {
    padding: 28px 0 40px;
    position: relative;
    border-bottom: 1px solid #e6e5e0;
}

.post .blog-content .post-meta li a {
    color: #797687;
    font-size: 15px;
    margin-right: 3px;
}

.post .blog-content .post-meta li a:hover {
    color: #fa7070;
}

.post .blog-content .entry-title {
    margin: 14px 0 22px;
    font-size: 30px;
    line-height: 1.2;
}

/*.post .blog-content p {*/
/*    margin-bottom: 35px;*/
/*}*/

.post .blog-content .read-more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2b2350;
    position: relative;
}

.post .blog-content .read-more i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    font-size: 16px;
}

.post .blog-content .read-more:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fa7070;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post .blog-content .read-more:hover {
    color: #fa7070;
}

.post .blog-content .read-more:hover i {
    margin-left: 3px;
    color: #fa7070;
}

.post .blog-content .read-more:hover:after {
    width: 100%;
}

.post .author {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.post .author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.post .author span {
    font-size: 16px;
    font-weight: 500;
}

.post .author a {
    font-size: 16px;
    font-weight: 500;
    color: #2b2350;
}

.post .author a:hover {
    color: #fa7070;
}

.post.video-post .feature-image {
    position: relative;
}

.post.video-post .feature-image .video-btn {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.post.video-post .feature-image .video-btn:before, .post.video-post .feature-image .video-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

.post.video-post .feature-image .video-btn:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.post.video-post .feature-image .video-btn i {
    color: #2b2350;
    font-size: 16px;
    font-size: 40px;
    line-height: 2.05;
}

.post.link-post .blog-content {
    background: #fdf8f8;
    padding: 50px 50px;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.post.link-post .blog-content:before, .post.link-post .blog-content:after {
    content: "\e02c";
    font-family: 'ElegantIcons';
    position: absolute;
}

.post.link-post .blog-content:before {
    left: 28px;
    top: 24px;
    color: #f7eded;
    font-size: 50px;
    z-index: 1;
}

.post.link-post .blog-content:after {
    right: 0;
    bottom: -3px;
    font-size: 100px;
    color: #f7eded;
}

.post.link-post .blog-content p {
    font-size: 20px;
    font-weight: 000;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    line-height: 34px;
}

.post.link-post .blog-content p a {
    color: #656177;
    font-weight: 500;
}

.post.link-post .blog-content p a:hover {
    color: #fa7070;
}

.blog-post-two {
    margin-bottom: 30px;
}

.blog-post-two .feature-image {
    border-radius: 6px;
    overflow: hidden;
}

.blog-post-two .feature-image img {
    border-radius: 6px;
    width: 100%;
}

.blog-post-two .blog-content {
    padding: 22px 0 0;
    background: transparent;
}

.blog-post-two .blog-content .post-meta li a {
    text-transform: capitalize;
}

.blog-post-two .blog-content .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
}

.blog-post-two .blog-content p {
    margin-bottom: 30px;
}

.blog-post-two .blog-content .read-more {
    border: 2px solid #7052fb;
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 500;
    display: inline-block;
    color: #7052fb;
}

.blog-post-two .blog-content .read-more:hover {
    background: #7052fb;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
}

.blog-grid-two {
    padding: 90px 0;
}

.author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.author span {
    font-size: 16px;
    font-weight: 500;
}

.author a {
    font-size: 16px;
    font-weight: 500;
    color: #2b2350;
}

.author a:hover {
    color: #fa7070;
}

.quote-post {
    position: relative;
    background: #fdf8f8;
    padding: 50px;
    border-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
}

.quote-post:before {
    content: '';
    position: absolute;
    left: 28px;
    top: -20px;
    background-image: url(../../media/blog/quote2.png);
    width: 140px;
    height: 80px;
    z-index: 1;
}

.quote-post p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    color: #656177;
}

.quote-post span {
    font-size: 16px;
    font-weight: 500;
    color: #2b2350;
}

.quote-post .quote {
    position: absolute;
    right: 50px;
    bottom: 35px;
}

.post-post-grid {
    border-radius: 6px;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
    box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
    overflow: hidden;
    margin-bottom: 40px;
}

.post-post-grid .feature-image img {
    width: 100%;
}

.post-post-grid .blog-content {
    padding: 22px 40px 30px;
}

.post-post-grid .blog-content .entry-title {
    margin: 8px 0 37px;
    line-height: 30px;
}

.post-navigation {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-navigation li {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #797687;
    border-radius: 50%;
    border: 1px solid #e5dada;
}

.post-navigation li a {
    display: block;
    color: #797687;
}

.post-navigation li.prev {
    line-height: 54px;
    font-size: 24px;
}

.post-navigation li.next {
    line-height: 54px;
    font-size: 24px;
}

.post-navigation li:hover {
    border-color: #fa7070;
    background: #fa7070;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.post-navigation li:hover a {
    color: #fff;
}

.post-navigation li.active {
    background: #fa7070;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.blog-single {
    padding-top: 50px;
}

.blog-single .post {
    margin-bottom: 20px;
}

.blog-single .post .blog-content {
    padding: 40px 0 20px;
}

/*.blog-single .post .blog-content p {*/
/*    margin-bottom: 45px;*/
/*}*/

.blog-single .post .blog-content h2 {
    margin-top: 42px;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single .post .blog-content h3 {
    margin-top: 42px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single blockquote {
    margin-bottom: 42px;
    display: block;
}

.blog-single .tagcloud span {
    color: #2b2350;
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 500;
}

.blog-single .tagcloud a {
    line-height: 25px;
}

.blog-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-share .share-title p {
    color: #2b2350;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.share-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-link li {
    display: inline-block;
    margin-right: 5px;
}

.share-link li:last-child {
    margin-right: 0;
}

.share-link li a {
    display: block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 45px;
    color: #aba8a4;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #e5dada;
}

.share-link li a:hover {
    background: #fa7070;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
    border-color: #fa7070;
}

.pixsass_post_author_box {
    background: #fdf8f8;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    border-radius: 6px;
}

.pixsass_post_author_box .profile_image {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
}

.pixsass_post_author_box .profile_image img {
    border-radius: 50%;
}

.pixsass_post_author_box .profile_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pixsass_post_author_box .profile_content .profile_name {
    font-size: 20px;
    line-height: 28px;
    color: #2b2350;
    margin: 0;
}

.pixsass_post_author_box .profile_content .author-job {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
}

.pixsass_post_author_box .profile_content p {
    font-size: 18px;
    color: #797687;
    margin: 0;
    font-weight: 500;
}

.comment-area {
    padding: 110px 0 120px;
}

.comment-area .coment-title {
    font-size: 24px;
    font-weight: 600;
    color: #2b2350;
    margin-bottom: 70px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .comment .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.comment-list .comment .comment-body .comment-author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
}

.comment-list .comment .comment-body .comment-author img {
    border-radius: 50%;
}

.comment-list .comment .comment-body .comment-content {
    border-bottom: 1px solid #e6e5e0;
    padding-bottom: 30px;
    position: relative;
}

.comment-list .comment .comment-body .comment-content h4 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 16px;
}

.comment-list .comment .comment-body .comment-content h4 a {
    color: #2b2350;
}

.comment-list .comment .comment-body .comment-content h4 a:hover {
    color: #fa7070;
}

.comment-list .comment .comment-body .comment-content .comment-reply-link {
    color: #2b2350;
    font-size: 15px;
    font-weight: 500;
}

.comment-list .comment .comment-body .comment-content .comment-reply-link i {
    margin-right: 6px;
    font-size: 16px;
}

.comment-list .comment .comment-body .comment-content .comment-reply-link:hover {
    color: #fa7070;
}

.comment-list .comment .comment-body .comment-content .comment-metadata {
    margin-bottom: 10px;
}

.comment-list .comment .comment-body .comment-content .comment-metadata a {
    font-size: 16px;
    color: #918f9c;
    font-weight: 400;
    line-height: 28px;
}

.comment-list .comment .comment-body .comment-content .comment-metadata a:hover {
    color: #fa7070;
}

.comment-list .comment .comment-body.menu-comments .comment-author {
    width: 100px;
    height: 100px;
}

.comment-list .comment .comment-body.menu-comments .comment-author img {
    width: 100%;
}

.comment-list .children {
    margin: 0;
    padding-left: 150px;
    list-style: none;
}

.comment-list .children .comment .comment-body .comment-author {
    width: 50px;
    height: 50px;
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 42px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.comment-form .comment-form-author {
    padding-right: 15px;
}

.comment-form .comment-form-email {
    padding-left: 15px;
}

.comment-form input,
.comment-form textarea {
    background: #fff;
    border: 0;
    font-size: 16px;
    padding: 15px 30px;
    background: #fdfafa;
    border: 1px solid #efe7e7;
    margin: 0;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #a7a5b1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #a7a5b1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-form input::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
    color: #a7a5b1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #a7a5b1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-form input:focus,
.comment-form textarea:focus {
    background-color: white;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}

.comment-form .comment-form-comment {
    margin-bottom: 21px;
}

.comment-form textarea {
    height: 200px;
    border-radius: 20px;
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-footer input {
    width: 15px;
    margin-right: 10px;
}

.form-footer .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-footer .condition span {
    font-size: 14px;
}

.form-footer .submit-btn {
    padding: 8px 45px;
}

.circle-blog {
    position: absolute;
    top: -11%;
    left: -11%;
    z-index: -1;
}

@media (max-width: 991px) {
    #blog-grid {
        padding: 19px 0 50px;
    }
    .blog-post-archive {
        padding: 80px 0 70px;
    }
    .blog-single {
        padding-top: 80px;
    }
    .sidebar {
        margin-top: 40px;
    }
    .comment-area {
        padding: 70px 0 80px;
    }
    .form-footer {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form-footer input {
        width: 15px;
        margin-right: 10px;
    }
    .form-footer .condition {
        margin-bottom: 30px;
    }
    .form-footer .condition span {
        font-size: 14px;
    }
    .form-footer .submit-btn {
        padding: 8px 45px;
    }
    .blog-grid-two {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .form-footer .condition {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .form-footer .condition span {
        margin-top: -6px;
    }
    .circle-blog {
        display: none;
    }
}

@media (max-width: 576px) {
    .comment-list .children {
        padding-left: 95px;
    }
    .comment-list .children .comment .comment-body .comment-author {
        margin-right: 15px;
    }
    .countup .scroll-circle {
        display: none;
    }
}

@media (max-width: 480px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 100%;
        padding: 0;
    }
}

/* custom MZ */
.article__quote {
  width:80%;
  margin:50px auto;
  font-style:italic;
  padding:1.5em 2em 1.5em 3em;
  border-left:4px solid #f98e47;
  position: relative;
  background:#f8f9fd;
}

.article__quote::before{
  content: "\201C";
  color:#f98e47;
  font-size:4em;
  position: absolute;
  left: 20px;
  top: 20px;
}

.article__quote::after{
  content: '';
}

.article__quote li {
    margin-bottom: 15px;
}

.article__quote li:last-child {
    margin-bottom: 0;
}

.article__key-takeaways {
    width:100%;
    margin:50px auto;
    padding:1.5em 2em 1.5em 3em;
    border-left:4px solid #1D3F6F;
    position: relative;
    background: #d0ffeb;
    font-weight: bold;
}

.article__key-takeaways::before {
    content: "💡";
    color:#f98e47;
    font-size:3em;
    position: absolute;
    left: 20px;
    top: 20px;
}

.article__key-takeaways li {
    margin-bottom: 15px;
}

.article__key-takeaways li:last-child {
    margin-bottom: 0;
}

.article__key-takeaways::after{
    content: '';
}

.blog-sidebar-font-sm .widget ul li, .blog-sidebar-font-sm .widget ul li a, .blog-sidebar-font-sm .gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a, .blog-sidebar-font-sm .gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title {
    font-size: 13px;
    line-height: normal;
}
.blog-sidebar-font-sm .gp-posts-widget-wrapper .post-item .post-widget-info .post-date {
    font-size: 12px;
}

p.case-study-cta { text-align: center; }
a.case-study-cta-btn { font-size: 1.5em; padding: 20px 50px; }

.blog-content > h2:nth-of-type(1) {margin-top:0 !important;}
.blog-content blockquote.blockquote:before {
    color: #ffcc00;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d\00A0";
    float: left;
    margin-right: 5px;
}
.blog-content blockquote.blockquote {
    border-radius: 6px;
    background: rgba(252, 220, 92, 0.3);
    padding: 20px;
}
.blog-content blockquote.blockquote p {
    font-size: 16px;
}
.blog-content blockquote.blockquote footer.blockquote-footer {
    font-size:0.7em;
    font-style: italic;
}

.blog-content blockquote li {
    font-size: initial;
}