/*** Blog Post -v2 ***/

/* Font: Lato */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');

/* Raleway */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

/* FlamaBook - Regular */
@font-face {
  font-family: 'FlamaBookRegular';
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/FlamaBook.eot'); /* IE9 Compat Modes */
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/FlamaBook.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/FlamaBook.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/FlamaBook.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/FlamaBook.ttf') format('truetype'); /* Safari, Android, iOS */
  /*url('webfont.svg#svgFontName') format('svg');  Legacy iOS */
}

/* FlamaBook - Bold */
@font-face {
  font-family: 'FlamaBookBold';
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Flama-Bold.eot'); /* IE9 Compat Modes */
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Flama-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Flama-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Flama-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Flama-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
  /*url('webfont.svg#svgFontName') format('svg');  Legacy iOS */
}

/* Cheap Pine Sans */
@font-face {
  font-family: 'Cheap Pine';
  src: 
    url('https://info.influencegrp.com/hubfs/Restaurant%20Spaces%20Assets/fonts/Cheap-Pine-W00-Sans.ttf') format('truetype'); /* Safari, Android, iOS */
  /*url('webfont.svg#svgFontName') format('svg');  Legacy iOS */
}


/* Georgia */
@font-face {
  font-family: 'Georgia';
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Georgia.eot'); /* IE9 Compat Modes */
  src: url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Georgia.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Georgia.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Georgia.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Fonts/Georgia.ttf') format('truetype'); /* Safari, Android, iOS */
  /*url('webfont.svg#svgFontName') format('svg');  Legacy iOS */
}

body{
  font-family: 'Georgia', Arial,sans-serif;
}

h1{
  font-family: 'Cheap Pine', sans-serif!important;
  color: #1e1e1e;
} 

h2, h3, h4, h5, h6{
  font-family: 'FlamaBookBold', sans-serif!important;
  color: #1e1e1e;
}
h1{
  margin-top: 20px!important;
  margin-bottom: 10px!important;
  font-weight: normal;
}
h2{
  margin-top: 20px!important;
  margin-bottom: 10px!important;
  font-weight: 500;
}
h5{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
h6{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

/* Custom Style */

.post_header{
  padding-top: 20px;
  padding-bottom: 40px;
}
.post_header h1{
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-size: 70px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px!important;
}
.post_header h2{
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'FlamaBookRegular', sans-serif!important;
  color: rgba(0, 0, 0, .65);
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.blog_author_date{
  text-align: center;
  padding-top: 20px;
}
.post_header .blog_author{
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'FlamaBookRegular', sans-serif;
  color: #666666;
}
.post_header .blog_author a{
  text-decoration: underline;
  color: #666666;
}
.post_header .blog_date_pub{
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'FlamaBookRegular', sans-serif;
  color: #666666;
  border-left: 1px solid rgba(0, 0, 0, .3);    
}
/*
.custom_featured_img{
position: relative;
max-width: 1280px;
margin-right: 50px;
margin-left: 50px;
}*/
.custom_featured_img{
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.custom_featured_img img.hs-featured-image{
  height: 570px;
  object-fit: cover;
  float: none;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.featured_image_sub_heading{
  text-align: right;
  padding: 15px 0 19px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.featured_image_sub_heading p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  text-align: right;
  margin-bottom: 10px;
}
.header_featured_image_outer_wrapper{
  position: relative;
  z-index: 51;
  background: #fff;  
}

/* Social Sharing */
#social_sharing{
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 100;
}
#social_sharing a{
  display: block;
  width: 45px!important;
  height: 45px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
#social_sharing a:hover{
  width: 50px!important;
}
.social_sharing a img{
  display: none;
}
.social_sharing a#icon_4,
.social_sharing a#icon_5{
  display: none;
}
.social_sharing a#icon_1{
  background-color: #3b5998;
  background-image: url(https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Images/003-facebook-logo.svg);
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.social_sharing a#icon_2{
  background-color: #0077b5;
  background-image: url(https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Images/002-linkedin-logo.svg);
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.social_sharing a#icon_3{
  background-color: #1da1f2;
  background-image: url(https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Images/icon-twitter-white.svg);
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.social_sharing a#icon_6{
  background-color: #333;
  background-image: url(https://1564584.fs1.hubspotusercontent-na1.net/hubfs/1564584/Files/Images/001-envelope.svg);
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

/* SideBar */
.custom_sidebar{
  width: 320px;
  position: fixed;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;   
  z-index: 50;
  height: 100%;
}
.custom_sidebar .heading_text{
  margin-top: 0px;
  font-family: 'FlamaBookBold', sans-serif;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 10px;
  text-transform: uppercase;
}
.custom_sidebar .heading_text:after{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, .8);
}
.custom_popular_post .pop_wrapper{
  width: 100%;
  min-height: auto;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #666;
  text-decoration: none;
  display: block;
}
.sidebar_post_thumb{
  display: inline-block;
  width: 40px;
  height: 70px;
  margin-right: 10px;
  padding-top: 18px;
  float: left;
  font-family: 'FlamaBookRegular', sans-serif;
  color: #ccc;
  font-size: 48px;
  text-align: center;
}
.custom_popular_post .post_title{
  margin-top: 5px;
  font-family: 'FlamaBookRegular', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 10px;
  float: left;
  max-width: 80%;
}
.custom_popular_post .post_title:hover{
  color: #000;
}
.custom_popular_post .pop_wrapper .post_year{
  display: none;    
}


                               .custom_popular_post h3 {
                                  margin-top: 20px;
                                  font-family: 'FlamaBookBold',sans-serif;
                                  font-family: 'FlamaBookBold',sans-serif !important;
                                  line-height: 35px;
                                  font-weight: 700;
                                  margin-bottom: 10px;
                                  font-size: 24px;
                                  padding-top: 10px;
                                  text-transform: uppercase;
                                  text-transform: initial !important;
                                  color: #000;
                              }

.custom_popular_post h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.8);
}
                                 
                              .custom_popular_post .rec-post-title {
                                  font-family: 'FlamaBookRegular',sans-serif;
                                  font-size: 16px;
                                  line-height: 1.2em;
                                  font-weight: 300;
                                  color: #666;
                                  display: block;
                                  width: 100%;
                                  border-bottom: 1px solid rgba(0,0,0,.1);
                                  margin-bottom: 10px;
                                  padding-bottom: 10px;
                                  cursor: pointer;
                              }
                                 
                              .custom_popular_post .rec-post-title a{
                                  color: #666;
                                  text-decoration: none;
                              }

/* Post Body */
.post_body{
  font-family: 'Georgia', Arial,sans-serif;
  width: 70%;
  padding-right: 20px;
  padding-left: 50px;
  float: left;
}
/*
.post_body_inner{
display: block;
max-width: 980px;
min-width: 650px;
margin-right: auto;
margin-left: auto;
padding-top: 40px;
}*/
.post_body_inner{
  display: block;
  max-width: 980px;
  min-width: 650px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 24px;
}

/* Added */
.sidebar_outer_wrapper{
  width: 30%;
  float: left;
  position: relative;
}

.post_body a{
  display: inline;
  border-bottom: 3px solid rgba(0, 0, 0, .56);
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}
.post_body h1,
.post_body h2,
.post_body h3,
.post_body h4,
.post_body h5,
.post_body h6{
  margin-left: 30%;
  padding-bottom: 0;
  display: block;
}
.post_body h3,
.post_body h4,
.post_body h5,
.post_body h6{
  padding-top: 16px;
}
.post_body hr{
  margin-left: 30%;
}
.post_body h2 a{
  text-transform: uppercase;
  color: #1e1e1e;
}
.post_body h1{
  font-size: 38px;
  line-height: 44px;
}
.post_body h2{
  font-size: 32px;
  line-height: 36px;
}
.post_body h3{
  font-size: 24px;
  line-height: 30px;
}
.post_body h3 a,
.post_body h4 a{
  color: #1e1e1e;
}
.post_body a:hover{
  border-bottom-style: none;
  background-color: hsla(0, 0%, 4%, .19);
}
.post_body p{
  padding-right: 10px;
  padding-left: 30%;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5em;
}
.post_body table{
  padding-bottom: 14px;
  float: left;
  margin-right: 34px;
  width: 50%!important;
  height: 100%!important;
}
.post_body table.table_image{
  width: auto!important;
}
.post_body p table{
  width: 100%!important;
  height: 100%!important;
}
.post_body table tr td,
.post_body p table tr td{
  width: 100%!important;
}
.post_body table tr td p,
.post_body p table tr td p{
  padding-left: 0!important;
}
.post_body table tr td ul,
.post_body p table tr td ul{
  margin-left: 0!important;
}
.post_body table tr td{
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
.post_body table tr td img{
  padding: 10px 0;
  margin: 0!important;
}
.post_body table tr td .hs-cta-wrapper a{
  border-bottom: 0;
}
.post_body table tr td .hs-cta-wrapper a:hover{
  background-color: transparent;
}
.post_body blockquote{
  display: inline-block;
  width: 65%;
  margin: 20px 30px 20px 50px;
  padding: 0px 30px 0 0px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left-style: none;
  font-family: 'FlamaBookBold', sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 1.3em;
  text-align: left;
}
.post_body ul{
  margin-bottom: 10px;
  padding-left: 40px;
  margin-left: 30%;
  font-size: 18px;
  line-height: 1.5em;
}
.post_body ol{
  margin-left: 30%;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.post_body blockquote .tweet_link a{
  color: #1da1f2;
  border-bottom: none;
}
.post_body blockquote .tweet_link a:hover{
  background-color: transparent;
}
.post_body blockquote .tweet_link a img{
  width: 30px;
}
.post_body blockquote .tweet_title{
  padding-bottom: 5px;
}
.videoWrapper{
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.post_body iframe:(.instagram-media) {
  /*margin-bottom: 20px;*/
  /*width: 100%;*/
  /*height: 550px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post_body p img{
  width: 100%;
}
.about_author_section{
  display: block;
  max-width: 750px;
  margin: 30px auto 30px 30%;
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  clear: both;
}
.author_avatar{
  display: inline-block;
  margin-right: 20px;
  float: left;
  border-radius: 200px;
}
.author_avatar img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 200px;
}
.author_info{
  display: inline-block;
  width: 70%;
}
.author_info p{
  font-size: 11px;
  line-height: 11px;
  text-align: left;
  font-family: 'FlamaBookRegular', sans-serif;
  margin-bottom: 2px;
  color: #333;
  padding-left: 0;
}
.author_info .author_name a{
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'FlamaBookBold', sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
  border-bottom: 0;
}
.author_info .author_name a:hover{
  background-color: transparent;
}
.author_bio{
  font-family: 'FlamaBookRegular', sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
}

.blog_cta_section{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  float: right;
  /*background-color: #333;*/
}
.blog_cta_section .cta_content{
  width: 50%;
  float: left;
  padding-top: 22px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 26px;
}
.blog_cta_section .cta_content h2{
  margin-left: 0;
  margin-top: 0!important;
  margin-bottom: 14px!important;
  color: #fff;
  font-family: 'FlamaBookRegular', sans-serif!important;
  font-size: 30px;
}
.blog_cta_section .cta_content p{
  padding-left: 0;
  font-family: 'FlamaBookRegular', sans-serif!important;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-right: 0;
}
.blog_cta_section .cta_content a{
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Flama, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 15px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin-top: 6px;
}
.blog_cta_section .cta_content a:hover{
  background-color: hsla(0, 0%, 100%, .3);
}
.blog_cta_section .cta_image{
  /*     width: 50%;
  float: left;
  padding: 30px; */
  width: 50%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.blog_cta_section .cta_image img{
  width: 100%!important;
  max-width: 100% !important;
  height: 175px;
  object-fit: cover;
}

/* Blog Comment */
.blog_comment_section{
  clear: both;
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
  float: right;
  width: 100%;
}
.blog_comment_section form > div{
  margin-bottom: 15px!important;
}
.blog_comment_section form > div .input input,
.blog_comment_section form > div textarea{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  max-width: 100%;
  min-height: 38px;
  border-radius: 5px;
  margin-bottom: 0!important;
  font-family: 'Georgia', Arial,sans-serif!important;
}
.blog_comment_section form > div ul.hs-error-msgs{
  margin-left: 0!important;
  list-style: none!important;
  padding-left: 0!important;
}
.blog_comment_section form > div ul.hs-error-msgs li label{
  color: #333;
  font-size: 13px;
}
.blog_comment_section form > div > label{
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-family: 'FlamaBookRegular', sans-serif;
}
.blog_comment_section form > div > label span.hs-form-required{
  color: #333;
}
.blog_comment_section form > div textarea{
  height: 70px;
  min-height: 70px;
}
.blog_comment_section form > div.hs-fieldtype-booleancheckbox ul{
  margin-left: 0!important;
  list-style: none!important;
  padding-left: 0!important;
}
.blog_comment_section form > div.hs-fieldtype-booleancheckbox ul li input{
  height: auto;
  min-height: auto;
  display: inline-block;
  width: auto;
}
.blog_comment_section form > div.hs-fieldtype-booleancheckbox ul li span{
  color: #2e2e2e;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.blog_comment_section form > div input[type="submit"]{
  margin-top: 12px;
  padding: 15px 20px;
  border-radius: 200px;
  background-color: #30dbe8;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'FlamaBookBold', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.blog_comment_section form > div input[type="submit"]:hover{
  opacity: 0.8;
  background-color: #30dbe8;
  border: 0;
  color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.blog_comment_section form > div.hs_recaptcha{
  display: none;
}

#comments-listing .comment depth-0{
  border-top: 0;
}
.comment-from h4{
  margin-left: 0;
  font-family: 'FlamaBookRegular', sans-serif!important;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  padding-right: 10px;
  margin-bottom: 0;
  padding-top: 0;
}
.comment-from h4 a{
  border-bottom: none;
  pointer-events: none;
  cursor: default;
}
.comment-from h4 a:hover{
  background-color: transparent;
}
.comment-date{
  display: inline-block;
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
}
.comment-body{
  padding-top: 0;
  padding-bottom: 8px;
}
.comment-body p{
  padding-left: 0;
  font-size: 15px;
  line-height: 22px;
}
button.comment-reply-to{
  display: inline-block;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, .2);
  font-family: 'FlamaBookBold', sans-serif;
  color: #000;
  font-size: 14px;
}
button.comment-reply-to em{
  font-style: initial;
}
.comment.depth-0{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.comment{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  margin: 0!important;
}
#comments-listing{
  margin-top: 0;
}
#comments-listing > div.comment:first-child{
  border-top: none;
}
h3.blog_comment_text{
  margin-left: 0;
  margin-bottom: 2px;
}

/* Blog Recent Posts */
.blog_recent_posts{
  position: relative;
  z-index: 70;
  padding: 20px 40px 40px;
  background-color: #f6f6f6;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .15)
}
.blog_recent_posts .inner_wrapper{
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.blog_recent_posts h3{
  margin-top: 0px;
  font-family: Flama, sans-serif;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}
.sidebarrecent-line{
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, .8);
}
.recent_blog_post{
  width: 20%;
  min-height: 200px;
  padding-right: 10px;
  float: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
  text-decoration: none;
}
.recent_blog_post .featured_image img{
  height: 200px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 1;
}
.recent_blog_post .featured_image img:hover{
  opacity: 0.7;
}
.recent_post_body .post_title{
  margin-top: 5px;
  font-family: 'FlamaBookBold', sans-serif!important;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000000;
  text-transform: initial;
}
.recent_post_body .post_title a{
  color: #000000;
}
.recent_post_body .post_title a:hover{
  color: #000;
}

/* Blog Email Subscribe */
.blog_email_subscribe{
  padding: 40px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 75;
}
.blog_email_subscribe_inner{
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: -100px;
  z-index: 81;
}
.blog_email_subscribe .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42,42,42, 0.87);
  z-index: 80;
}
.blog_email_subscribe_inner .inner_content h4{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  font-family: 'FlamaBookBold', sans-serif;
  color: hsla(0, 0%, 100%, .7);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog_email_subscribe_inner .inner_content h3{
  max-width: 100%;
  font-family: 'FlamaBookBold', sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, .4);
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}
.blog_email_subscribe_inner .inner_content ul li{
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.blog_email_subscribe_inner .inner_content p{
  margin-bottom: 15px;
  font-family: 'FlamaBookRegular', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}
.blog_email_subscribe_inner .inner_content h5{
  margin-bottom: 15px;
  font-family: 'FlamaBookRegular',sans-serif!important;
  color: hsla(0,0%,100%,.4);
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

.email_subscribe_form h3{
  display: none;
}
.email_subscribe_form form div.hs_email > label{
  display: none;
}
.email_subscribe_form form div.hs_email{
  margin-bottom: 10px;
}
.email_subscribe_form form > div input[type="email"]{
  display: inline-block;
  height: 50px;
  max-width: 100%;
  margin-right: 10px!important;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
  border: 1px none #000;
  border-radius: 200px;
  background-color: #e7e7e7;
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0!important;
}
.email_subscribe_form form > div input[type="submit"]{
  height: 48px;
  float: left;
  border-radius: 200px;
  background-color: #30dbe8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 15px;
  -webkit-appearance: button;
  border: none;
  color: #fff;
  margin-bottom: 10px!important;
  margin: 0;
}
.email_subscribe_form form > div input[type="submit"]:hover{
  background-color: #30dbe8;
  border: none;
  opacity: 0.8;
}
.email_subscribe_form form div.hs_email{
  float: left;
  width: 60%;
  margin-right: 10px;
}
.email_subscribe_form form > div ul.hs-error-msgs li{
  list-style: none;
}
.email_subscribe_form form > div ul.hs-error-msgs li label{
  color: #ccc;
  font-size: 12px;
}
.consent_text{
  display: inline-block;
  max-width: 400px;
  margin-top: 3px;
  margin-left: 5px;
  font-family: 'Raleway', sans-serif;
  color: hsla(0, 0%, 100%, .3);
  font-size: 12px;
  line-height: 15px;
}
.blog_email_subscribe_inner .submitted-message{
  font-family: 'FlamaBookBold', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 20px 10px 0;
  margin-bottom: 20px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

/* Others */
.row-fluid .header-section{
  position: relative;
}
.footer-container-wrapper{
  position: relative;
  z-index: 100;
}
body.hs-blog-post.scroll-header, body.hs-blog-post{
  padding-top: 0 !important;
}


/* ================  Desktop ================ */
@media only screen and (max-width: 991px) {
  .post_header{
    padding-left: 30px;
    padding-right: 30px;
  }
  .post_body{
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .post_body table tr td .hs-cta-wrapper img{
    max-width: 400px;
  }
  .custom_sidebar,
  .sidebar_outer_wrapper
  {
    display: none;
  }
  #social_sharing{
    bottom: 0;
    top: initial;
    width: 100%;
  }
  #social_sharing a{
    float: left;
  }
  .blog_email_subscribe_inner{
    left: 0;
  }
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  .post_body table tr td .hs-cta-wrapper img{
    max-width: 400px;
  }

}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
  .custom_featured_img img.hs-featured-image{
    height: 360px;
  }
  .recent_blog_post .featured_image img{
    height: auto;
  }
  .post_body table{
    width: 100%!important;
  }

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .post_header{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .post_header h1{
    margin-top: 0px!important;
    font-size: 50px;
    font-weight: 0;
    text-align: left;
  }
  .post_header h2{
    font-size: 24px;
    text-align: left;
    margin-bottom: 0!important;
  }
  .blog_author_date {
    text-align: left;
  }    
  .post_header .blog_author{
    padding-left: 0;
  }
  .custom_blog_post_wrapper .post_body{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .post_body_inner{
    min-width: auto;
  }
  .post_body p{
    padding-left: 0;
    padding-right: 0;
  }
  .post_body h1, .post_body h2, .post_body h3, .post_body h4, .post_body h5, .post_body h6{
    margin-left: 0;
  }
  .post_body ol,
  .post_body ul{
    margin-left: 0;
  }
  .post_body table{
    float: none;
    margin-right: 0;
    width: 100%!important;
  }
  .post_body table.table_image{
    width: 100%!important;
  }    
  .post_body table tr td img{
    width: 100%!important;
  }
  h4, h5, h6{
    padding-top: 8px;
  }
  .post_body iframe {
    max-width: 100%;
  }
  .post_body blockquote{
    width: 100%;
    margin: 20px 20px 20px 0;
    float: none;
    border-right: none;
  }
  .about_author_section{
    display: block;
    margin: 30px auto 30px 0;
    padding: 30px 0;
  }
  .author_avatar {
    display: block;
    margin-right: 0;
    float: none;
  }    
  .author_avatar img{
    margin: 0 auto 20px;
    display: table;
  }
  .author_info{
    display: block;
    width: 100%;
  }
  .author_info p{
    display: none;
  }
  .author_info .author_name{
    text-align: center;
    padding-bottom: 10px;
  }
  .author_bio{
    font-size: 16px;
  }

  .custom_featured_img{
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .custom_featured_img img.hs-featured-image{
    height: auto;
  }
  .featured_image_sub_heading p{
    padding: 0 10px;
    font-size: 14px;
  }
  #social_sharing a{
    float: left;
    width: 25%!important;
  }
  #social_sharing a:hover {
    width: 25%!important;
  }    
  .blog_cta_section .cta_content{
    width: 100%;
    float: none;
  }
  .blog_cta_section .cta_image{
    width: 100%;
    float: none;
    padding: 30px 0 0;
  }
  .blog_cta_section .cta_image img{
    height: 170px;
  }
  .blog_recent_posts{
    padding: 20px 30px 30px;
  }
  .recent_blog_post{
    width: 100%;
    min-height: 200px;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .blog_email_subscribe{
    padding: 30px;
    background-image: none!important;
    background: rgba(42,42,42, 0.87);
  }
  .blog_email_subscribe_inner{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); 
  }
  .blog_email_subscribe_inner .inner_content h3{
    margin-top: 10px;
  }
  .email_subscribe_form form div.hs_email{
    float: none;
    width: 100%;
  }
  .email_subscribe_form form > div input[type="email"]{
    height: 40px;
    min-height: 40px;
    float: none;
  }
  .email_subscribe_form form > div input[type="submit"]{
    height: 40px;
    min-height: 40px;
  }
  .blog_email_subscribe_inner .submitted-message{
    font-size: 21px;
  }
  .blog_cta_section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .blog_cta_section .cta_content{
    order: 2;
  }
  .blog_cta_section .cta_image{
    order: 1;
    min-height: 160px;
  }  

}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

}

@media screen and (max-width: 400px) {
  .post_body iframe{
    /*height: 250px;   */
  }
}	


/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {

}