﻿@charset "utf-8";
/* CSS Document */
#blogHome{padding-top:78px;}
#body-content {background-color: #ffffff !important;}
#blogHome h1 { font-size: 56px; }
#blogHome h2{font-size: 46px;}
#blogHome h3{font-size: 36px;letter-spacing: -0.5px;}
#blogHome h4{font-size: 26px;letter-spacing: -0.5px;line-height: 38px;}
#blogHome h5{font-size: 18px;letter-spacing: -0.2px;line-height: 24px;}
#blogHome h6{font-size: 18px;}
#blogHome .txtOrange{color:#f64b4b;}

#blogHome .brand-logo{position:relative;}
    #blogHome .brand-logo:after { content: 'Blog'; color: #37b34a; font-size: 20px; position: absolute; right: -48px; top: -1px; border-left: 1px solid #9d9d9d; padding-left: 7px; line-height: 1.4; }

#blogHome section{padding:76px 0;}
#blogHome section#body-content{padding:0px 0;}
#blogHome section#callToAction{padding:50px 0; margin-bottom:50px;display:none;}
#blogHome section#callToAction.bdp{margin: 126px 0;}
#blogHome section#mainBannerBlogDetail{}
#blogHome section.related-post{padding-top:0;}

#mainBannerBlog { position: relative; color: #fff; text-align: center; background: rgb(107,91,241); background: linear-gradient(45deg, rgba(107,91,241,1) 0%, rgba(49,166,247,1) 30%, rgba(53,165,247,1) 70%, rgba(53,177,116,1) 100%); }
#mainBannerBlog h1{font-size:60px;color:#fff;}
#mainBannerBlog h5 {color:#fff; font-weight:200;}
    #mainBannerBlog .btn { background-color: #f5821f; color: #fff; border: 0; padding: 10px 20px; margin-top: 20px; border-radius: 10px; box-shadow: 0 0 25px #45e4fc; }
#mainBannerBlog .btn:hover { box-shadow: 0 0 6px #45cafc;}
#mainBannerBlog .btn span{border: 2px solid rgba(255,255,255,1); border-radius: 50px; width: 30px;  line-height:26px;font-size: larger; height: 30px; display: inline-block; position: absolute; right:20px;}

#mainBannerBlogDetail{background: url("/images/blog/blog-main-banner-bg.jpg") center center no-repeat; height: 470px; position: relative;  padding-top:116px !important;}
#mainBannerBlogDetail .txt-bx{float:left; width:100%; color:#fff; text-align: center;}
#mainBannerBlogDetail .txt-bx h1, #mainBannerBlogDetail .txt-bx h6{color:#fff;}
#mainBannerBlogDetail .txt-bx p {opacity: 0.7;color:#fff;}

#body-content{background-color:#fcfdfe;}

#blogHome #featuredPostBx{background-color:#fff; position: relative; padding-bottom:0;}
#blogHome #featuredPostBx .post-pic {width:100%; overflow: hidden; transition: all 0.5s ease-in-out; }
#blogHome #featuredPostBx .post-pic img {  -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; width:100%;}
#blogHome #featuredPostBx .post-summary { position: relative; float: left; width: 100%; padding: 20px 0px; transition: all 0.5s ease-in-out; }
    #blogHome #featuredPostBx .post-summary .postCatrgory { color: #37b34a; font-size: 90%; display: block; margin-bottom: 10px; }
#blogHome #featuredPostBx .post-summary .author { color: #72747a; }
    #blogHome #featuredPostBx .post-summary .author .sepBullet { color: #d2d5d9; font-size: 4px; padding: 5px 6px; display: inline-block; vertical-align: middle; }
#blogHome #featuredPostBx .post-summary a h4 { font-weight: 500; color: #000 !important; color: #000 !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all 0.5s ease-in-out; }
#blogHome #featuredPostBx .post-summary a:hover h4 {color: #00000095 !important;}
#blogHome #featuredPostBx a .post-summary time { color: #00000060; }
    #blogHome #featuredPostBx .post-summary .btn-border { border: 1px solid #37b34a; color: #37b34a; margin-top: 20px; padding: 0.25rem 1.25rem; min-width: 100px; transition: all 0.5s ease-in-out; }
        #blogHome #featuredPostBx .post-summary .btn-border:hover { border: 1px solid #37b34a; background-color: #37b34a; color: #fff; margin-top: 20px; padding: 0.25rem 1.25rem; min-width: 100px; }


#BlogHomePostGrid .post-bx { float: left; width: 100%; margin-bottom:28px; }
#BlogHomePostGrid .post-bx .post-pic { height: 210px; overflow: hidden; transition: all 0.5s ease-in-out; }
#BlogHomePostGrid .post-bx .post-pic img {width:100%; height: 210px; -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
    #BlogHomePostGrid .post-bx .post-summary { position: relative; float: left; width: 100%; padding: 20px 0px 0px 0px; transition: all 0.5s ease-in-out; }
        #BlogHomePostGrid .post-bx .post-summary .postCatrgory { color: #37b34a; font-size: 94%; display: block; margin-bottom: 10px; }
#BlogHomePostGrid .post-bx .post-summary .author { color: #72747a;font-size: 13px;}
    #BlogHomePostGrid .post-bx .post-summary .author .sepBullet { color: #d2d5d9; font-size: 4px; padding: 5px 6px; display: inline-block;     vertical-align: middle;}
        #BlogHomePostGrid .post-bx .post-summary .author .sepBullet .fas{}
        #BlogHomePostGrid .post-bx a .post-summary h5 { font-weight: 500; color: #000 !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s ease-in-out; }
#BlogHomePostGrid .post-bx a .post-summary time {color:#00000060; }

#BlogHomePostGrid .post-bx { transition: all 0.5s ease-in-out;}
#BlogHomePostGrid .post-bx:hover { cursor: pointer; }
#BlogHomePostGrid .post-bx:hover .post-pic img { -webkit-transform: rotate(1deg) scale(1.2); transform: rotate(1deg) scale(1.2);}
#BlogHomePostGrid .post-bx:hover a:hover .post-summary h5{color:#00000095 !important;}

#BlogHomePostGrid nav,
#secSearchBx nav { text-align: center; }
.pagination{margin:0 auto; display: inline-flex;}
.pagination .page-link{border:0; color: #161c2d; font-weight: 600; padding: 0; width: 30px; line-height: 27px; text-align: center;}
.pagination .page-link.active,
.pagination .page-link:hover{color:#f64b4b; background-color:transparent;}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{border:2px solid rgba(0,0,0,0.3); border-radius: 50px; color: rgba(0,0,0,0.5);}
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover{border:2px solid #f64b4b; border-radius: 50px; color:#f64b4b;}
.pagination .page-item:first-child .page-link span,
.pagination .page-item:last-child .page-link span{display:inline-block; position: relative; top: -2px;}

#callToAction { background: #ebebeb; text-align: center; border-radius: 12px; display:none;}
#callToAction h3{ color:#000; margin-bottom:10px;}
#callToAction .form-inline{display: inline-flex;}
#callToAction .form-inline .form-control { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 100px; border-bottom-left-radius: 100px;}
    #callToAction .form-inline button { background-color: #37b34a; color: #fff; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 100px; border-bottom-right-radius: 100px;}
#pArticleDesc { margin-top: 20px; margin-bottom: 16px; font-style: italic; }

#bx-tblContent { width: 300px; left: 0; top: 20vh; position: fixed; background-color: #e1e1e1; z-index: 9; display: none; }
#bx-tblContent > ul { list-style:none; margin-left: 0; padding: 14px; }
#bx-tblContent > ul li{font-size:15px; font-weight:500;}
#bx-tblContent > ul ul { list-style: disc; padding: 0 0 0 18px; }
#bx-tblContent > ul ul li{font-size:13px; font-weight:300;}

#blogHome #blogDetailPostBx p,
#blogHome #blogDetailPostBx span,
#blogHome #blogDetailPostBx div,
#blogHome #blogDetailPostBx ul li,
#blogHome #blogDetailPostBx h1,
#blogHome #blogDetailPostBx h2,
#blogHome #blogDetailPostBx h3,
#blogHome #blogDetailPostBx h4,
#blogHome #blogDetailPostBx h5,
#blogHome #blogDetailPostBx h6,
/*#blogHome #blogDetailPostBx a { font-family: "Circular Std", sans-serif !important; }*/

#blogDetailPostBx #divContent div, #blogDetailPostBx #divContent p, #blogDetailPostBx #divContent span {font-size:15px; line-height:1.7;}

#blogHome #blogDetailPostBx {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
#blogDetailPostBx #socialIcons { position: relative; width: 32px; margin-left: -50px; transition: all 0.5s ease-in-out; }
#blogDetailPostBx #socialIcons.SCfadeout {opacity:0;}
#blogDetailPostBx #socialIcons.SCfadeout .PosStatic.stickySocialIcons { top:0px;}
#blogDetailPostBx #socialIcons .PosStatic { position: fixed; top:160px; transition: all 0.5s ease-in-out; }
#blogDetailPostBx #socialIcons .PosStatic.stickySocialIcons {top:90px;}

#blogDetailPostBx #socialIcons a{display: block; margin-bottom:10px; color:rgba(0,0,0,0.5); transition: all 0.5s ease-in-out;}
#blogDetailPostBx #socialIcons a:hover{color:rgba(0,0,0,1);}
#blogDetailPostBx #socialIcons a .bi::before{font-size: 24px;}
#blogDetailPostBx #socialIcons span { display: block; width:32px; height:32px; background-image: url("/images/blog/socialStrip-2.jpg"); background-repeat:no-repeat; background-size:120%; transition:all 0.5s ease-in-out; cursor:pointer; border-radius:5px;}

#blogDetailPostBx img{max-width:100% !important;}
#blogDetailPostBx div,
#blogDetailPostBx p{font-size: 1rem !important;}

#blogDetailPostBx #socialIcons span.icn-fb { background-position: -3px -3px; }
#blogDetailPostBx #socialIcons span.icn-tw { background-position: -3px -41px; }
#blogDetailPostBx #socialIcons span.icn-li { background-position: -3px -192px; }
#blogDetailPostBx #socialIcons span.icn-wts { background-position: -3px -232px; }

#blogDetailPostBx .postBy{float:left; width:100%; margin-bottom:16px;}
#blogDetailPostBx .postBy .sepBullet { color: #d2d5d9; font-size: 4px !important; padding: 5px 6px; display: inline-block; vertical-align: middle; }
#blogDetailPostBx .postBy span, #blogDetailPostBx .postBy time {color: #72747a; display: inline-block; }
#blogDetailPostBx .postBy span strong{text-decoration:underline;}
#blogDetailPostBx h3 {font-size: 36px !important;font-weight: 700;line-height: 1.3 !important;}

#blogHome  #secCategoryBx{background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.26); padding:40px 40px; margin-top: -174px; position: relative;}
.CategoryBxWelcome{float:left; width:100%; text-align:center; padding: 0 60px;}
.CategoryBxWelcome h2 strong{margin-top: -10px; display: block;}
.CategoryBxWelcome h1{font-weight: 700;}
#secCategoryBx .category-bx{border:1px solid rgba(0,0,0,0.1); float:left; width: 100%; padding:30px; text-align: center;}
#secCategoryBx .category-bx .icn{float:left; width: 100%; text-align: center;}
#secCategoryBx .category-bx .icn .bi{width:80px; height:80px; text-align: center; line-height: 80px; background-color:#d9d9d9; color:#fff; font-size: 54px; border-radius:100px; display: inline-block; margin-bottom: 14px; transition: all 0.5s ease-in-out;}
#secCategoryBx .category-bx:hover .icn .bi{background-color:#f64b4b; color:#fff;}
#secCategoryBx .category-bx h6{float:left; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#secCategoryBx .category-bx p{float:left; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}

#secCategoryBx .category-bx p small{line-height: 1.2;}
#secCategoryBx .category-bx p:last-child{margin-bottom:0;}
#secCategoryBx .category-bx button {background-color: #f64b4b; color: #fff; border: 0; padding: 10px 46px 10px 14px; position: relative; border-radius: 10px;}
#secCategoryBx .category-bx button span {border: 2px solid rgba(255,255,255,1); border-radius: 50px; width: 24px; line-height: 15px; font-size: larger; height:24px; display: inline-block; position: absolute; right: 14px;}

#blogHome  #secSearchBx {background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.26); padding:40px 40px; margin-top: -174px; position: relative;}
#secSearchBx .search-bx{border:1px solid rgba(0,0,0,0.1); float:left; width: 100%; margin-bottom: 15px;}
#secSearchBx .search-bx .pic{float:left; width: 200px;}
#secSearchBx .search-bx .pic img{float:left;}
author#secSearchBx .search-bx .dateBx strong{display: block; color: rgba(0,0,0,0.5); font-size: 66px; font-weight: 700; line-height: 0.8;}
#secSearchBx .search-bx .seach-content{float:left; width: calc(100% - 332px); padding: 26px 30px 26px 0;}
#secSearchBx .search-bx .seach-content h5{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; font-weight: 700;}
#secSearchBx .search-bx .seach-content p{margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}


#blogHome  #secAuthorBx{background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.26); padding:40px 40px; margin-top: -174px; position: relative;}
.AuthorBxWelcome{float:left; width:100%; text-align:center; padding: 0 60px;}
.AuthorBxWelcome .innerBx{width:70%; margin: 0 auto; display:inline-block;}
.AuthorBxWelcome h2 strong{margin-top: -10px; display: block;}
.AuthorBxWelcome h1{font-weight: 700;}
#secAuthorBx .author-bx{float:left; width: 100%; position: relative; border:1px solid rgba(0,0,0,0.1); text-align: center; padding:30px;}
#secAuthorBx .author-bx .pic{float:left; width:100%;}
#secAuthorBx .author-bx .pic img{width: 130px; height: 130px; border-radius: 400px; margin: 0 auto;}
#secAuthorBx .author-bx h6{margin-top: 16px; float: left; width: 100%; margin-bottom: 0;font-weight: 400;}
#secAuthorBx .author-bx h6 strong{font-weight: 700;}
#secAuthorBx .author-bx p:last-child{float: left; width: 100%; margin-bottom: 0;}


/* mobilePage */
/*#mobilePage{background-color: #fff; font-family: "Circular Std", sans-serif;}*/
#mobilePage section{float:left; width: 100%;}

#mobilePage .hero-section{padding:98px;}
#mobilePage .hero-section .col-left{margin: 0 auto; box-sizing:border-box;}
#mobilePage .hero-section .col-left .brand{color:#68d585; font-size:1rem; font-weight: 700; margin-bottom:1.5rem}
#mobilePage .hero-section .col-left .header{font-size: 3.5rem; letter-spacing: -2px; line-height: 1.083; font-weight: 700}
#mobilePage .hero-section .col-left .description{font-size: 1.1875rem; letter-spacing: -0.2px; line-height: 1.69; opacity:0.7;}
#mobilePage .hero-section .col-left .download-cta{font-size:1rem; font-weight: 500; margin-bottom:1rem; line-height: 1.63;}

#mobilePage .features-section{background-color: #fafafa; padding:6rem;}
#mobilePage .features-section h3.header{font-size: 3rem; letter-spacing: -2px; line-height: 1.083; font-weight: 600;}
#mobilePage .features-section h3.sub-head{font-size: 2.25rem; letter-spacing: -1.2px; line-height: 1.3; margin-bottom: 4rem; font-weight: 500;}
#mobilePage .features-section .image{height: 164px; margin-bottom: 32px;}
#mobilePage .features-section h3{font-size: 1.3125rem; letter-spacing: -0.5px; line-height: 1.5; font-weight:500; margin-bottom: 1rem;}
#mobilePage .features-section p{font-size: 1.0625rem; letter-spacing: -0.2px; line-height: 1.71; font-weight:400;}

#mobilePage .product-details{padding: 2rem;}
#mobilePage .product-details .container{padding:0px 13px; background-color: #fff;}
#mobilePage .product-details .row{padding:0px 96px; align-items: center;}
#mobilePage .product-details .header{font-size: 2.25rem; letter-spacing: -1.2px; line-height: 1.3; font-weight: 500; margin-bottom:1.875rem;}
#mobilePage .product-details .description{font-size: 1.1875rem; letter-spacing: -0.2px; line-height: 1.69; font-weight: 400; opacity:0.7}
#mobilePage .product-details .image{height:500px;}

#mobilePage .faq-section{margin:auto; margin-bottom: 1rem; background-color: #f4f7fa;}
#mobilePage .faq-section .container{padding: 5rem;}
#mobilePage .faq-section .header{  font-size: 2.25rem; letter-spacing: -1.2px; line-height: 1.3; font-weight:600; margin-bottom:2rem;}
#mobilePage .faq-section .accordion-button:not(.collapsed){color:black; background-color: white; outline: none; box-shadow:0}
#mobilePage .faq-section .accordion-button:focus{border-color:lightgray; box-shadow:none;}
#mobilePage .faq-section .accordion-body{opacity:0.7}

#mobilePage .cta-section{padding:7rem; margin-bottom:0;}
#mobilePage .cta-section .row{align-items: center;}
#mobilePage .cta-section h3{font-size: 2.25rem; letter-spacing: -1.2px; line-height: 1.3; font-weight:500;}


@media (max-width:1200px) {
#blogHome h1 { font-size: 38px; }
#blogHome h2 { font-size: 34px; }
#blogHome h3 { font-size: 30px; }
#blogHome h4 { font-size: 26px; }
#blogHome h5 { font-size: 20px; }
#blogHome h6 { font-size: 17px; }
#blogHome p { font-size: 1rem; }

#blogHome section { padding: 56px 0; }
#BlogHomePostGrid .post-bx .post-summary { padding: 20px 0px 0px 0px; }
#callToAction .pic-bx img { width: 500px; }

#mainBannerBlogDetail{height: 428px;}
}

@media (max-width:991px){

#blogHome {font-size:0.9rem; padding-top: 64px;}
#blogHome #featuredPostBx .row > div:nth-child(1) {padding-right:0; }
#blogHome section { padding:30px 0; }

#blogHome #blogDetailPostBx { background-color: #fff; width:100%; margin: 0 auto; }
#blogDetailPostBx #divContent div, #blogDetailPostBx #divContent p, #blogDetailPostBx #divContent span{font-size: 1rem !important;}

#blogHome h1{font-size: 32px;}
#blogHome h2{font-size: 28px;}
#blogHome h3{font-size: 24px;}
#blogHome h4{font-size: 22px;}
#blogHome h5{font-size: 18px;}
#blogHome h6{font-size: 16px;}
#blogHome p { font-size: 0.9rem; }

#mainBannerBlog .txt-bx{width:100%; text-align:center;}
#mainBannerBlog .pic-bx { width: 100%; text-align: center; display:none;}
#mainBannerBlog .pic-bx img { float: none; margin: 0 auto; width: 500px; max-width:100%;}
#mainBannerBlog .txt-bx button{font-size:1rem;}

#blogHome #featuredPostBx{padding-bottom:0;}
#blogHome #featuredPostBx .post-pic{    height: auto;}

#mainBannerBlog .bgPicLineart { width: 500px; height: 500px; background-size: cover; top: auto; bottom: 0;}
#BlogHomePostGrid .post-bx .post-pic, 
#BlogHomePostGrid .post-bx .post-pic img { height: 140px; }

#blogHome section#callToAction{padding: 40px 0;}

    #callToAction .form-inline .form-control,
    #callToAction .form-inline .btn { padding: 0.5rem 1rem; font-size: 0.9rem; height: 40px; }
    #callToAction .form-inline .btn{min-width:auto;}

}

@media (max-width:767px) {
#mainBannerBlog{display:none;}
#featuredPostBx .innerBx {padding: 12px;}
#blogHome #featuredPostBx .row > div:nth-child(1) {padding-right: 15px;}
#featuredPostBx .FP-1{margin-bottom:20px;}
#featuredPostBx .FP-2{margin-bottom:0; float:left; width:48%;}
#featuredPostBx .FP-3{ float:right; width:48%;}

#featuredPostBx .FP-1 .innerBx,
#featuredPostBx .FP-1 .featuredImage{height:150px;}
#featuredPostBx .FP-1 .featuredImage img{height:auto; }

#blogHome section#callToAction { padding: 18px 0; }
#callToAction .pic-bx img {width: 260px; margin-top: -33px;}
#callToAction .txt-bx span{margin-top: 27px; font-size: 0.8rem;}
#callToAction .txt-bx{padding-left: 24px;}

#blogHome #blogDetailPostBx{padding:16px 16px;}
#blogHome section#BlogHomePostGrid{padding:16px 16px;}
    #blogHome #featuredPostBx { padding:30px 16px 16px 16px; }

    #blogDetailPostBx #divContent h1,
    #blogDetailPostBx #divContent h2,
    #blogDetailPostBx #divContent h3,
    #blogDetailPostBx #divContent h4,
    #blogDetailPostBx #divContent h5,
    #blogDetailPostBx #divContent h6 { margin-top: 15px !important; margin-bottom: 6px !important; }

    #blogDetailPostBx #socialIcons { margin-left: 0px; width: 100%; position: relative; float: left; margin-bottom: 50px; }
    #blogDetailPostBx #socialIcons .PosStatic{top: initial; margin-top:0px; position:absolute;}
        #blogDetailPostBx #socialIcons .PosStatic.stickySocialIcons { position: fixed; width: 100%; left: 0px; display: block; z-index: 999999999; background-color: rgba(255,255,255,0.9); padding: 6px 6px 0 6px; text-align: center; border-bottom: 1px solid #00000020; border-top: 1px solid #00000020; top: 66px; margin-top: 0; }
        #blogDetailPostBx #socialIcons a { display: inline-block; margin-bottom: 0; }
        #blogDetailPostBx #socialIcons span { display: inline-block; width: 32px; height: 32px; }
}

@media (max-width:575px) {

#blogHome section#callToAction { padding: 18px; }
#callToAction .form-inline { display: inline-block; }
#callToAction .form-inline .form-control,
#callToAction .form-inline .btn {border-radius:100px; text-align:center;}
#callToAction .form-inline .form-group{margin-bottom:6px;}
}

@media (max-width:479px) {
#blogHome section#BlogHomePostGrid { padding-bottom: 0; }
#BlogHomePostGrid .post-bx .post-pic, #BlogHomePostGrid .post-bx .post-pic img {height: 202px;}
#callToAction .pic-bx img { width: 100%; margin-top: 0; position:relative;}
#callToAction .txt-bx span { margin-top: 0; color: #ffffff; position:relative;}
#featuredPostBx .FP-2{margin-bottom:20px;}
#featuredPostBx .FP-2, #featuredPostBx .FP-3 {width:100%;}
#mainBannerBlog .pic-bx img { max-width: 132%; margin-left:-16%;}
#featuredPostBx .bgHeadingStyle { font-size: 266%; margin-top: -54px; margin-left: -22px;}

#featuredPostBx .FP-1 .innerBx, #featuredPostBx .FP-1 .featuredImage { height: 120px;}
#featuredPostBx .FP-1 .featuredImage img { height: auto; }

#featuredPostBx .FP-2 .innerBx, #featuredPostBx .FP-2 .featuredImage, 
#featuredPostBx .FP-3 .innerBx, #featuredPostBx .FP-3 .featuredImage { width: 100%; height: 120px; }

#featuredPostBx .FP-2 .featuredImage img, 
#featuredPostBx .FP-3 .featuredImage img { width: 100%; height:auto; }

#blogHome h1{font-size: 27px;}

}
#blogHome .blog-articles-subs {
    color: #fff;
    background-color: #002e25;
    /*background: url(/images/blog/subscribebg.png) no-repeat center;*/
    background-size: cover;
    padding: 30px !IMPORTANT;
    margin-top: 80px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 32px !important
}
#blogHome .blog-articles-subs h2 {
    color: #fff;
    font-size: 30px !important;
}
    #blogHome .blog-articles-subs h3 {
        font-size: 17px !important;
        color: #fff;
        margin-top: 15px;
    }
    #blogHome .blog-articles-subs .subscription input[type="text"] {
        background: white;
        padding: 10px;
        border: 0;
        border-radius: 7px;
        width: 100% !important;
    }
    #blogHome .blog-articles-subs .subscription input[type="submit"] {
        border: 0;
        border-radius: 6px;
        padding: 9px 40px;
        margin-top: 10px;
        background: #37b34a;
        color: #fff;
        font-weight: 700;
    }
.subscription {
    margin-top: 15px;
}
#blogHome .blog-articles-subs i {
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 20px;
}
#blogHome .blog-articles-subs p {
    color: #fff;
    padding: 15px 0px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
}

/* CTA */
section.cta-blog {
    background: #1e4224;
    border-radius: 10px;
    width: 100% !IMPORTANT;
    padding: 30px !IMPORTANT;
    margin-bottom: 50px;
    /*
    background: url(/images/blog/cta-bg.png) no-repeat center;
    background-size: cover; */
}
section.cta-blog h2 {
    font-size: 27px !important;
    color: #fff;
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
#blogHome .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    #blogHome .sidebar .sidebar-title {
        font-size: 22px;
        font-weight: 700;
        padding: 0;
        margin: 0;
        color: var(--color-default);
        margin-bottom: 15px;
    }

    #blogHome .sidebar .sidebar-item + .sidebar-item {
        margin-top: 40px;
    }

    #blogHome .sidebar .search-form form {
        background: #fff;
        border: 1px solid rgba(34, 34, 34, 0.3);
        padding: 5px 10px;
        position: relative;
        border-radius: 50px;
    }

        #blogHome .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 50px;
            width: calc(100% - 60px);
        }

            #blogHome .sidebar .search-form form input[type=text]:focus {
                outline: none;
            }

        #blogHome .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 25px;
            margin: -1px;
            background: var(--color-primary);
            color: #fff;
            transition: 0.3s;
            border-radius: 50px;
            line-height: 0;
        }

            #blogHome .sidebar .search-form form button i {
                line-height: 0;
            }

            #blogHome .sidebar .search-form form button:hover {
                background: rgba(0, 131, 116, 0.8);
            }

    #blogHome .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        #blogHome .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        #blogHome .sidebar .categories ul a {
            color: var(--color-default);
            transition: 0.3s;
        }

            #blogHome .sidebar .categories ul a:hover {
                color: var(--color-primary);
            }

            #blogHome .sidebar .categories ul a span {
                padding-left: 5px;
                color: rgba(34, 34, 34, 0.4);
                font-size: 14px;
            }

    #blogHome .sidebar .recent-posts img {
        width: 80px;
        max-height: 80px;
        float: left;
    }

    #blogHome .sidebar .recent-posts h4 {
        font-size: 13px;
        margin-left: 95px;
        font-weight: bold;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 19px;
        letter-spacing: -0.2px;
    }
    #blogHome .sidebar .recent-posts .post-item {
        padding: 5px 0px;
        clear: both;
    }

    #blogHome .sidebar .recent-posts h4 a {
        color: var(--color-default);
        transition: 0.3s;
    }

    #blogHome .sidebar .recent-posts h4 a:hover {
        color: var(--color-primary);
    }

    #blogHome .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        /*font-style: italic;*/
        font-size: 12px;
        color: rgba(34, 34, 34, 0.4);
        margin-top: 2px;
        letter-spacing: -0.5px;
    }

    #blogHome .sidebar .tags {
        margin-bottom: -10px;
    }

        #blogHome .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            #blogHome .sidebar .tags ul li {
                display: inline-block;
            }

            #blogHome .sidebar .tags ul a {
                color: #555555;
                font-size: 14px;
                padding: 6px 20px;
                margin: 0 6px 8px 0;
                border: 1px solid #d5d5d5;
                display: inline-block;
                transition: 0.3s;
                border-radius: 50px;
            }

                #blogHome .sidebar .tags ul a:hover {
                    color: #fff;
                    border: 1px solid #37b34a;
                    background: #37b34a;
                }

                #blogHome .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: rgba(85, 85, 85, 0.8);
                    font-size: 14px;
                }
  