
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header{
    position: relative;
    z-index: 9;
    background: #42216b;
}
.active-menu header:before {
    content: "";
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    background: #42216b;
    z-index: -1;
    bottom: 0;
}
.header-files{
    position: relative;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-header-blog img{ width: 179px;}
.search_box{padding: 25px 0; background: #f9f9f9;display: none; border-bottom: 1px solid #dddddd;position: relative}
.search_box form{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.search-suggessions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
}
.search-suggessions ul {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    z-index: 3;
    background: #fefefe;
    list-style: none;
    max-height:650px;
    overflow: auto;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
}
.search-suggessions ul li{ border-bottom: 1px solid #e4e4e4;    padding: 15px 20px;display: flex;
    align-items: center; flex-wrap: wrap;  justify-content: space-between; }
.search-suggessions ul li .featured_img{width: 110px}
.search-suggessions ul li .body-wrapper{ width: calc( 100% - 130px );}
.search-suggessions ul li h3{font-size: 18px;margin: 0 0 5px 0;}
.search-suggessions ul li .featured_img p{margin-bottom: 0;}
.search-suggessions ul li h3 a{color: #333333;}
.search-suggessions ul li h3 a:hover{color: #ff6600;}
 .search-suggessions ul li .body{ line-height: 1.3;}

.search_box form input[type=text]{ border-color: #f9f9f9 !important; box-shadow:none !important;border-radius: 5px !important; background: none; border-bottom: 1px solid #ff6600 !important; margin-bottom: 0; border-radius: 0 !important ; padding: 2px 0px;
    font-size: 28px;color: #000000}
.search_box form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 28px;color: #000000;
}
.search_box form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  font-size: 28px;color: #000000;
}
.search_box form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  font-size: 28px;color: #000000;
}
.search_box form input[type=text]:-moz-placeholder { /* Firefox 18- */
  font-size: 28px;color: #000000;
}
.search_box:after{ display: none !important}
body .search_box input[type="submit"]{ margin: 0; padding: 8px 25px;    position: absolute; right: 0; top: 0px;}
.search_box #srch_blg{ padding-right: 105px; }
.search_box.open{display: block}
.search-results{max-width: 1170px; margin: 0 auto;}
.search-results ul{padding: 0; margin: 0; display: flex; flex-wrap: wrap}
.search-results ul li{margin: 10px 2.564102564102564% 25px 0; padding:30px; list-style: none; border: 1px solid #e4e4e4; width: 31.62393162393162%; border-radius: 6px;}
.category-posts li:last-child{margin-right: 0}
.search-results ul li:nth-child(3n){ margin-right: 0 }
.search-results ul li h2{font-size: 22px; margin:0 0 22px 0;}
.search-results ul li h2 a{color: #000;}
.search-results ul li h2 a:hover{ color: #ff6600; }
.search-results ul li .author{margin-bottom: 8px}
.search-results ul li .author p{ margin: 0;color: #000;}
.search-results ul li .body{font-size: 18px;}
.search-results ul li  .featured_img{text-align: center}
.search-results > p{ font-size: 19px;  color: #000; font-weight: 500;}

.left_sec_blog .post-content .body, .left_sec_blog .post-content .body p{ font-size: 20px; font-weight: 300;    line-height: 1.6; }
.left_sec_blog .post-content .body p{margin-bottom: 25px;}
.blog_post .left_sec_blog h2{ font-weight: 800; margin: 10px 0 20px 0; font-size: 26px}
.blog_post .left_sec_blog h2 strong{ font-weight: 800; }
.menu-lines a {
    position: relative;
    display: block;
    height: 19px;
    width: 31px;
}
.menu-lines a .c-trigger {
    background: #fff;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    top: 0;
}
.menu-lines a span.middle-trigger {
    top: 8px;
}
.menu-lines a span.bottom-trigger {
    top: 16px;
}
.menu-lines a:hover{opacity: 0.7}

.featured-list{ background: #05467e; padding: 30px 0;color: #ffffff;}

.latest-list, .editors-pick-list{ color: #666666; font-size: 18px; padding: 40px 0 20px} 
.wrapper-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latest_post.large{width: 57.26495726495726%;}
.latest_post-right{width: 34.18803418803419%;}
.wrapper-all h2{ font-size: 28px;margin: 0 0 20px 0;}
.wrapper-all h2 a{ color: #000000; }
.latest_post.large .featured_img img{ border-radius: 6px;margin-bottom: 10px }
.latest_post.large h2{ font-size: 40px;margin: 0 0 25px 0; font-weight: 900;line-height: 1;}
.latest_post.large h2 a:hover{ color: #ff6600; }
.latest_post.large .body{ font-weight: 300; font-size: 20px;}
.latest_post.large .author{ margin-bottom: 15px; padding-top: 5px;}
.latest-list .category p{line-height: 1;}
.latest-list .latest_post-right h2{ font-size: 22px;    margin-bottom: 15px;}
.latest-list .latest_post-right h2 a:hover{ color: #ff6600 }
.editors-pick-list .left{width:100%; }

.block-title {
    font-size: 24px;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.block-title a{ font-size: 16px; font-weight: normal }

.editors-pick-list .left{display: flex; flex-wrap: wrap;}
.editors-pick-list .left .editor_post{ border: 1px solid #dddddd; padding: 10px; border-radius: 6px; width: 23.076923076923078%; margin: 0 2.564102564102564% 15px 0; }
.editor_post .featured_img img{ border: 1px solid #dddddd; border-radius: 6px;   }
.editors-pick-list .left .editor_post:last-child{margin-right: 0}
.editors-pick-list .left .editor_post .content-wrapper{ padding: 10px 5px 0;}
.editor_post h2 a:hover{ color: #ff6600}

.latest_post-right .latest_post .content-wrapper{ width:100%;}
.latest_post-right .latest_post{ border: 1px solid #dddddd; padding: 30px 45px 30px 45px; border-radius: 6px; margin-bottom: 35px;}
.latest_post-right .featured_img, .latest_post-right .blog-no-img{ padding-bottom: 10px;}
.latest_post-right .featured_img img{ border-radius: 6px;  }
.latest_post-right .latest_post .content-wrapper p{font-size: 16px; line-height: normal;color: #666666; margin-bottom: 5px;}
.latest_post-right .latest_post .content-wrapper .category p{margin-bottom: 0;}
.author{ margin-bottom: 15px }
.author a, .author b{color: #000000; font-weight: 700; } 
.author a:hover{color: #ff6600; } 
.latest_post-right .latest_post:last-child{ margin-bottom:0;}
.author p{font-size: 14px;line-height: 1.4;}
.editors-pick-list .left .editor_post .author{margin-bottom: 10px}
.subscribe-blog .sb-bg{ /*padding: 50px 50px 50px 290px;*/ padding: 50px 50px 50px 50px; position: relative; background: url(../images/newsletterbg.jpg) no-repeat; background-size: cover;color: #fff;    border-radius: 6px;}
.op-writer{    position: absolute; left: -63px; top: -20px;}
.subscribe-blog .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    align-items: center;
}
.subscribe-blog .content-text{width: 50%;}
.subscribe-blog .subscribe-form{width: 42.68292682926829%;    position: relative;}
.subscribe-blog .content-text h3{ color: #fff; font-size: 32px; font-weight: 800;margin: 0 0 12px 0}
.subscribe-blog .content-text p{ font-size: 22px; margin: 0;}
.subscribe-form input[type="text"]{height: 60px; border-radius: 40px; font-size:  16px;    padding: 20px 120px 20px 30px;     border-color: #fff;}
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #f60;
    margin: 0;
    height: 60px;
    border-radius: 40px;
}
.subscribe-form button:hover{ color: #000; }

.subscribe-form p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 0 0 0 30px;
}

.uv-content {
    padding: 20px;
    color: #000000;
}
.uv-content p{
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
.uv-content span {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #dddddd;
    display: block;
}
 .blog-related-posts-bottom .content-wrapper{
    width: calc(100% - 300px);
}
.blog-related-post-bottom .img{
    width: 270px;
}
.editor_post h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.blog-related-posts-bottom .content-wrapper h4 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.blog_post .body img {
    margin: 0 0 15px 0px;
}
.search-results li.full-width {
    width: 48%;
    margin: 0 0 30px;
        margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.merge-botm-left ul{padding: 0;}
.merge-botm-left ul li{list-style: none;margin-bottom: 40px;     position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; align-items: center;}
.merge-botm-left ul li .content-wrapper h2 { font-size: 24px; margin: 0 0 30px 0;    padding-top: 5px;}
.merge-botm-left ul li .content-wrapper h2 a{color: #000000;}
.merge-botm-left ul li .content-wrapper h2 a:hover{  color: #ff6600; }
.merge-botm-left ul li .content-wrapper .button{ display: none}
.merge-botm-left ul li .content-wrapper .comments{display: none}
.merge-botm-sec{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.merge-botm-left{width: 64.10256410256411%;}
.merge-botm-right{width: 31.62393162393162%;}
.merge-botm-left .content-wrapper { width: calc(100% - 300px); }
.merge-botm-left .featured_img { width: 270px;}
.merge-botm-left .featured_img img{ border-radius: 6px;  }
.merge-botm-right .blog-recent-post{ border: 1px solid #dddddd; border-radius: 6px; padding: 25px; }
.merge-botm-right .blog-recent-post h2{ font-size: 20px}
.merge-botm-right .blog-recent-post ul{ padding: 0; list-style: none}
.merge-botm-right .blog-recent-post ul li{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 30px}
.merge-botm-right .blog-recent-post ul li .featured_img{ width: 100px }
.merge-botm-right .blog-recent-post ul li .featured_img p{margin-bottom: 0;}
.merge-botm-right .blog-recent-post ul li .featured_img img{ border-radius: 6px;width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;}
.merge-botm-right .blog-recent-post ul li h3{ font-size: 18px; margin: 0; font-weight: normal;     width: calc( 100% - 120px );}
.merge-botm-right .blog-recent-post ul li h3 a{color: #000}
.merge-botm-right .blog-recent-post ul li h3 a:hover{ color: #ff6600 }
.merge-botm-right .blog-recent-post ul li:last-child{margin-bottom: 0}

.free-consultation a{
    /*display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #f60;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 20px;*/    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #f60;
    line-height: 1;
    padding: 15px 30px;
    /*padding: 15px 68px;*/
    border-radius: 6px;
    font-size: 20px;
  font-weight: 700;
}
.free-consultation a:hover{ background: #000; color: #ffffff; }

.subscribe a{  font-size: 16px; color: #fff;cursor: pointer; font-weight: 700;}
.blog-search a{
    display: inline-flex;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #f2f1f1;
    line-height: 1;
    justify-content: center;
    align-items: center;
}
.header-right{display: flex; justify-content: flex-end;align-items: center;}
.menu-left{ display: flex; align-items: center;}
.free-consultation {    margin-left: 35px;}
.blog-search{margin-left: 15px;    position: relative;cursor: pointer}
.blog-search:hover{opacity: 0.8}
.main_blog_content{padding-left: 0; padding-right: 0; padding-bottom: 10px;padding-top: 10px}
.active-menu .menu-lines a:before{
    position: absolute;
    left: 0px;
    content: ' ';
    height: 25px;
    width: 25px;
    background: url(../images/blog-close-new.png) no-repeat;
    transition: 0.5s linear;
}

.active-menu .menu-lines a span{display: none}
body .blog_posts_pagination{display: block; text-align: center;    padding: 20px 0 0px;} 
.page_search .blog_posts_pagination{ display: none;}
body .blog_posts_pagination .paging{display: flex; justify-content: center;}
body .blog_posts_pagination .paging a{ width: 50px;
    height: 50px;
    color: #000 !important;
    line-height: 26px;
    padding: 11px 2px 11px;
    margin-right: 0px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;}
body .blog_posts_pagination .paging a:hover, body .blog_posts_pagination .paging .cur a { background: #fff !important; color: #000 !important;border: 1px solid #ff6600}
.blog_posts_pagination .paging .next{float: none;}
.empty-posts {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}
.left_sec_blog {
    width: 70%;
    margin: 0 5.454545454545454% 0 0;
}
.right_sec_blog {
width: 24.545454545454545%
}
.wrapper-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.wrapper-two .empty-posts{padding: 0}

.blog-related-posts h3{ font-size: 24px; margin: 0 0 30px 0; border-bottom: 1px solid #e4e4e4;padding-bottom: 10px; font-weight: 700; text-transform: capitalize; }
.blog_recent_post_root{margin: 30px 0 0 0;}
.blog-related-posts ul{margin: 0; padding: 0; list-style: none}
.blog-related-posts ul li {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
}
.blog-related-posts ul li img{border-radius: 6px;width: 100%; border: 1px solid #dddddd; margin-bottom: 15px;}
.blog-related-posts ul li h4{     font-size: 18px;  margin: 0 0 20px 0;  }
.blog-related-posts ul li h4 a{color: #000000;}


.blog-related-posts-bottom{padding: 40px 0 20px 0;}
.blog-related-posts-bottom h3{ font-size: 25px;
    margin: 0 0 40px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dddddd;}
.blog-related-posts-bottom ul{padding: 0; margin: 0; list-style: none}
.blog-related-post-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 1.5;
    margin: 0 0 40px 0 !important;
    border:0px !important;
}
.blog-helpful {
    border: 1px solid #dddddd;
    border-radius: 10px;
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 40px;
}
.blog-helpful ul{margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.blog-helpful h3{font-size: 19px; margin: 0 0 20px 0;text-transform: inherit; font-weight: 700}
.blog-helpful ul li{list-style: none; margin: 0 7px 10px 7px;}
.blog-helpful ul li a{cursor: pointer; transition: 0.3s }
.blog-helpful ul li a:hover{opacity: 0.6}
.blog_post.selected .blog-related-post-bottom .body{border-bottom: 0}
.blog_post .blog-related-post-bottom .details{padding-top: 0; font-size: 16px;margin-bottom: 15px;}
.blog_post .blog-related-post-bottom .details p{font-size: 16px; }

.blog-related-posts-bottom .content-wrapper h4 a{color: #000000;}
.blog-related-posts-bottom .content-wrapper h4 a:hover{color: #0093d2}
.print-format a{color: #000000; font-size: 16px;}
.print-format a:hover{ color: #ff8c37;}
.print-share {
    padding: 20px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    clear: both;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 40px;
}
.print-share .comments p {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}
.print-share .comments p a{color:#000;margin-right: 10px;}
.print-share .comments p a:hover{ color:#ff8429; }
.print-format a{    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    line-height: 1;}
.print-format a img{margin-right: 7px;
    position: absolute;
    left: 0;
    top: 0;}
.comments img {
    margin-left: 7px;
}
.print-share .comments{
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}
.breadcrumb-blog{display: none}
/*
.breadcrumb-blog{padding: 12px 0 12px 0; border-bottom: 1px solid #ddd; margin-bottom: 30px;background: #fafafa; width: 100%; max-width: inherit}
.breadcrumb-blog .breadcrumb{max-width: 1170px; margin: 0 auto}
.breadcrumb p{font-size: 16px;color: #000000; margin: 0}
.breadcrumb a{color: #ff6600}*/
.merge-botm-left ul li .content-wrapper .block_social{display: none}
h2.post-title {
    font-size: 35px;
    margin: 0 0 30px 0;
}
.blog_post.selected .post-wrapper .category a{color: #444444;}
.blog_post.selected .post-wrapper .category{display: inline-block;}
.fact-checked{display: inline-flex; border: 1px solid #dddddd; font-size: 14px; color: #1ba3dc; line-height: 1;     padding: 8px 15px 8px 15px; position: relative; text-align: center; border-radius: 30px;    align-items: center;    margin-left: 15px;}
.fact-checked img{ margin-right: 7px }
.break-respone{
    font-size: 14px;
    margin: 20px 0 0 0;
    line-height: 1.3;
}
.blog ul:after{display: none}
body .blog_post .block_social>div{margin-bottom: 0 !important;}
.blog_post.selected .block_social{width: auto; padding-top: 0}
.link-readmore{padding: 5px 0 0 0;    }
.post-date{ color: #000000; }
.category a{color: #444444; font-size: 14px !important; text-transform: uppercase; vertical-align: top;margin: 0 0 5px 0; font-weight: 600; background: #f3f3f3; padding: 6px 15px 6px 28px; line-height: 1; position: relative; display: inline-block;}
.category a:before{ background: url(../images/blog-tag.png) no-repeat; width: 11px; height: 11px; content: ""; position: absolute; left: 10px;    top: 0; bottom: 0; margin: auto; }
.category a:hover{ background: #c7c7c7}
.continue-reading { clear: both;padding: 25px 0 0 0;}
.continue-reading a{
    display: inline-block;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    min-width: 200px;
    text-align: center;
    border-radius: 30px;
    color: #fff;border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    background: #ff6600;
	padding: 15px 20px;  }
.continue-reading a:hover{ background: #333;
    color: #fff;}
.subscribe-blog {
    margin: 30px 0 10px 0;
}
 .all-industries ul{justify-content: center;}
.blog-indestries ul, .all-industries ul{display: flex; flex-wrap: wrap; padding: 0;}
.blog-indestries ul li, .all-industries ul li{list-style: none; width: 14.52991452991453%;  margin: 0 2.564102564102564% 20px 0;  text-align: center; }
.blog-indestries ul li a {height:180px;}
.all-industries ul li a {height:200px;}
.blog-indestries ul li a, .all-industries ul li a{padding: 18px 10px 20px 10px; display: block; position: relative; z-index: 1; overflow: hidden; background: #fff5e3; border-radius: 6px;}

.blog-indestries ul li a:before, .all-industries ul li a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.93);
    height: 100%;
    position: absolute;
    width: 100%;
    left: -50%;
    top: -50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "";z-index: -1;
}

.blog-indestries ul li a:hover:before, .all-industries ul li a:hover:before {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.blog-indestries ul li:nth-child(6n), .all-industries ul li:nth-child(6n){ margin-right: 0 }

.all-industries ul li:last-child{ margin-right: 0 }
.blog-indestries ul li h3, .all-industries ul li h3{font-size: 16px; margin: 0;}
.blog-indestries ul li p, .all-industries ul li p{margin: 0;font-size: 14px;}
.blog-indestries ul li img, .all-industries ul li img{margin-bottom: 20px;}
.all-industries ul li img{margin-top: 5px;}
.blog-indestries ul li img, .all-industries ul li img{
    max-width:80px;
}
.blog-indestries h2, .all-industries h1, .category-results h1 {
    margin: 0 0 15px 0;
    font-size: 24px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.blog-indestries ul li a:hover p, .all-industries ul li a:hover p{ color: #000;}

.blog-indestries h2 a, .all-industries h1 a, .category-results h1 a {
    font-size: 16px;
    font-weight: normal;
}
.blog-indestries h2 a span{ color: #aaaaaa; margin-left: 5px;}
.blog-indestries{padding: 30px 0 20px 0;}
.blog-contact a{font-size: 16px; font-weight: 700; color: #fff; margin-right: 30px;}
.blog-contact a:hover, .subscribe a:hover{ color: #ff6600 }


.blog-menu .nav-full-wrapper{ margin: 0 auto; display: flex; flex-wrap: wrap; width: 1170px;}
.blog-menu .nav-full-wrapper ul{ padding: 0; margin: 0; list-style: none}
.blog-menu .nav-full-wrapper ul li a{ color: #ffffff; font-size: 18px; }
.blog-menu .nav-full-wrapper h2{font-size: 24px; color: #ffffff; margin: 0 0 20px 0;border-bottom: 2px solid #ff6600; padding: 0 0 10px 0;}
.blog-menu-hot-topics ul li a {
    line-height: 1.4;
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.blog-menu-hot-topics ul li{ margin-bottom: 10px;}
.blog-menu-hot-topics ul li:last-child a{ border-bottom: 0; }
.blog-menu-hot-topics ul li:last-child{margin-bottom: 0;}
.blog-menu .nav-full-wrapper .blog-menu-right h2{ color: #220844; }
.blog-menu .nav-full-wrapper .blog-menu-right .ecomm-websites-menu h2{ border-bottom: 2px solid #dddddd; }
.blog-menu .nav-full-wrapper .blog-menu-right .icon-image{ width: 65px; }
.blog-menu .nav-full-wrapper .blog-menu-right .title-text a{    
	font-size: 20px;
    color: #42216b;
    margin: 0 0 5px; 
	font-weight: 700;
}
.blog-menu .nav-full-wrapper .blog-menu-right .title-text a:hover{color: #ff6600; }
.blog-menu .nav-full-wrapper .blog-menu-right .title-text p {
    font-size: 16px;
    color: #666;line-height: 1.3;margin-bottom: 0;
}
.blog-menu .nav-full-wrapper .blog-menu-right .title-text {
    width: calc( 100% - 85px );
}

.blog-menu .nav-full-wrapper .blog-menu-right ul li{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; margin: 0 0 30px 0;align-items: center;
}

.blog-menu{
    left: 0;
    right: 0;
    position: absolute;
    top: 96px;
    background: #222222;
    z-index: 9;
    display: none;
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.15);
}
.ecomm-websites-menu{margin-top: 50px;}
.blog-menu-optuno{margin-top: 40px;}

.active-menu .blog-menu{
display:block
}


.blog-menu-left{width: 62.39316239316239%;padding:70px 60px 40px 0; float: left;display: flex;
    justify-content: space-between; flex-wrap: wrap}
.blog-menu-right {
width: 37.606837606837606%;
background: #F9F9F9;
padding: 70px 0px 40px 40px;
z-index: 1;
float: right;
position: relative;
}

.blog-menu .nav-full-wrapper ul li{margin-bottom:8px;}
.blog-menu .nav-full-wrapper ul li:last-child{margin-bottom: 0}
.mobile-app-menu ul li{ display: inline-block;}
.blog-menu-left ul li { width: 100%;}
.blog-menu-left ul {}
.blog-menu .nav-full-wrapper ul li a:hover { color: #ff6600;}

.blog-menu-hot-topics {
    width: 45%;
}

.cat-optuno-wrapper {
    width: 45%;
}

.blog-menu:after {
content: "";
background: #F9F9F9;
position: absolute;
right: 0;
width: 37.606837606837606%;
top: 0;
bottom: 0;
}

.blog_post .block_social>div {
    line-height: normal !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    width: auto !important;
    height: 20px !important;
}
.blog_post .block_social{
     height: 20px !important;
}

.blog_post{ background: none;    padding-bottom:0; margin-bottom: 0 }
.image-title {
    text-align: center;
}
.image-title  .post-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    text-transform: inherit;
        max-width: 970px;
    margin: 0 auto 20px auto;
}
.image-title .featured_img{text-align: left}
.image-title .featured_img img{ border-radius: 6px;  margin-bottom:  30px; width: 100%;}
.image-title .category{       max-width: 970px;
    margin: 10px auto 20px auto;}
.image-title  .author {margin: 0}
.right_sec_blog .blog_rss_link{display: none}
.right_sec_blog{background: #fff; padding: 0}
.fb_comments_count{margin-right: 5px}
.author-social {
    padding: 0 0 30px 0;
    display: flex;
    justify-content:center;
    align-items: center;
}
.author a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, .5);
  /*color: #f60;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.author a:hover {
    /*color:#000000;*/
    border-bottom: 1px dotted rgba(0, 0, 0, 1.99);
}
.author-social-member {
  margin: 30px auto;
}
.author-social-member p{
    font-size:1.25rem;
}
#st-1 .st-btn{width: 32px; padding: 0 !important; display:inline-block !important;}


.blog-mobile-menu{
    position: fixed;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .2s linear,-webkit-transform .3s ease-in-out;
    transition: opacity .2s linear,-webkit-transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 100vw;
    z-index: 99999;
    max-width: 520px;
}


.blog-mobile-menu .mobile-menu-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px; 
    position: fixed;
    top: 0;
    right: 0px;
    left: 0px;
    height: 80px;
    background: #42216b;
    z-index: 2;
}
.blog-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 15px;
}

.blog-mobile-menu ul li {
    list-style: none;
    position: relative
}
.blog-mobile-menu ul li a{color: #000;}
.blog-mobile-menu ul li a:hover{color: #ff6600;}

.blog-mobile-menu .mobile-menu-body {
    overflow: hidden;
    overflow-y: auto;
    padding: 80px 0px 40px;
    height: 100%
}

.blog-mobile-menu h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu.active .menu a {
    -webkit-animation: a .4s .2s backwards;
    animation: a .4s .2s backwards
}

.mobile-menu.active .menu li:nth-of-type(2) a {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.mobile-menu.active .menu li:nth-of-type(3) a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.mobile-menu.active .menu li:nth-of-type(4) a {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.mobile-menu.active .menu li:nth-of-type(5) a {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.mobile-menu.active .menu li:nth-of-type(6) a {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.mobile-menu.active .menu li:nth-of-type(7) a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.blog-mobile-menu .mobile-menu-logo {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.blog-mobile-menu .mobile-menu-close {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.blog-mobile-menu .mobile-menu-close span {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    position: relative
}

.blog-mobile-menu .mobile-menu-close span:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.blog-mobile-menu .mobile-menu-close span:after,
.blog-mobile-menu .mobile-menu-close span:before {
    background: #fff;
    display: block;
    height: 2px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    width: 24px;
    z-index: 2;
    content: ""
}

.blog-mobile-menu .mobile-menu-close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu-logo{max-width: 170px}
.blog-mobile-menu .menu a {
    display: block;
    font-size: 18px;
    color: #000 ;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 1.3rem 0;
    line-height: 1;
    text-transform: uppercase;
}

div.page_blog .breadcrumb{ display: none; }
.blog-helpful-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-helpful-small ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.break-respone {
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 1.3;
}
.helpful, .not-helpful{ cursor:pointer; }
.blog-helpful-small ul { padding: 0; list-style: none; display: flex; justify-content: center; margin-right: 10px;}
.blog-helpful-small .break-respone { margin: 0;}
.blog-helpful-small ul li img { margin: 0;}
.blog-helpful-small ul li:first-child { margin-right: 5px;}
.blog-helpful-small { display: flex; justify-content: space-between; align-items: center;}
.blog_post_comments .fb_comments_count{ margin-right:0; }

.search-results h1 {
    margin: 0 0 40px 0;
    font-size: 24px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.search-results h1 a {
    font-size: 17px;
    font-weight: 700;
}
.read-more{clear: both; display: block; width: 100%;margin-top: 10px;line-height: 1;}
.read-more a{
    font-weight: 700;
    font-size: 17px;
}
.lazy-load-data .loading-img{ text-align: center; }
.lazy-load-data .loading-img img{
    max-width: 80px;
}

.category-results{max-width:1170px; margin: 0 auto;}
.category-results > ul > li .content-wrapper, .more-posts-ajax > ul > li .content-wrapper {
    width: calc(100% - 230px);
    font-size: 16px;
    line-height: 1.5;
}
.category-results > ul > li .featured_img, .category-results > ul > li .blog-no-img, .more-posts-ajax > ul > li .featured_img, .more-posts-ajax > ul > li .blog-no-img {
    width: 200px;
}
.category-results > ul > li .featured_img img, .category-results > ul > li .blog-no-img img, .more-posts-ajax > ul > li .featured_img img, .more-posts-ajax > ul > li .blog-no-img img{ border-radius: 6px }
.category-results > ul > li, .more-posts-ajax > ul > li {
    width: 48%;
    margin: 0 0 30px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-results > ul, .more-posts-ajax > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}
.category-results > ul > li .author, .more-posts-ajax > ul > li .author{ margin-bottom: 10px;}
.category-results > ul > li .author p, .more-posts-ajax > ul > li .author p{     font-size: 14px}
.category-results > ul > li .read-more a, .more-posts-ajax > ul > li .read-more a{ font-size: 16px;}
ul.category-posts li.full-width {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.category-results ul.category-posts li.full-width .author { margin-bottom: 15px;}
.category-results ul.category-posts li.full-width .author p{ font-size: 16px}
ul.category-posts li.full-width .read-more a { font-size: 18px;}

ul.category-posts li.full-width .featured_img{ width: 44%; }
ul.category-posts li.full-width .featured_img img{border-radius: 6px}
ul.category-posts li.full-width .featured_img p{margin-bottom: 0}
ul.category-posts li.full-width .content-wrapper{ width: 51%;font-size: 18px;     display: flex;
    flex-flow: column; justify-content: center; }
ul.category-posts li.full-width .content-wrapper h2 { font-size: 30px; margin: 0 0 20px 0;}
.category-results > ul > li h2 a, .more-posts-ajax > ul > li h2 a { color: #000;}
.category-results > ul > li h2 a:hover, .more-posts-ajax > ul > li h2 a:hover{  color: #ff6600;}
.category-results > ul > li.full-width .body { font-size: 19px;}
.category-results > ul > li h2, .more-posts-ajax > ul > li h2{     font-size: 19px;
    margin-bottom: 10px; }
.blog-menu .nav-full-wrapper ul li p.date, .blog-menu-hot-topics ul li p.date{
    color: #929292;
    margin: 0;
    font-size: 14px;
}

.prev-next-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
        border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 10px;
}
.prev-next-posts p {  margin-bottom: 0px; color: #808080;}
.prev-next-posts h4{ margin: 0 0 10px 0;font-size: 17px;}
.prev-next-posts a{color: #000;}
.prev-next-posts a:hover{color: #ff6600;}
.prev-next-posts p a{color: #ff6600;display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;}
.prev-next-posts p a:hover{color: #000;}
.prev-post{width: 49%;}
.next-post{width: 49%; text-align: right;}
.next-post.right-align{width: 100%}
.prev-post.prev-left{width: 100%}
.author-content h1 a,.blog_post .left_sec_blog .author-content h2 a {    display: none;}
.author-content h1,.blog_post .left_sec_blog .author-content h2 { margin: 0;padding: 0;  border: 0;    font-weight: 800;font-size: 26px; text-transform:none;}
.author-wrapper { display: flex; flex-wrap: wrap; align-items: center; padding: 0 0 30px 0; justify-content: space-between;     justify-content: space-between; border-bottom: 1px solid #e4e4e4; margin-bottom: 40px;}
.left_sec_blog .author-wrapper{padding: 30px 0 0px 0; border-bottom: 0px solid #e4e4e4; margin-bottom:20px;margin-top: 30px; border-top: 1px solid #e4e4e4}
.author-no-image, .author-image{ width: 140px}
.author-content{ width: calc( 100% - 170px );}
.author-wrapper img{ width: 140px; height: 140px; border-radius: 50%; overflow: hidden; object-fit: cover; object-position: center; }
p.author-company { font-weight: bold;
    color: #989898;
    line-height: 1;
   margin: 0px 0 15px 0;
}
.author-notes{
       font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}
.left_sec_blog .author-notes {
    font-size: 16px;
    line-height: 1.6;
}
.our-vision-layout {
    /*padding: 30px 0px 30px 0px;*/
    padding: 30px 15px 30px 15px;
}
.load-more-wrapp a.button{margin-top: 0;padding: 10px 25px;}
#st-1{z-index: 1 !important;}


/*custom css*/
.blog_post.selected .print-format {
	margin: 10px 0;
}
.blog_post.selected .block_social {
	margin: 10px 0;
}
.blog_post.selected .print-share .comments {
	margin: 10px 0;
}
.blog_post.selected .print-share {
	padding: 10px 15px 10px;
}
.blog_post.selected .block_social span {
	vertical-align: top;
	margin-left: 5px;
}
.blog_post.selected .block_social .fb_iframe_widget span {
	margin-left: 0;
}
.blog_post.selected .block_social .fb_iframe_widget {
	top: auto;
}

.left_sec_blog .author-wrapper .author_titler {
    background: #F3F3F3;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.gl-review-wdgt{
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 55px;
}
.gl-review-wdgt h2{
    font-size: 50px;
    line-height: 1;
    max-width: 860px;
    margin: 0 auto 20px;
}


@media (max-width: 1320px){
.op-writer { left: 0px; top: 25px; width: 250px;}
}
@media (max-width: 1200px){
.container, .category-results { padding: 0 20px; width: 100%}
.breadcrumb-blog{ padding: 15px 20px }
.blog-menu .nav-full-wrapper { width: 100%; }    
.blog-menu .nav-full-wrapper h2 { font-size: 22px;}  
.blog-menu-left{ padding: 30px 20px }
.blog-menu-right{ padding: 30px 20px }    
.search-results { padding: 0 20px; }    
}
@media (max-width: 1150px){
.blog_post.selected .block_social { margin-top: 20px; margin-bottom: 15px;width: 100%;}
.print-share .comments { border-left: 0; padding-left: 0px;}    
 .subscribe-blog .sb-bg { /*padding: 30px 30px 30px 260px;*/ padding: 30px 30px; }

 /*custom*/
.blog_post.selected .block_social {
	height: auto !important;
	margin: 10px 0;
} 
    
}
@media (max-width: 1080px){
.editor_post h2 { font-size: 20px;}
.wrapper-all h2 { font-size: 20px;}    
.mobile-app-menu { margin: 20px 0 0 0;}
.usarx-menu { margin: 20px 0 0 0;}      
.blog-related-posts-bottom .content-wrapper h4 { font-size: 22px;}    
.blog-related-posts-bottom .content-wrapper { width: calc(100% - 200px);}    
.blog-related-post-bottom .img { width: 180px;}    
.blog_post h2{ font-size: 25px}    

.subscribe-blog .content-text { width: 100%;}   
.subscribe-blog .subscribe-form { width: 100%;margin: 20px 0 0 0;}    
.subscribe-blog .content-text p { font-size: 18px; line-height: 1.5;}    
.subscribe-blog .content-text h3 {  font-size: 28px;}    
        
}

@media (max-width: 980px){ 
.latest_post.large, .latest_post-right {width: 100%;}
.editors-pick-list .right.ads { width: 100%;}    
.latest_post.large{margin: 0 0 30px 0;}    
.latest_post-right .latest_post{ margin: 0 0 20px 0; }    
.editors-pick-list { padding: 15px 0 20px;}    
.block-title { font-size: 22px;margin: 0 0 30px 0;padding: 0 0 10px 0;}    
  
.blog-menu-left { padding: 30px 20px}    
.blog-menu-right{padding: 30px 20px}    
 
.search_box {padding: 15px 20px;} 
.search_box form { max-width: 100%;}    
.blog-indestries ul li, .all-industries ul li{width:  31.62393162393162%; margin: 0 2.564102564102564% 20px 0}

.all-industries ul li a {height: 205px;}
.blog-indestries ul li a {
  height: 150px;
}
.blog-indestries ul li:nth-child(3n), .all-industries ul li:nth-child(3n){margin-right: 0}    
.editors-pick-list .left{justify-content: space-between}    
.editors-pick-list .left .editor_post{ width: 48.5%; margin: 0 0 15px 0; }    
.merge-botm-left {width: 100%;}
.merge-botm-right{width: 100%;}
.blog-menu .nav-full-wrapper .blog-menu-right .title-text a{ font-size: 18px;}    
.search-results ul li h2 { font-size: 20px; margin: 0 0 15px 0;  min-height: inherit;}  
.search-results ul li {  padding: 15px;}    
}
@media (max-width: 920px){ 
.category-results > ul > li, .more-posts-ajax > ul > li{  width: 100%;}
}
@media (max-width: 900px){ 
header{ background-color: #42216b;}
}


@media (max-width: 820px){ 
.free-consultation, .blog-contact, .subscribe{display: none}    
.active-menu .blog-menu{display: none !important}    
body.mobile-only .blog-mobile-menu {   -webkit-transform: translateX(0); transform: translateX(0);box-shadow: 2px 0px 30px 0px rgba(0,0,0,0.2);}
.blog-menu-left { width: 100%; padding: 30px 40px;display: block; background: #333333}    
.blog-menu-right{width: 100%;  padding: 30px 40px 0 40px; background: #F9F9F9}     
.blog-menu-hot-topics{width: 100%}       
.left_sec_blog { width: 100%; margin: 0 0 10px 0;}
.right_sec_blog { width: 100%;}
.blog ul li.blog-related-post-bottom:last-child{margin-bottom: 0 !important}    
.blog { padding: 0 0 0px 0;}    
.blog .blog_post:last-of-type { margin-bottom: 20px;}    
.blog_recent_post_root .blog-recent-post img{width: 100%}    
.blog-helpful{display: none}    
.blog-menu-optuno, .ecomm-websites-menu{margin-top: 0}  
 body.mobile-only{ overflow: hidden }    
.blog-menu-left h2 { margin: 0 0 15px 0; border-bottom: 2px solid #ff6500;color: #fff}    
.blog-mobile-menu .blog-menu-left ul li a{ color: #fff } 
.blog-mobile-menu .blog-menu-left ul li a:hover{ color: #ff6500 }     
 .blog-mobile-menu .blog-menu-right h2{  margin: 0 0 15px 0; border-bottom: 2px solid #dddddd; color: #220844; }    
body.mobile-only .body_wrap:after { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.2);    content: "";}
.blog-menu-right ul li {  display: flex;flex-wrap: wrap;justify-content: space-between; margin: 0 0 20px 0;
    align-items: center;}    
.blog-menu-right ul li:last-child{margin-bottom: 0}    
.blog-menu-right .title-text a { font-size: 18px; color: #5917a8; margin: 0 0 5px; font-weight: 700;}    
.blog-menu-right .icon-image { width: 65px;}    
.blog-menu-right .title-text p { font-size: 15px; color: #666; line-height: 1.3; margin-bottom: 0;}    
.blog-menu-right .title-text { width: calc( 100% - 80px );}  
.traditional-websites{padding-bottom: 15px}    
}
@media (max-width: 780px){ 
      .all-industries ul li a {
    height: 155px;
  }
  .author-content {
    width: auto;
}
.latest_post.large h2{    font-size: 30px;}  
.blog > ul > li .featured_img, .blog > ul > li .blog-no-img { width: 170px;}    
.blog > ul > li .content-wrapper { width: calc(100% - 190px);}    
.blog_post_comments { padding-bottom: 15px;}    
.op-writer{display: none}    
.subscribe-blog .sb-bg { padding: 20px;}    
.merge-botm-left ul li{margin-bottom: 28px;}    
.image-title .post-title { font-size: 30px;}    
.our-vision-layout {  padding: 20px 10px 0px 10px;}    
.image-title .featured_img img {  margin-bottom:10px;}   
.search-results ul li{width: 48.5%; margin: 0 0 15px 0;} 
.search-results ul{justify-content: space-between}    
.search-results ul li .body { font-size: 16px; line-height: 1.5;}    
body .blog_posts_pagination { padding: 20px 0 20px;}    
.subscribe-blog {  margin: 0px 0 30px 0;}    
.left_sec_blog .post-content .body, .left_sec_blog .post-content .body p { font-size: 18px;}    
    .all-industries{padding: 20px 0 0 0;}    
ul.category-posts li.full-width {margin-bottom: 30px;  padding-bottom: 30px;} 
ul.category-posts li.full-width .featured_img { width: 100%; margin-bottom: 20px;}    
ul.category-posts li.full-width .content-wrapper { width: 100%;}    
ul.category-posts li.full-width .content-wrapper h2 { font-size: 22px;  margin: 0 0 15px 0;}    
.category-results > ul > li.full-width .body {  font-size: 17px;}   
ul.category-posts li.full-width .read-more a { font-size: 17px;}
.category-results ul.category-posts li.full-width .author p {    font-size: 15px;}    
    .blog-indestries ul li h3, .all-industries ul li h3{font-size:14px;}    
.blog-indestries ul li img, .all-industries ul li img { margin-bottom: 15px;    max-height: 65px; transition: 0.3s linear all;}    
.latest_post-right .latest_post { margin: 0 0 20px 0;  padding: 30px 30px 30px 30px;}    
/*.left_sec_blog  .post-content .body{overflow-wrap: break-word;
  word-wrap: break-word;-ms-word-break: break-all; word-break: break-all;word-break: break-word; -ms-hyphens: auto;
  -moz-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;}*/   
  
.gl-review-wdgt h2 {
    font-size: 30px;
}
.gl-review-wdgt {
    padding-top: 0px;
    padding-bottom: 40px;
}
}
@media (max-width: 767px){
body .cookie_content_stip_div{padding: 10px 0;}
}

@media (max-width: 720px){
.image-title .category { margin-bottom: 15px;}    
ul.category-posts li.full-width .featured_img, ul.category-posts li.full-width .content-wrapper{ width:100%;}
   
}

@media (max-width: 620px){
.subscribe{display: none}
.merge-botm-left .featured_img { width: 240px;}    
.merge-botm-left .content-wrapper { width: calc(100% - 260px);}    
}

@media (max-width: 580px){ 
.menu-left, .header-right { width: 80px;}    
.logo-header-blog img { width: 120px;}    
.blog-menu{top: 72px}    
.blog-menu .nav-full-wrapper h2 { font-size: 18px;   margin: 0 0 15px 0; padding: 0 0 5px 0;}    
.latest-list .latest_post-right h2 { font-size: 20px; margin-bottom: 10px;}    
.author { margin-bottom: 10px;}    
.blog-indestries { padding: 10px 0 0px 0;}   
.merge-botm-left ul li .content-wrapper h2 { font-size: 20px; margin: 0 0 15px 0; padding-top: 0px;}    
.header-files { padding: 10px 0;}    
.mobile-menu-logo { max-width: 130px;}    
.print-share{margin-bottom: 20px}    
.print-share .comments a{ font-size: 16px}     
.search_box form input[type=text]{ font-size: 20px;}
.search_box form input[type=text]::-webkit-input-placeholder { font-size: 20px;}
.search_box form input[type=text]::-moz-placeholder {  font-size: 20px;}
.search_box form input[type=text]:-ms-input-placeholder { font-size: 20px;}
.search_box form input[type=text]:-moz-placeholder { font-size: 20px;}    
.blog-menu-hot-topics ul li a { padding-bottom: 7px;}    
.search-suggessions ul li .body {line-height: 1.2;font-size: 15px;}
.search-suggessions ul li h3 { font-size: 16px; line-height: 1.1;}  
.author-social{flex-wrap: wrap}    
.image-title .author {margin-bottom: 15px;width: 100%;}    
.sharethis-inline-share-buttons{width: 100%;}    
.author-content { width: 100%;    text-align: center;}    
.author-no-image, .author-image { width: 100px; margin: 0 auto 10px;}    
.author-wrapper img { width: 100px;height: 100px;}
.author-content h1, .blog_post .left_sec_blog .author-content h2 { font-size: 21px;justify-content: center; }    
.left_sec_blog .author-wrapper { padding: 20px 0 0px 0;}
.blog_post .left_sec_blog h2{font-size: 22px}    
}

@media (max-width: 520px){ 
.blog-related-post-bottom{flex-wrap: wrap}
.blog-related-posts-bottom .content-wrapper {width:100%}    
.blog-related-post-bottom .img { width: 100%; margin-bottom: 10px;}    
.editors-pick-list .left .editor_post{width: 100%}    
.editors-pick-list .left .editor_post .featured_img{text-align: center}    
.merge-botm-left .featured_img,.category-posts .featured_img { width: 100%;    text-align: center;}    
.merge-botm-left .content-wrapper { width: 100%}        
.merge-botm-left ul li .category p{margin-bottom: 0}
.search-results ul li {  width: 100%; margin: 0 0 15px 0;}    
.editors-pick-list .left .editor_post .content-wrapper { padding: 10px 0px 0 0px;}   
.all-industries ul li a {
    height: 165px;
  }
}

@media (max-width: 480px){
    
.g-recaptcha
 {
transform: scale(0.68);
-webkit-transform: scale(0.68) !important;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 !important;
 }   
.latest_post-right .latest_post .content-wrapper, .editor_post .content-wrapper, .blog > ul > li .content-wrapper { width: 100%;}
.latest_post-right .featured_img, .latest_post-right .blog-no-img, .editor_post .featured_img, .editor_post .blog-no-img, .blog > ul > li .featured_img, .blog > ul > li .blog-no-img { width: 100%;margin-bottom: 10px}    
.latest_post-right .latest_post, .editors-pick-list .left .editor_post{flex-wrap: wrap}    
.blog-menu-left ul li{width: 100%}    
.blog-indestries h2 a { display: block;
    clear: both;
    width: 100%;
    margin: 5px 0 0 0;
}   
.blog-menu-left { padding: 20px 20px;}    
.blog-menu-right{padding: 30px 20px 50px 20px}    
.blog-mobile-menu .mobile-menu-header { padding: 10px 20px; height: 60px;}    
.blog-mobile-menu .mobile-menu-body { padding: 60px 0px 30px;}    
.blog-indestries h2{flex-wrap: wrap}    
.subscribe-form input[type="text"] {
    height: 44px;
    padding: 10px 20px;
}    
.subscribe-blog .subscribe-form { text-align: center;}    
.subscribe-form button { position: relative; background: #f60; color: #fff; height: auto;    margin-bottom: 10px;}  
.subscribe-form button:hover{ background: #ffffff; color: #f60; }    
.subscribe-form p {padding: 5px 0 0 0px;}    
.subscribe-blog .content-text { text-align: center;}    
.subscribe-blog .content-text h3 { font-size: 26px; margin: 0 0 5px 0;}    
.subscribe-blog .content-text p {  font-size: 16px;} 
.category-results > ul > li .featured_img, .category-results > ul > li .blog-no-img, .more-posts-ajax > ul > li .featured_img, .more-posts-ajax > ul > li .blog-no-img { width: 100%;}   
.category-results > ul > li .content-wrapper, .more-posts-ajax > ul > li .content-wrapper {width:100%}    
ul.category-posts li.full-width .content-wrapper h2 { font-size: 20px; margin: 0 0 15px 0;}    
.category-results ul.category-posts li.full-width .author { margin-bottom: 10px;}    
.category-results > ul > li.full-width .body { font-size: 16px;}    
ul.category-posts li.full-width .read-more a { font-size: 16px;}    
ul.category-posts li.full-width { margin-bottom: 25px; padding-bottom: 25px;}    
.blog-indestries ul li, .all-industries ul li{ width: 48.5%; margin: 0 0 15px 0 !important}        
.blog-indestries ul, .all-industries ul{justify-content: space-between}    
.prev-next-posts p { font-size: 14px;}
.prev-next-posts h4{ font-size: 13px;}    
}

.highlight { color: #ff6600;
 }
.calendly-badge-widget,jdiv { display:none !important ;}
/*.page_blog .scrolltop { bottom:30px; }*/

.blog_page_top_section{
    position:relative;
    display:inline-block;
    padding:40px 15px 0px;
    text-align:center;
    width: 100%;
}
.blog-stands-contents h2 {
font-size: 56px;
  line-height: 52px;
  font-weight: 800;
  
  text-align: center;
  text-transform: inherit;
  max-width: 970px;
  margin: 0 auto 15px auto;
}
.blog-stands-contents a.button{
    margin-bottom: 0px;
}
.blog_page_top_section ul{
   display:inline-block;
    text-align:left;   
}
ul.blog_columns_lists{
    display:inline-block;
    text-align:left;
}
.hidden-section {
    display: none;    
    padding: 0;    
    margin: 0;       
}

.no-margin-top {
    margin-top: 0 !important; 
}

.blog_post.selected .reviews_outer .container{
    max-width:100%;
}
.blog_post.selected iframe .reviews .testimo_styles ul {
    padding: 0;
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin: 0;
}
.merge-botm-left .list_blogdisc{
    display:none;
}

.social-users-blog{margin:0;padding:10px 10px 0;text-align: center;}
.social-users-blog li{
    width: 25%;
    list-style: none;
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 5px 10px 0;
  text-align: center;
}
.social-users-blog li a i{color:#fff;
line-height: 35px;

  font-size: 16px;}
.social-users-blog li a{
 
-webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
  height: 35px;
  display: inline-block;
  width: 35px;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #CE282A;
  color: #fff;
  white-space: nowrap;
  border-radius: 50%;
  position:relative;
}
.social-users-blog li.st-btn-facebook a{background-color: #4267B2;}
.social-users-blog li.st-btn-twitter a{background-color: #000;}
.social-users-blog li.st-btn-linkedin a{background-color: #0077b5;}
.social-users-blog li.st-btn-google a{background-color: #dd4d3f;}
.social-users-blog li.st-btn-global a{background-color: #7d7d7d;}
.social-users-blog li a:hover {
  opacity: .8;
background: #42245d; 
}

@media (max-width: 780px) {
  .blog-stands-contents h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .author-image {
    width: 100%;
    margin: 0 auto 15px;
    max-width: 100%;
    text-align: center;
  }
  .social-users-blog li {
  width: 12%;}
}