/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.com/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.2.2
Requires PHP: 5.6
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, featured-images, full-width-template, e-commerce, translation-ready, rtl-language-support, theme-options, custom-colors, custom-logo, custom-menu, footer-widgets, left-sidebar, right-sidebar, custom-background, one-column, two-columns
Text Domain: visual-composer-starter
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@300;400;500;700&display=swap');

body { font-family: 'Open Sans',Helvetica Neue,Helvetica,Raleway,Arial,sans-serif; }
.post_page_section a:hover { text-decoration: unset; }
.bg-image-section {
    background-image: url('images/header_hex.webp')!important;
    width: 100%;
    display: block;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
	text-emphasis-color: color: #333;
    text-align: center;
	color: #333
    padding: 150px 15px 60px;
    position: relative;
    z-index: 9;
    min-height: 270px !important;
	
}
.bg-image-section.blog-single-page {
    min-height: 140px !important;
        padding: 0;
}
.post_page_top_section { padding: 25px 0; }
.post_page_section .headerWrapper { display: flex;justify-content: center;flex-direction: row;margin-bottom: 40px; }
.post_page_section  .headerWrapper .headerIllustration { margin-top: -150px;z-index: 9; }
.post_page_section .headerWrapper .headerIllustration img {
    width: 700px;
    top: -180px;
    z-index: 9;
    left: 0;
    margin-bottom: 0;
}
.post_page_section .headerWrapper .headerTitle { width: 50%;display: flex;flex-direction: column;align-items: center; }
.post_page_section .headerWrapper .headerTitle h1{ font-size: 45px; line-height: 65px;font-weight: 200;margin: 10px 0 15px; }
.post_page_section .headerWrapper .headerTitle h4 { font-size: 30px;font-weight: 300;color: rgba(51,51,51,0.7);margin: 10px 0 15px;text-transform: capitalize; }
.post_page_section .searchBar { margin-bottom: 40px }
.post_page_section .searchBar form { position: relative; }
.post_page_section .searchBar input[type="text"] ,
.post_page_section .searchBar input[type="search"] {
    padding: 5px 0 5px 60px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.2);
    margin: 0;
    line-height: inherit;
    font-size: 20px;
    position: relative;
    color: #333;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
}
.post_page_section .searchBar input[type="submit"] {
    position: absolute;
    right: 18px;
    font-size: 18px;
    background: 0;
    border: 0;
    color: #bcbec1;
    text-shadow: none;
    box-shadow: none;
    border-left: 1px solid #ccc;
    border-radius: 0;
    line-height: 40px;
    padding-left: 10px;
}
.post_page_section .searchBar form:after {
    top: 8px;
    left: 23px;
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 1;
    border: 0;
    background: transparent;
    content: "";
    background-image: url('images/searchGray.svg');
    background-repeat: no-repeat;
}
.post_page_section .searchBar input[type="text"]:focus,
.post_page_section .searchBar input[type="search"]:focus,
.newsletter_form_text_box input:focus { outline: unset;border: 1px solid #ccc; }
.post_page_section .searchBar input[type="text"]:focus-visible,
.post_page_section .searchBar input[type="search"]:focus-visible,
.newsletter_form_text_box input:focus-visible { outline: unset;border: 1px solid #ccc; }
.widget-type-post_filter h3 {
    border: 1px solid #0291dc;
    width: 150px;
    border-radius: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    color: #0291dc;
    cursor: pointer;
    margin: 10px 0 25px;
}
.widget-type-post_filter .block { position: relative;width: 150px; }
.widget-type-post_filter .widget-module {
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 40px 30px;
    width: 700px;
    display: none;
}
.widget-type-post_filter h3:before {
    content: url('images/tagblue.svg');
    display: inline-flex;
    width: 25px;
    margin-right: 5px;
    margin-top: 5px;
}
.widget-type-post_filter h3:after {
    content: url('images/arrowDown.svg');
    display: inline-flex;
    width: 18px;
    margin-left: 10px;
    margin-top: -7px;
}
.widget-type-post_filter .block:hover .widget-module {
    position: absolute;
    display: block;
    z-index: 1000002;
    top: 50px;
}
.widget-type-post_filter .widget-module ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.widget-type-post_filter .widget-module ul li, 
.widget-type-post_filter .widget-module .filter-expand-link {
    padding-bottom: 15px;
    display: block;
}
.widget-type-post_filter .widget-module ul li a {
    font-size: 18px;
    color: #555a62;
}
.widget-type-post_filter .widget-module ul li a span {
    color: #555a62;
}
.widget-type-post_filter .widget-module ul li a:hover {
    color: #0291db;
}
.widget-type-post_filter .widget-module ul li a:hover span {
    color: #0291db;
}
.widget-type-post_filter .widget-module .filter-expand-link {
    padding-left: 12px;
    font-size: 18px;
    line-height: 18px;
}
.widget-type-post_filter .block:hover .widget-module:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 305px;
    top: 30px;
    bottom: 0;
    border: 1px solid #d7d7d7;
    height: 80%;
}

.post_page_section.container-fluid { max-width: 1170px;margin: 0 auto !important; }
.site-row { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.recentPosts { box-shadow: 0 2px 4px rgb(0 0 0 / 30%);margin-top: 20px; }
.site-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.recent_post_left { padding: 30px 60px; }
.recent_post_left  h3.recentPostTitle {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 40px;
    color: #f52c6e;
    margin-top: 10px;
    line-height: 1.2;
}
.recent_post_left a.post_top_a_tag:hover { color: #f52c6e;text-decoration: unset; }
.post_a_tag { color: #555a62; }
.recent_post_left .post-title { font-size: 30px;color: inherit;cursor: pointer;line-height: 1.42; }
.recent_post_left .recentPreview { margin-top: 40px; }
.recent_post_left .recentPreview p { font-size: 18px;font-weight: 400;line-height: 1.42;color: #555a62; }
.recent_post_left .more-link {
    position: relative;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
    width: 100px;
    color: #555a62;
    margin: 15px 0;
}
.recent_post_left .more-link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.recent_post_left .more-link:hover::after { opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px); }
.recent_post_left .authorInfo { display: flex;align-items: center; }
.recent_post_left .authorInfo .hs-author-avatar img {
    height: 80px;
    width: 80px;
    max-width: 80px;
    border-radius: 50px;
    filter: grayscale(100%);
    object-fit: cover;
}
.recent_post_left .authorInfo .authorDate { margin-left: 30px; }
.recent_post_left .authorInfo .author-link { font-size: 18px !important; color: #0291db; }
.recent_post_left .authorInfo .author-link:hover  { color: #f52c6e;text-decoration: unset; }
.h-100 { height: 100%; }
.recent_post_right .hs-featured-image { object-fit: cover;max-width: 100%; }
.post_a_tag:hover { color: #555a62;text-decoration: unset; }
.wpsite_recent_post { transition: transform .5s ease; }
.wpsite_recent_post:hover { cursor: pointer;transform: scale(1.05);z-index: 1;box-shadow: 0 2px 8px rgb(0 0 0 / 50%); }
.home_post_list { margin: 40px -40px;margin-bottom: 0; }
.site-col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; 
    padding-left: 15px;
    padding-right: 15px;
}
.home_post_list .post_item_box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    transition: box-shadow .3s;
    cursor: pointer;
    transition: transform .5s ease;
}
.p40 { padding: 40px; }
.post_item_box .hs-featured-image {
    border-width: 0;
    height: 180px;
    width: 100%;
    display: inline-block !important;
    float: right;
    object-fit: cover;
}
.post_item_box  .post-header { padding: 20px; }
.post_item_box  .post-header h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
    margin: 10px 0 15px;
}
.post_item_box  .post-header h1 a{ text-decoration: none;font-size: 20px !important;font-weight: 500;line-height: 28px;color: #555a62; }
.post_item_box  .post-header .metaDescription { display: -ms-flexbox;display: flex; }
.post_item_box  .post-header .metaDescription .postDate { 
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #555a62;
    padding-right: 10px;
    height: 100%;
    color: #555a62;
}
.post_item_box  .post-header .metaDescription .reading-minutes { padding-left: 12px; }
.post_item_box  .post-header .metaDescription .reading-minutes p { font-size: 14px;line-height: 22px;margin-bottom: 0; }
.post_item_box  .post-header .metaDescription .reading-minutes b {  color: #555a62; }
.post_item_box p#hubspot-topic_data { padding: 0 20px;display: flex;flex-direction: column; }
.post_item_box p#hubspot-topic_data a.topic-link {
    color: #f5296d;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    line-height: 18px;
}
.post_item_box p#hubspot-topic_data a.topic-link:hover { color: #f5296d;text-decoration: unset; }
.post_item_box  #hubspot-topic_data .topic-link:before { content: url(images/tag.svg);width: 20px;margin-right: 10px;margin-top: 5px; }
.post-item.post_item_box:hover { transform: scale(1.05);z-index: 1;box-shadow: 0 2px 8px rgb(0 0 0 / 50%); }
.blog-pagination { clear: both; }
.blog-pagination a.all-posts-link {
    border: 1px solid;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    border-radius: 50px;
    font-size: 14px;
    color: inherit;
    margin: 10px 0;
}
.blog-pagination a.all-posts-link:before {
    content: '';
    background-image: url('images/new_article.svg');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 16px;
    padding-right: 25px;
}
.blog-pagination a.all-posts-link:hover { color: #0291db; }
.blog-pagination a.all-posts-link:hover:before { content: '';background-image: url('images/new_blue.svg');background-repeat: no-repeat; }
.bg-image-section .top_title h1 {
    font-size: 50px;
    font-weight: 200;
    margin-top: -0.24em;
    margin-bottom: 12px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 72%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.mt20 { margin-top: 20px; }
.post_subscription_wrapper { margin-top: 40px;margin-left: -15px;margin-right: -15px; }
.site-sub-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.post_subscription_wrapper_left,
.post_subscription_wrapper_right { background-color: #fff !important;border-radius: 6px;box-shadow: 0 2px 4px rgb(0 0 0 / 30%) !important;padding: 30px 60px; }
.subscriptio_desc_section h3 {
    font-size: 25px;
    font-weight: 400;
    color: inherit;
    margin: 10px 0 15px;
    color: #555a62;
}
.subscriptio_desc_section p { margin: 0 0 1.2em;color: #333;font-size: 18px;line-height: 1.42; }
.post_subscription_wrapper_right .subscriptio_img_section { text-align: center; }
.post_subscription_wrapper_right .hs_cos_wrapper_blog_subscription_title {
    font-size: 18px;
    line-height: 25px;
    color: #555a62;
    font-weight: 300;
    margin: 10px 0 15px;
}
.newsletter_form .form_text { font-size: 18px;color: #555a62;font-weight: 400; }
.newsletter_form .hs-form-required { color: red;position: relative;top: -2px; }
.newsletter_form label { margin-bottom: 0; }
.newsletter_form_text_box input {
    height: 45px;
    border-radius: 6px;
    padding-left: 25px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    margin: 5px 0 0px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}
.newsletter_form_button { margin-top: 10px; }
.newsletter_form_button input[type="submit"] {
    float: right;
    border-radius: 50px;
    background: white;
    padding: 0 12px;
    background-color: #f6f6f6;
    border: 1px solid #d6d7d9;
    color: #555a62;
    cursor: pointer;
    white-space: pre-wrap;
    font-size: 14px;
    font-family: 'Open Sans',Helvetica Neue,Helvetica,Raleway,Arial,sans-serif;
    line-height: 32px;
}
.request_demo_section { margin-top: 25px; }
.request_demo_section_box { padding: 85px 0 81px;text-align: center; }
.request_demo_section h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #f52c6e;
}
.request_demo_section p {
    font-size: 18px;
    margin: 0 0 1.5em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555a62;
}
.request_demo_section a {
    margin-top: 15px;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 18px;
    border: solid #fff 1px;
    display: inline-block;
    line-height: 1.428571429;
    border-radius: 6px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f52c6e;
}
.newsletter_form_button input[type="submit"]:hover { color: #FFF;background-color: #026496; }
.request_demo_section a:hover { color: #fff;background-color: #e30b52; }
.newsletter_form_button .wpcf7-spinner { float: right; }
.google_title { font-size: 18px;color: #555a62; }
.post_page_section ul.pagination {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.post_page_section ul.pagination li { display: inline-block;padding: 0 4px; }
.post_page_section ul.pagination .page-item.active span {
    background: #f52c6e;
    color: #fff;
    border-color: #f52c6e;
    font-weight: 700;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    border: #e9e9e9 solid 1px;
    align-items: center;
    justify-content: center;
}
.post_page_section ul.pagination li a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #000;
    display: flex;
    border: #e9e9e9 solid 1px;
    align-items: center;
    justify-content: center;
}
.home_post_list .col-md-12,
.site-row.request_demo_section .col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.home_post_list .col-md-12 .pagination.pagination-primary {
	margin-top: -40px;
	margin-bottom: -40px;
}
/*Single page*/
.hs-blog-post .post-body { max-width: 800px;margin: auto;position: relative; }
.hs-blog-post .post-body p {
    margin: 0 0 1.2em;
    font-size: 18px !important;
    line-height: 1.42;
    color: #555a62;
}
.hs-blog-post #hubspot-topic_data a.topic-link {
    color: #f5296d;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding-left: 15px;
}
.hs-blog-post #hubspot-topic_data a.topic-link:before { content: url(images/tag.svg);width: 20px;margin-right: 10px;margin-top: 5px; }
.hs-blog-post #hubspot-topic_data a.topic-link:first-child { padding-left: 0; }
.hs-blog-post #comments .form-submit { float: right;width: auto; }
.hs-blog-post #comments.comments-area { background-color: transparent;padding: 0; }
.hs-blog-post .comments-area .comment-form-comment label {
    line-height: 1.25;
    color: rgb(85, 90, 98);
    font-size: 18px;
    font-weight: 700;
}
.hs-blog-post .comments-area span.required { color: red; }
.hs-blog-post #comments .submit {
    user-select: none;
    appearance: none;
    border: 1px solid rgb(3, 125, 188);
    padding: 0px 14.6667px;
    background: none rgb(3, 125, 188);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    border-radius: 6px;
    min-height: 36px;
    min-width: 104px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    touch-action: manipulation;
    box-shadow: none;
    transition: background 0.1s ease-out 0s, color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.hs-blog-post #comments .submit:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 100, 150);
    border-color: rgb(2, 100, 150);
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    box-shadow: none;
}
.comment_tmp .col-md-12 { -ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%; }
.home_post_list.single_post_margin { margin:40px 0; }
.related_posts_title {
    font-weight: 400;
    font-size: 35px;
    color: #f52c6e;
    margin: 10px 0 15px;
    line-height: 1.2;
    margin-left: 20px;
}
.hs-blog-post .section.post-header.post-header-inside {
    display: flex;
	align-items:center;
}
.hs-blog-post .section.post-header.post-header-inside .featureImage.post-featuredImage {
    width: 60%;
/*     max-height: 400px;
    overflow: hidden; */
    position: relative;
    margin-right: 40px;
}
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor h1 span {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    margin: 10px 0 15px;
    color: #555A64;
}
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor .reading-minutes { color: inherit;padding-left: 12px; }
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor .reading-minutes p { margin-bottom: 10px; }
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor .reading-minutes b { font-size: 14px;color: #555a62; }
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor #hubspot-author_data { display: flex;align-items: center; }
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor #hubspot-author_data .hs-author-avatar img {
    height: 80px;
    width: 80px;
    max-width: 80px;
    border-radius: 50px;
    filter: grayscale(100%);
    object-fit: cover;
}
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor #hubspot-author_data .nameDate { margin-left: 20px; }
.hs-blog-post .section.post-header.post-header-inside .headerInfoAuthor #hubspot-author_data .datePosted { color: #555a62; }
.about-author-sec.row-fluid {
    margin: 100px 0;
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.about-author-sec.row-fluid  .span2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-author-sec.row-fluid  .span2 img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    filter: grayscale(1);
    object-fit: cover;
}
.about-author-sec.row-fluid  .span10 {
    width: 750px;
    margin: 0;
}
.about-author-sec.row-fluid .span10  h3 {
    color: #555a62;
    font-weight: bold;
    font-size: 18px;
}
.about-author-sec.row-fluid .span10  p {
    margin: 0 0 1.2em;
    color: #555a62;
    line-height: 1.42;
    font-size: 18px;
}
.about-author-sec.row-fluid .span10  .hs-author-social-link {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    opacity: .7;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.about-author-sec.row-fluid .span10  .hs-author-social-link.hs-social-linkedin {
    background-image: url(images/linkedin.svg);
}
.about-author-sec.row-fluid .span10  .hs-author-social-link.hs-social-twitter {
    background-image: url(images/twitter.svg);
}
.search.search-results .pagination-wrap {
    padding-bottom: 3.5rem;
}
.hs-blog-post .section.post-header.post-header-inside .featureImage.post-featuredImage .hs-featured-image-wrapper {
    text-align: center;
}
table.remove-td strong {
    color: #F52C6E !important;
	   
}
}
.resource-page-template-one .speakerInfo p {
    font-size: 20px;
    line-height: 35px;
    color: #333;
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.post_page_section .headerWrapper .headerIllustration img {
	    width: 550px;
	}
}

@media (min-width: 1280px) {
    .about-author-sec.row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }
    .about-author-sec.row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }
}
@media (max-width: 1270px) {
	.container-fluid.post_page_section{
	    padding-left:30px;
	    padding-right:30px;
	}
}
@media (max-width: 991px) {
	.site-col-md-4 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.home_post_list { margin: 40px 0; }
	.post_subscription_wrapper_left, .post_subscription_wrapper_right {
	    padding: 30px;
	}
}
@media (max-width: 850px) {
	.post_page_section .headerWrapper {
		flex-direction: column-reverse;
	}
	.post_page_section .headerWrapper .headerIllustration {
	    width: 100%;
	    margin-top: 0;
	    display: flex;
	    justify-content: center;
	}
	.post_page_section .headerWrapper .headerTitle {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    margin-top: -240px;
	    z-index: 12;
	    width: 100%;
	}
	.post_page_section .headerWrapper .headerTitle h1 {
		font-size: 30px;
		line-height: 45px;
	}
	.post_page_section .headerWrapper .headerTitle h1, .post_page_section .headerWrapper .headerTitle h4 {
	      
	}
}
@media (max-width: 767px) {
	 .post_page_section .headerWrapper .headerTitle h4 {
	    font-size: 20px !important;
	}
	.order-md-2 {
		order:2;
	}
	.order-md-1 {
		order:1;
	}
	.site-col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.recent_post_left h3.recentPostTitle {
		font-size: 20px;
    	margin-bottom: 20px;
	}
	.recent_post_left .post-title {
	    margin-bottom: 40px;
	    font-size: 22px;
	    font-weight: bold;
	}
	.recent_post_left .more-link { display: none; }
	.recent_post_left .authorInfo .authorDate {
	    display: flex;
	    margin-left: 20px;
	}
	.recent_post_left .authorInfo .author-link { font-size: 14px !important; }
	.recent_post_left .authorInfo .postDate { font-size: 14px !important;margin-left: 5px; }
	.site-col-md-4 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.site-row.home_post_list .p40 { padding-left: 0;padding-right: 0; }
	.recent_post_left { padding: 25px; }
	.site-sub-col-md-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 30px;
	}
	.bg-image-section .top_title h1 { font-size: 40px; }
    .hs-blog-post .section.post-header.post-header-inside .featureImage.post-featuredImage  { width: 100% !important;margin-top: 40px; }
    .hs-blog-post .section.post-header.post-header-inside { flex-direction: column-reverse; }
}
@media (max-width: 479px) {
	.searchBar input[type="submit"] {
	    display: none;
	}
	.hs-author-avatar {
	    display: none;
	}
}