/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */

.blog .body-container .page-center {
    width: 100%;
}
.blog .body-container{
    padding: 0 !important;
}
.custom-left-share.custom-mobile{
    display:none !important;
}
.hs-blog-post {
    color: #303030;
}
.blog  .custom-footer-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
}
/* Blog Listing
========================================================================== */

.hs-blog-listing .body-container .page-center {
    max-width:100% !important;
    padding:0 !important;
}
.custom-header-topics {
    background: #f6f6f6;
    margin: 0;
    text-align: center;
    padding: 40px 45px 29px;
}
.custom-header-topics h3 {
    display: none !important;
}
.custom-header-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 19px;
}
.custom-header-topics ul li {
    display: inline-block;
    margin: 0 12px;
    padding-bottom: 10px;
}
.custom-header-topics ul li a {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    line-height: 11px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;    
}
.custom-header-topics ul li a:hover {
    text-decoration: none;
    color: #303030;    
}
.custom-header-topics span.filter-link-count {
    display: none !important;
}

.post-item.custom-first-post {
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    clear: both;
}
/*.first-post-group {
    position: relative;
    float: left;
    width: 100%;
}*/
/*.custom-left-content {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}*/
.custom-first-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: none;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 0;
    position:relative;
    
}
.blog-post-wrapper {background: #ffffff;
    width: 800px;
    margin: 0 auto;
}
.blog-post-wrapper .hs-featured-image-wrapper{
   padding-top: 64.12%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
/*.custom-right-content {
    background: white;
    bottom: 0;
    left: 50%;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}*/
.custom-right-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.custom-right-inner {
   /* vertical-align: middle;
    display: inline-block;
    max-width: 600px;
    /*margin-top: -3px;*/
    padding-left: 50px;
   /* padding-top:100px;*/
    padding-right: 50px;    
}
/**************************** Added **********************************/

.first-post-group > div {
    width: 50%;
}
.first-post-group {
    display: flex;
    align-items: center;
}
/*********************************************************************/
.custom-date-group {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #949494;
    display: inline-block;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
}
.custom-date-group a {
    color: #949494;    
}
.custom-date-group a:hover {
    color: #949494;    
}
.custom-date-group p {
    margin:0;
}
.custom-date-topic {
    display: inline-block;
    padding-right: 18px;
    position:relative;
    margin-right: -4px;    
}
.custom-date-topic:after {
    content: "/";
    position: absolute;
    right: 7px;
    top: 0;
}
.custom-rest-body-group .post-header {
    padding: 20px 0 0 0;
}

.custom-first-post .post-header h2 {
 Font-size: 22px;
Font-style: normal;
Font-weight: 400;
Line-height: 30px;
    position: relative; 
    margin-bottom: 0;    
    text-transform: capitalize;
 
}
.custom-first-post .post-header h2 a {
    color: #303030;
    text-decoration:none;
}
.custom-first-post .post-header h2:after {
    background: #303030;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.custom-first-post .post-body p {
    padding-top: 10px;
    margin: 0;
    line-height: 18.2px;
    color: #000000;
}
.custom-first-post a.more-link {
    margin-top: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out;
    font-size: 11px;
    border: 1px solid #303030;
    color: #303030;
}
.custom-first-post a.more-link:hover {
    background-color:#303030;
    color:#fff;
}


.blog-section.custom-bottom-content {
    background: #f6f6f6;
    width: 100%;
    float: left;
    padding: 80px 60px;
}
.custom-bottom-content .post-listing {
    width: 100% !important;
    float: left;
}
.custom-bottom-content .post-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 30px;
    float: left;
}
.custom-bottom-content .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: none;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 0;
    height:545px;
    object-fit:cover;
}
.custom-bottom-content .hs-featured-image-wrapper .hs-featured-image-link{
    padding-top: 64.10%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-bottom-content .post-header h2 {
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin: 0;
    text-transform: capitalize;
    color: #303030;    
}
.custom-bottom-content .post-header h2 a {
    color: #303030;    
}
.blog-post-overlay {
    background: rgba(255,255,255,0.75);
    bottom: 0;
    display: block;
    position: relative;
    text-indent: -999em;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s,visibility 0.3s;
    -moz-transition: opacity 0.3s,visibility 0.3s;
    -o-transition: opacity 0.3s,visibility 0.3s;
    transition: opacity 0.3s,visibility 0.3s;
    visibility: hidden;
}
.blog-post-overlay:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    content: "\f067";
    height: 100%;
    left: 0;
    line-height: inherit;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}
.blog-post-overlay:before {
    color: #303030;
    font-size: 80px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    top: 50%;
    width: 80px;
}
.custom-bottom-content .hs-featured-image-wrapper {
    position: relative;
    max-height: 340px;
    overflow: hidden;
}
.custom-bottom-content .hs-featured-image-wrapper a:hover .blog-post-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}
   
.hs-blog-post .hs-featured-image-wrapper img {
    width: 100%;
}   
   

/* Blog Post
======================================================================== */
   
   
.hs-blog-post .body-container-wrapper {
    background: #f6f6f6;
}
.hs-blog-post .body-container .page-center {
    padding: 0 90px 80px;
    max-width: 100% !important;
}
.custom-breadcrumbs {
    border-bottom: none;
    padding: 30px 90px;
    text-align: left;    
}
.custom-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.custom-breadcrumbs ul li {
    display: inline-block;
    margin:0;
    padding-bottom: 10px;
}

.hs-blog-post .custom-breadcrumbs ul{
    line-height:11px;
}

.hs-blog-post .custom-breadcrumbs ul li:first-child {
    margin-left: 0;
}

.hs-blog-post .custom-breadcrumbs ul li{
   padding-bottom: 0; 
}

.custom-breadcrumbs ul li a:after {
    color: #b3b3b3;
    content: "/";
    display: inline-block;
    margin: 0 5px 0 10px;
}

.custom-breadcrumbs ul li:last-child a:after{
    display:none;
}

.custom-breadcrumbs ul li a {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:#b3b3b3;
    letter-spacing: 2.19999px;
    line-height: 11px;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;    
}
.custom-breadcrumbs ul li a:hover {
    text-decoration: none;
    color: #303030;    
}

.hs-blog-post .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.hs-blog-post .section.post-header {
    margin-left: 65px;
    margin-right: 65px;
    margin-top: -65px;
}
.custom-post-inner {
    background: #fff;
    margin-bottom: 40px;
    padding: 45px;
    position: relative;
}
.custom-post-inner h1 {
    font-size: 26px;
    margin-top: 15px;
    padding-top: 20px;
    color:#494949;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    line-height: 1.25;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 6px;
}
.custom-post-inner h1:after {
    background: #303030;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.custom-post-inner div#hubspot-author_data {
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 20px;
    color: #494949;
}
.social-sharing-widget-vertical h3 {
    color: #999;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin: 0;
    line-height: 11px;
}

/**************** Custom Styles Added ******************************/

.right-widget .block h3{
    color: #999;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2em;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin: 0;
    line-height: 11px;
}
.right-widget .widget-module ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
.right-widget .widget-module ul li{
    margin-bottom:10px;
}
.right-widget .widget-module ul li a{
    color: #303030;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 11px;
    text-decoration: none;
}
.right-widget .widget-module ul li a:hover{
    color: #999;
}
.left-social-widget .social-sharing-widget-vertical{
    display: inline-grid;
    text-align:center;
}
.left-social-widget.widget-type-custom_widget{
    text-align:center;
}
.blog-social-bredcums h5{
    color: #999;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2em;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin: 0;
    line-height: 11px;
}
 .custom-post-inner div#hubspot-author_data {
   margin-left:0;
 }
  .form-bottom form input {
    max-width: 100% !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #303030 !important; 
    font-size: 14px !important;
    margin-bottom: 6px !important;
    outline: none !important;
}
 .form-bottom form textarea {
    max-width: 100% !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #303030 !important; 
    font-size: 14px !important;
    margin-bottom: 6px !important;
    outline: none !important;
}
.form-bottom form .actions{
   display:inline-block !important;
}
.form-bottom form .hs-button.primary{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color:#fff;
    color: #303030;
    display: inline-block;
    line-height: 16px;
    padding: 20px;
    font-weight:normal;
    font-size:14px !impoertant;
    letter-spacing: 2.79999px;
    background-image: none;
    border-style: none;
    text-align: center;
    font-weight:bold;
    text-shadow: none !important;
    border-bottom:none !important;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;  
    text-transform: uppercase !important;
    min-width: 134px;
    font-family: "Avenir-Black",Helvetica,Arial,sans-serif;
}
.form-bottom form .hs-button.primary:hover{
    background-color: #303030 !important;
    color:#fff !important;
    text-shadow: none !important;
}
.form-bottom form .hs-form-required{
    color:red;
    margin-left:4px;
}
.form-bottom form{
    color: #303030;
    font-family: Avenir-Medium, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
.top-widget .widget-module ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 19px;
}
.top-widget .widget-module ul li a, a.filter-expand-link {
    color: #999;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 11px;
    text-decoration: none;
}

a.filter-expand-link {
  font-size: 10px;
  color: #00754a;
}
.top-widget .widget-module ul li a:hover{
    color:#303030;
}
.top-widget .block h3{
    display:none;
}
.top-widget ul li {
    display: inline;
    margin: 0 12px;
    padding-bottom: 10px;
}
.top-widget {
    background: #f6f6f6;
    margin: 0;
    text-align: center;
    padding: 40px 45px 29px;
}
.custom-bottom-content .post-listing .post-header{
   margin-bottom:60px !important
}
.custom-post-inner h1{
   font-size: 29px;
   line-height: .96em;
   color: #303030;
   letter-spacing:inherit;
   font-family: 'Suisse Intl Book', Arial, sans-serif;
}
.first-post-group .custom-right-content:before{
 display:none;
}
/* =============== General Blog Styles =============== */

#comments-listing.no-comments {
   border: none;
}

/* 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
   ========================================================================== */
   
.custom-blog-content-inner {
    max-width: 850px;
    margin: 0 auto !important;
    float: none !important;
}
.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 h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
	border-radius:10px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
	margin-bottom:0 !important;
  border-bottom:none !important;
  padding-bottom:0 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
	margin-left: 6px;
	margin-right: 6px;
}
.blog-post-wrapper .post-body p a {color: #000000;
text-decoration: underline;
}
/* 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{
  border-width: 0;
  max-height: auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {
    display:inline-block;
    padding:20px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share {
  height: auto;
  position:relative;
}

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

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
#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;
  display: block;
  padding: 0;
}

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

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

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


/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

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

#hubspot-author_data .hs-author-avatar img {
height: auto !important;
max-width: 100%;
}

.hs-blog-social-share {
height: auto;
}





.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    border-top: 1px solid #dbdbdb;
    clear: both;
    margin-top: 80px;
    text-align: center;
   padding-top:60px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.blog-pagination a {
    background: transparent;
    border-bottom: 1px solid transparent;
    color: #494949;
    display: inline-block;
    font-size: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    vertical-align: top;
    width: 35px; 
}
.blog-pagination a:hover {
    border-color: #494949;
    color: #494949;   
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.previous-posts-link:before {
    font-family:FontAwesome;
/*     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    content: "\f0d9";
    display: inline-block; 
    font-size: 14px;
    padding: 0;
    text-indent: -2px;
    
}

span.custom-page-count {
    display: inline-block;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    color: #303030;
}
.blog-pagination a.next-posts-link {}
.blog-pagination a.next-posts-link:before {
    font-family:FontAwesome;
/*    -webkit-font-smoothing: antialiased; */
/*     -moz-osx-font-smoothing: grayscale; */
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    content: "\f0da";
    display: inline-block;
    font-size: 14px;
    padding: 0;
    text-indent: 2px;    
}

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

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.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-sidebar h3,
.blog-sidebar h3.form-title{
    color: #999;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin: 0;
    line-height: 11px;  
}
.blog .blog-sidebar ul {
    list-style:none;
    margin:0;
    padding:0;
    display:block;
}
.blog .blog-sidebar ul li {
    margin-bottom: 10px;    
}
.blog .blog-sidebar ul li a {
    color: #303030;
    font-family: "Avenir-Medium",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 11px;
    text-decoration:none;
}
.blog .blog-sidebar ul li a:hover {
    color: #999;    
}

.blog .blog-sidebar span.filter-link-count {
    display: none !important;
}

.custom-left-share .social-sharing-widget-vertical {
    width: 50%;
    float: left;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}



.blog .blog-sidebar .widget-span {
margin-bottom:20px;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/************ Responsive Styles *************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
/*.custom-right-inner{
    position: absolute;
    padding: 60px;
}*/
.custom-first-post .post-header h2{
    font-size:22px;
    padding-top: 20px;
}
  
 
.custom-first-post .post-body p{

}
.custom-first-post a.more-link{
    padding: 15px 20px;
    line-height:0;
    margin-top:10px;
  }
   .blog-section.custom-bottom-content{
   padding:40px 20px;   
  }
  /*.blog-listing-wrapper .post-listing .post-item{
  padding:10px 10px;
  }*/
  .blog-post-wrapper {
    width:100% !important;
  }
}
/************** iPad Portrait ***************/
@media only screen and (max-width: 985px) /*and (min-width: 768px)*/{
/*.custom-right-inner{
    position: absolute;
    padding: 60px;
}*/
  .custom-right-inner {
    padding-left: 40px;
    /* padding-top: 100px; */
    padding-right: 70px;
}
.custom-first-post .post-header h2{
    font-size:17px;
    padding-top: 10px;
}
.custom-first-post .post-body p{
   
.custom-first-post a.more-link{
    padding: 15px 20px;
    line-height:0;
    margin-top:10px;
  }
  .blog-section.custom-bottom-content{
   padding:40px 20px;   
  }
 /* .blog-listing-wrapper .post-listing .post-item{
  padding:10px 10px;
  }*/
  .blog-post-wrapper {
    width:100% !important;
  }
 
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.custom-left-content {
    width: 100%;
    display: block;
}
  .first-post-group > div {
   width: 100%; 
}
  .custom-right-content {
   /* width: 100%;
    position: static;*/
    padding-top: 20px;
    padding-bottom:20px;
}
  .custom-right-inner {
    padding-left: 0;
    padding-right: 0;
}
  .custom-first-post .post-header h2{
    font-size:20px;
    padding-top: 10px;
}
  .custom-first-post a.more-link{
    padding: 15px 20px;
    line-height:0;
    margin-top:10px;
  }
  .blog-listing-wrapper .post-listing .post-item{
   width:100%;
  }
  .blog-section.custom-bottom-content {
    padding: 40px 10px;
    background: transparent;
}
  .hs-blog-post .body-container .page-center{
   padding:0 20px 80px!important;
  }
  .hs-blog-post .section.post-header{
  margin:0 !important;
  }
  .left-social-widget{
  display:none !important;
  }
  .blog-social-bredcums{
    padding:30px 30px !important;
  }
  .right-widget{
  display:none !important;
  }
  .blog-social-bredcums h5{
  padding-bottom:0 !important;
  }
   .first-post-group {
    padding: 0 10px;
    display:inline-block;
}
  .custom-bottom-content .post-item{
  padding:0 0;
  }
.blog-post-wrapper {
    width: 100%;
} 
}
/***************iPhone Portrait**************/ 
@media only screen and (max-width: 479px) and (min-width: 320px){
.blog-post-wrapper {
    width: 100%;
}
.custom-left-content {
    width: 100%;
    display: block;
}
.first-post-group > div {
   width: 100%; 
}
  .first-post-group {
    padding: 0 10px;
    display:inline-block;
}
  .custom-bottom-content .post-item{
  padding:0 0;
  }
  .custom-right-content {
    /*width: 100%;
    position: static;*/
    padding-top: 20px;
    padding-bottom:20px;
    
}
  .custom-right-inner {
    padding-left: 0;
    padding-right: 0;
}
  .custom-first-post .post-header h2{
    font-size:20px;
    padding-top: 10px;
}
  .custom-first-post a.more-link{
    padding: 15px 20px;
    line-height:0;
    margin-top:10px;
  }
  .blog-listing-wrapper .post-listing .post-item{
   width:100%;
  }
  .blog-section.custom-bottom-content {
    padding: 40px 10px;
    background: transparent;
}
  .hs-blog-post .body-container .page-center{
   padding:0 20px 80px !important;
  }
  .hs-blog-post .section.post-header{
  margin:0 !important;
  }
  .custom-post-inner {
    padding:20px;
  }
  /*.blog-social-bredcums{
    padding:30px 30px !important;
  }*/
  .left-social-widget{
  display:none !important;
  }
  .right-widget{
  display:none !important;
  }
  .blog-social-bredcums h5{
  padding-bottom:0 !important;
  }
  .top-widget{
  /*display:none !important;*/
  } 
 
}
/*************** custom ********************************/
@media (max-width: 1439px){
    .custom-bottom-content .post-item {
         width: 49%; 
         display: inline-block; 
         float: none; 
    }
}
.custom-bottom-content .post-item:nth-child(3n+1) {
    clear: left;
}
/*@media (max-width: 1399px){ 
    .blog .body-container .page-center {
        width: 90%;
    }
}*/