/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.blog-post__body-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-comments {
    margin: 0 auto;
    max-width: 680px;
    display: none !important;
}

.hs-search-field__bar:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23C6C6C6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16m10 2-4-4'/%3E%3C/svg%3E");
    content: "";
    height: 24px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
}

@media (min-width: 1280px) {
    .row-fluid {
        width:100%;
        *zoom:1;text-align: -webkit-center;
    }
  
  
@media (min-width: 768px) and (max-width:1139px) {
    .row-fluid {
        width:100%;
        *zoom:1;text-align: -webkit-center;
    }