/* ==========================================================================
   Content                                                 
   ========================================================================== */


/* ==========================================================================


   BLOG LIST


   ========================================================================== */

/*
.custom-section-header h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #fff;
}
*/

.digiarjessa-title {
  font-weight: 600;
  margin-top: 150px;
  color: #ffffff;
  font-size: 70px;
}

.blog-banner {
    background-image: url("https://resources.digia.com/hubfs/Digia-brand-2022/blogibanneri.jpg");
    min-height: 500px !important;
}

.lead-post {
  box-shadow: 0px 0px 20px #0000001f;;
  border: 2px solid #ffffff;
  padding: 0px !important;
  background-color: #ffffff;
  margin-top: -10%;
  margin-bottom: 40px;
}

.lead-image {
  width: 800px; 
  min-height: 640px;
  object-fit: cover;
  padding-right: 30px;
}

.lead-title {
  font-weight: 600;
  padding-right: 80px;
}


.blog-order-form {
    font-size: 16px;
    color: #ff1c45;
    float: left;
    margin-top: 35px;
    display:inline;
} 

/**********************************
 *  Hakutulokset 
 * **********************************************/

.hs-search-field {
    position: relative;
    width: 30%;
    float: right;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 45%;
}

.hs-search-field--open .hs-search-field__suggestions {
    background-color: #7e1c4e;
}

.hs-search-field__suggestions a {
    color: #ffffff;
}

.hs-search-field__suggestions a:hover {
  background-color: rgb(0 0 0 / 60%);
}

.custom-search-tonggle:hover {
    color: #2a2a2a;
}

.custom-section-header{
 padding:0 55px;
}

.post-item.span4 {
    box-shadow: 0px 0px 20px #00000010;
}

.post-body {
   padding: 30px 15px 30px 30px;
}

.lead-post-ingress > a > p.ingressi {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 45px;
}

p.ingressi {
    padding: 0px 65px 0px 0px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 45px;
}

p.ingressi:hover {
   color: #2a2a2a;
}

.hs_submit.hs-submit {
    text-align: center;
}

.header-button {
  font-size: 14px; 
  color: #ff1c45; 
  border: 2px solid #ff1c45;
  border-radius: 50px; 
  padding: 10px 30px; 
  float: right; 
  background-color: #0000008f;
}

.header-button::after {
  content: "";
}

.header-button:hover {
  background-color: #ff1c45;
  color: #ffffff;
}


/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #e3e3e3;
    border-radius: 35px;
    padding: 5px 25px;
    font-size:16px;
    font-weight:400;
    color:#2a2a2a;
    line-height:22.85px;
    display:inline !important;
    max-width:650px;
    outline:none
}

.hs-button.primary, body input[type="submit"], body input[type="button"] {
    background-color: #ff1c45 !important;
    border: solid #fff 1px;
    border-radius: 35px !important;
    color: #fff;
    font-size: 16px;
    padding: 12px 70px !important;
    margin-bottom: 30px;
    cursor: pointer;
}

.hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
    background-color: #1c1c1c !important;
    border: solid #1c1c1c 1px;
    color: #ffffff;
}

/* Modular & Reusable Components
   ========================================================================== */



/* Social Media Custom Icons */

/*
.hs-author-social-links {
}

.hs-author-social-links a.hs-author-social-link {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
*/

/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 a, h2 {
  font-weight: 500 !important;
  padding-right: 40px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
.post-header h2 a:hover { 
   color: #2a2a2a !important;
}

.author-link {
    font-size: 14px;
    color: #444444;
}

.post-date {
    font-size: 14px;
    color: #444444;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {
    overflow:visible;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  height: 300px !important;
  width: 570px !important;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: left;
  margin: 0px 30px 15px 0px;
}


/* Blog Topics List */

#lead-post-topics > a.topic-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #ff1c45;
}

#lead-post-topics > a.topic-link:hover {
  border-bottom: 2px solid #ff1c45;
}

#lead-post-topics > a.topic-link::after {
   content: "\25CF";
   padding-left: 10px;
   font-size: 8px;
}

.blog-post-type {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  display: inline;
}


/* Aihealueet, list of topics */

.widget-module > ul:nth-child(1) > li:nth-child(n) {
  display: inline !important; 
  line-height: 2.2em;
  font-size: 15px;
}

.widget-module {
  text-align: center;
}

.widget-module > ul:nth-child(1) > li:nth-child(n) > a {
   padding: 2px 7px;
}

.widget-module > ul:nth-child(1) > li:nth-child(n) > a::after {
   content: "\25CF";
   padding-left: 10px;
}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  position: absolute;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {
  padding-top: 40px;
  padding-bottom: 30px;
}

.hs-author-profile::before {
  margin-left: 170px;
  margin-top: 30px;
  font-weight: 600;
  content: "KIRJOITTAJAESITTELY";
  color: #ff1c45;
}

.hs-author-profile h2.hs-author-name {
  text-align: center;
}
.hs-author-profile .hs-author-bio {
  margin-right: 100px;
}

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 30px;
  margin-left: 100px;
}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {
    margin-bottom: 15px;
}
body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
    margin-bottom:15px;
}
/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label,.widget-type-google_search label {
    display:block;
    margin-bottom:5px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 35px;
    padding: 5px 25px;
    font-size:16px;
    font-weight:400;
    color:#2a2a2a;
    line-height:22.85px;
    display:block !important;
    max-width:650px;
    outline:none;
    font-family: ;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline:none
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
     width: auto;
}
/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}





/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"],#comment-form input[type="email"],#comment-form textarea {
    max-width:100%;
}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* ==========================================================================


   BLOG POST 


   ========================================================================== */

.related-blog-item > img {
    max-height: 198px;
    height: 198px;
    padding-bottom: 10px;
    display: block;
    width: 352px;
    object-fit: cover;
}

.blog-post-image > div > span > img {
  width: 650px !important;
  height: 650px !important;
  object-fit: cover;
  margin-top: 10px;
}

.post-title {
   display: inline-block;
   margin-bottom: 10px;
   margin-top: 40px;
}

.ingressi {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 30px 60px 0 0;
}

.post-body h2 {
    margin: 15px 0 !important;
    font-weight: 500 !important;
    padding-right: 40px;
    font-size: 36px;
    line-height: 1.5em;
}



/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */

.post-listing {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.blog-listing-wrapper .post-listing .post-item {
    margin: 20px 5px 40px 5px;
    position: relative;
}


/* Lisätty määritys tyhjästä tilasta blog-headerin ja contentin välissä */
.post-header-list {
    margin-bottom: 0px;
    float:left;
}

.post-header {
    margin-bottom: 0px;
}


/* Sivutus-linkkien keskitys */
.blog-pagination {
    text-align: center;
    font-size:14px;
    font-weight: 500;
}

#hs_cos_wrapper_post_filter ul {
    margin-left: -40px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
margin-bottom: 0px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#comments-listing {
/* border: 1px solid #ccc; */
margin-bottom: 30px;
margin-top: 30px;
}

.comment.depth-0 {
border-bottom: 1px solid #000 !important;
border-top: medium none !important;
margin: 0 10px 10px !important;
padding: 0 15px !important;
}

.comment-body {
border-bottom: medium none;
color: ;
display: block;
font-family: ;
font-size: ;
line-height: ;
padding: 0;
}

.comment-reply-to{
margin-bottom: 15px;
}

.comment-from h4 {
margin: 0;
padding-top: 15px;
}

h3 {
    margin-left: 0px !important;
}

h4::after {
  content: none;
}

.comment-date {
color:  !important;
display: block !important;
text-align: left;
}


/* Lisäys */

#hubspot-topic_data {
  bottom: 0;
  width: 90%;
  margin-left: 25px;
}

#hubspot-topic_data a {
    color: #ff1c45;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
}

#hubspot-topic_data a::after {
    content: "\25CF";
    padding-left: 10px;
    font-size: 8px;
    padding-bottom: 5px;
}

#hubspot-topic_data a:hover {
    border-bottom: 2px solid #ff1c45;
}

.post-listing {
  margin-top: 0;
}
.hs-form .input ul {
list-style: none;
padding: 0;
margin: 0;
}
.hs-form .input ul li{
padding: 0 !important;
}

.custom_listing_comments {
padding: 5px 0;
margin: -30px 0 0 0;
font-size: 13px;
}

.more-link{
display: inline-block;
padding-top: 0px;
color: #2a2a2a;
margin-bottom:50px;
font-size: 14px;
}

}
.hs-blog-social-share{
height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
list-style: none;
padding: 0;
margin: 0;
}
.blog-template .blog-sidebar ul li{
padding: 0 0 10px;
}
.blog-pagination .previous-posts-link .next-posts-link {
    display: inline-block;
    margin: 10px;
}
.blog-pagination .all-posts-link {
display: block;
}



#hubspot-author_data .hs-author-avatar img {
  display: inline-block !important;
  float: left;
  margin: 10px 40px 0px 0;
  height: 120px !important;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px #0000002e;
}

 .hs-blog-social-share {
/* border-bottom: 1px solid #e6e6e6; */
/* border-top: 1px solid #e6e6e6; */
 height: auto;
 margin-top: 20px;
 margin-bottom:0px;
 padding: 0px 0 0;
}
#recaptcha_response_field{
width:auto !important;
display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}
#hubspot-author_data .hs-author-avatar {
max-width: 160px;
padding: 40px 10px 15px 0;
}

.hs-author-profile .hs-author-avatar {
max-width: 120px;
padding: 10px 10px 10px 0;
}



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #f53838;
    color: #ffffff;
    pointer-events: none;
    cursor: default;
    border-radius: 50%;
    padding: 7px 15px;
}
  
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    color: #ff1c45;
    border: 1px solid #ff1c45;
    border-radius: 50px;
    padding: 5px 12px;
    background-color: #ffffff;
}

.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #ff1c45;
    color: #fff;
}





/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: ) {}



/* Landscape tablet and smaller devices
   ========================================================================== */
@media (min-width: 1201px) and (max-width: 1600px) {
.span4 {
    width: 25%;
  }
  
.post-title {
    display: inline-block;
    margin: 10px 30px;
    font-size: 38px;
    line-height: 50px;
}
  
#hubspot-author_data {
    margin-left: 30px;
}
  
  
}

/* Landscape tablet and smaller devices
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1200px) {
.container-fluid .row-fluid .page-center {
    max-width:970px;
}
  
.lead-image {
    width: 400px;
    min-height: 530px;
    object-fit: cover;
    padding-right: 30px;
}  
  
.tab-content.hidden-xs {
    margin-left: 10.6667%;
    width: 76.6667%;
}

.hs-search-field {
    margin-left: 40px;
    width: 40%;
}
  


.blog-post-image > div > span > img {
  width: 450px !important;
  height: 450px !important;
  object-fit: cover;
  margin-top: 10px;
  float: right;
}
  
/* Lisätty määritys yksittäisen blogitekstin reuna-alueista */
.blog-section{
    padding: 0;
}
}



/* Media min-width 768 px and max-width 991 px
 =============================================================================*/


@media (min-width: 768px) and (max-width: 991px) {

  .container-fluid .row-fluid .page-center {
    max-width:750px;
}

.lead-image {
    width: 400px;
    object-fit: cover;
    padding-right: 30px;
}    

.blog-post-image > div > span > img {
  width: 450px !important;
  height: 300px !important;
  object-fit: cover;
  margin-top: 50px;
  float: right;
}  
  
.post-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    width: 100%;
}

  /*
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  height: 200px !important;
}
  
.more-link {
    margin-left: 30px;
    margin-top:10px;
}
*/
  
.post-date {
    margin-left: 0px;
}

.author-link {
    margin-left: 0px;
}

  /*
.header-container {
    min-height: 60px !important; 
}  
*/

/* Lisätty määritys yksittäisen blogitekstin reuna-alueista */
.blog-section{
    padding: 0;
}

  /*
.hs-blog-social-share {
    margin-left: 0px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
  overflow: visible;
  border-bottom: none;
}
*/
  
table {
    margin-left:30px;
    margin-right:30px;
}

}
    

  /* ==============================================================
 
 Media max-width 767 px 
 * =============================================================*/

@media (max-width: 767px) {

/*  BLOG LIST STYLES */  

.blog-banner {
    background-image: url("https://resources.digia.com/hubfs/Digia-brand-2022/blogibanneri.jpg");
    width: 100% !important;
    min-height: 500px !important;
}    

.blog-header {
  margin: 40px 20px 0px 20px !important;  
}
  
.digiarjessa-title {
    font-size: 50px;
}  
  
.lead-post {
  box-shadow: none;
  border: none;
  margin: 0px 10px; 
}

.lead-image {
    min-height: 300px;;
    object-fit: cover;
    padding-right: 0px;
    width: 100%;
}   
  
   
.custom-logo img {
    width: 85px;
}  

 /* BLOG POST STYLES */
  
.blog-post-image > div > span > img {
  object-fit: cover;
  margin-top: 30px;
  height: 300px !important;
}  

.ingressi, p.ingressi {
    padding: 0px;
}

.body-container-wrapper {
  width: 100%;
  }
  
  
.post-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    width: 100%;
    margin: -50px 30px 10px;
}  

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
    display: none;
}  
    
.post-header-list {
    margin-bottom: 0px;
}

.post-item.span4 {
    box-shadow: none;
}  
  
.post-date {
    margin-left: 00px;
}


h3 {
    margin-left: 20px;
}


}     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {

  
/*  BLOG POST STYLES */
  
#blog-post-labels {
    margin-left: 30px;
}  

.related-blog-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}  
  
.related-blog-date {
    font-size: 14px;
}  
  
  
/*  BLOG LIST STYLES */  
  
.lead-image {
    width: 100%;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
    padding-right: 0px;
    display: block;
}   

.lead-title {
    font-weight: 600;
    padding-right: 0px;
    font-size: 38px;
    line-height: 48px;
} 
  
.post-body {
    padding: 0;
}

#hubspot-topic_data {
  margin-left: 0px;
}  
  
#hubspot-topic_data a {
    padding: 0;
    font-size: 10px;
}
   
.header-button {
  float: left;
  margin-left: 20px;
}  

#hubspot-author_data {
    margin-left: -10px;
}    
  
#hubspot-author_data .hs-author-avatar {
    max-width: 160px;
    padding: 0;
}  
  
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: auto;
    height: auto;
    max-height:100% !important;
    max-width:100% !important;
}

.custom-section-header {
  padding: 0;  
} 
  
.custom-section-header > h1,h3  {
    margin-left:0px !important;
    font-size: 2.5em;
}    
  
.hs-search-field {
   display: none; 
}

.blog-listing-wrapper .post-listing .post-item {
  margin: 0;
  }

.blog-post-wrapper {
    padding: 15px;
}  
  
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  height: 200px !important;
}
  
.more-link {
    margin-left: 30px;
    margin-top:10px;
    margin-bottom: 20px;
}

.post-date {
    margin-left: 0px;
}

.author-link {
    margin-left: 0px;
}

p {
    margin-left:0px;
    margin-right:0px;
}

table {
    margin-left:0px;
    margin-right:0px;
}

.post-header-list {
    margin-bottom: 0px;
}

.container-fluid .row-fluid .page-center {
    padding-right: 0px;
}

#hubspot-author_data .hs-author-avatar {
    max-width: 0px;
}

.hs-blog-social-share {
    margin-left: 0px;
}

.about-author-sec {
    padding: 0px 30px 0 30px;
}

.post-footer .widget-type-blog_subscribe > div:nth-child(1) {
    padding: 0px 30px 0 30px;
}

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: none;
    padding: 0px 10px 30px 10px;
}

#hubspot-author_data .hs-author-avatar img {
    padding: 0;
}

.post-header h2 a,h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 20px 10px !important;
    font-weight: 500 !important;
}
}

.post-body h2 {
    padding-right: 0;
    margin: 0 !important;
} 
  
h3 {
    font-size: 20px !important;
    margin-right: 30px;
    margin-left: 20px;
}

h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.widget-module {
    margin-left: 40px;
    margin-right: 40px;
}

#hs_form_target_blog_subscription {
    margin-left: 40px;
    margin-right: 40px;
}


.clearfix {
    overflow:auto;
}

}

    }