/* Colors */
    /*      Theme color:  Orange    */
       /*      Light Gray              */
      /*      White                   */
           /*      Dark Gray Tone 1        */
           /*      Light Gray              */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;;"   */
                          /* Ex. "font-size: 15px;"       */
                         /* Ex. "line-height: 1.5;"   */

/* Containers */
        /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
       /* Id should be 20px less then maxWidth you defined above */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
    font-size: 15px;
}
/* Website background color and default font styles */
body {
  background: #fff;
  color: ;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; ;
  font-size: 15px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */


.page-center{
  float: none !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 15px;
}
a { color: ; text-decoration:none;}
a:hover, a:focus { color: ; }

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: ;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: ;
  text-shadow: none;
}
.addl-margin-bottom {
    margin-bottom: 20px;
}



/* ==========================================================================
   Typography
   ========================================================================== */
/* logo */
.widget-type-logo {
  
}
.widget-type-logo img{
   
}
/* Basic text */
p {
    margin:0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
    color: #295291;
    font-family: inherit;
    margin:0 0 10px ;
   
    }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {color:#295291;}
h2 {}
h3 {font-size: 18.5px;}
h4 {}
h5 {}
h6 {}
p
{    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; !important;
}
/* Lists */
ul, ol {padding:0 20px; margin:0;}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}



.body-container
{    max-width:100% !important;
    padding:0px !important;
}
.header-container
{    width:100% !important;
    max-width:100% !important;
    padding:0px !important;
}

/*--------------------Header CSS starts----------------------*/

a.cta_button, .hs-button {
    -webkit-appearance:none;
}
.blog-pagination {
    display: block;
    margin: 0 0 50px;
    text-align: center;
}
.blog-pagination-center a {
    font-size: 16px;
    margin: 0 4px;
}
.row-fluid .blog-hero-container{
  height:auto;
}
.blog-pagination-center a.active {
    background: #e31b23 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 29px;
    text-align: center;
    width: 28px;
}
.prev-link, .next-link {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
    font-size:14px;
}
.next-link {
    margin-left: 10px;
    margin-right: 0px;
}
.blog-pagination {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
    padding: 12px 25px;
}
.prev-link i {
    -webkit-transform: translate(-1px, -1px);
    -moz- transform: translate(-1px, -1px);
    -o- transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}
.next-link i {
    -webkit-transform: translate(1px, -1px);
    -moz- transform: translate(1px, -1px);
    -o- transform: translate(1px, -1px);
    transform: translate(1px, -1px);
}

.blog-featured-post-container .featured-post-image-section,
.blog-featured-post-container .featured-image-right-container{
    float: left;
    width: 50%;
}
.blog-featured-post-container {
    float: left;
    width: 100%;
    display: block;
}
.blog-featured-post-container .featured-post-image-section img {
    padding-right: 15px;
}
.blog-featured-post-container .featured-image-right-container {
    max-width: 480px;
    padding-left: 30px;
}
.blog-featured-post-container .featured-image-right-container .featured-post-date {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    word-spacing: 4px;
    font-family: Lato;
    font-weight: 400;
}
.blog-featured-post-container .featured-image-right-container h3 a {
    color: #fff;
    display: inline-block;
    margin: 10px;
    font-size: 32px;
    line-height: 1.2;
    font-family: Lato;
    font-weight: 400;
}
.blog-featured-post-container .featured-image-right-container p {
    color: #fff;
    font-family: Lato;
    font-weight: 400;
}
.find-out-more-btn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    word-spacing: 4px;
    padding-bottom: 8px;
    font-family: Lato;
}
.find-out-more-btn a:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #fff;
    left: 0;
}

/*--------------------Header CSS ends----------------------*/
/*--------------------Footer CSS starts--------------------*/

.blog-footer {
    background: #2b2b2b none repeat scroll 0 0;
    color: #afafaf;
    padding: 60px 0;
}
.blog-footer a{
    color: #afafaf;
    text-decoration:none;
}
.footer-block h3 {
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color:#fff;
}
.footer-block .footer-address strong{
    font-weight: 500;
    font-size:14px;
    line-height: 28px;
}
.footer-block .footer-address span{
    font-size:14px;
    line-height: 28px;
}
.footer-support ul{
    list-style:none;
    max-width: 200px;
}
.footer-block.footer-support ul li a {
    padding: 10px 10px 10px 0;
}
.footer-block.footer-support ul li:first-child a{
    padding-top:4px;
} 
.footer-block.footer-support ul li{
    border-bottom:1px solid #444;
}
.footer-block.footer-support ul li:last-child{
    border-bottom:0;
} 
.footer-block .hs_email label{
    font-size: 13px;
}
.footer-block .hs_email label span.hs-form-required{
    color:red;
}
.footer-block .hs_email .hs-input {
    background: #444444 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
}
.hs-error-msgs.inputs-list {
    color: red;
    list-style: outside none none;
    padding: 5px;
}
.footer-block.footer-subscribe .hs-button {
    background: #e31b23 none repeat scroll 0 0;
    border: 1px solid #e31b23;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.footer-block.footer-subscribe .hs-button:hover{
    background:transparent;
    color: #e31b23;
}
.footer-social-block > a {
    background: #222222 none repeat scroll 0 0;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin-top: 2px;
}
.footer-social-block > a:hover{
    border-bottom:2px solid #e31b23;
}
.footer-social-block > a i{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.footer-social-block > a:hover i{
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    transform:translateY(-5px);
}
.footer-block.footer-subscribe {
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0 15px;
}
.footer-subscribe .form-title {
    display: none;  
}
.copy-right-section {
    background: #222 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 28px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

/*--------------------Footer CSS ends----------------------*/
/*--------------------Body CSS starts----------------------*/

.row-fluid .blog-hero-container {
    background-size: cover;
    display: table;
    height: 500px;
    position:relative;
}    
.row-fluid .blog-hero-container h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 392px;
}
.dark-overlay-bg {
    background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/4036789/Blog%20images/image-redstrip_d706f310c3911ae43464d71b83665fb7.jpg") repeat scroll 0 0 / cover ;
    height: 100%;
    width: 100%;
  	padding:50px 0px
}
.row-fluid .blog-hero-container {
    background-position:center center;
    background-size: cover;
    position: relative;
}

/*--------------------Body CSS ends------------------------*/
/*--------------------Blog Listing CSS starts--------------*/

.grid {
    list-style: none;
    padding:0;
    margin:0 !important;
    max-width:none !important;
    line-height:normal;
    font-size : 0 !important;
}
.category-container {
    height: 60px;
    display: block;
    background: #fff;
    margin-top: 50px;
}
.label-category-filter {
    width: 220px;
    text-align: center;
    display: inline-block;
    float: left;
	background: #e31b23;
	color: #fff;
	height: 60px;
}
.category-slider-container {
    display: inline-block;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px);
    float: left;
    position: relative;	
}
span.filter-heading {
    line-height: 57px;
    font-size: 18px;
}
.category-slider-container span {
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: middle;
    color: #6b7381;
}
.category-slider-container a{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: middle;
    color: #6b7381;
    display: inline-block !important;
    float: none;
    padding-left: 10px;
    height:100%;
    line-height:inherit;
    width: 100%;
}
.blog-footer a:hover{
    color:#e31b23 !important;
}
.category-slider-container a:hover{
    color:#e31b23;
}
.category-slider-container .slick-initialized .slick-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.category-slider-container .slick-initialized .slick-slide a {
    line-height:normal;
    height:auto;
    display: inline-block;
    height:auto;
}
span.show-all-category {
    border-left: 1px solid #f5f5f5;
    font-weight: 500;
    line-height: 60px;
    margin-left: 45px;
    position: absolute;
    vertical-align: top;
}
section.regular.slider {
    display: inline-block;
    margin: 0 0 0 15px;
    float:right;
    height: 60px;
}
.slick-prev.slick-arrow {
    left: -146px !important;
    top: 30px !important;
    height: 60px !important;
    width: 35px !important;
    background: #fff none repeat scroll 0 0 !important;
}
.slick-prev:focus, .slick-next:focus{
    outline:0 !important;
}
.slick-next {
    height: 60px !important;
    right: 3px !important;
    top: 30px !important;
    width: 35px !important;
    background: #fff none repeat scroll 0 0 !important;
}
.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 35px;
}
.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 35px;
}
.slick-slide {
    height: 60px;
    line-height: 60px;
}
.slider {
    width: -webkit-calc(100% - 150px) !important;
    width: -moz-calc(100% - 150px) !important;
    width: -o-calc(100% - 150px) !important;
    width: calc(100% - 150px) !important;
}
section.regular.slider {
    padding: 0 30px 0 0;
}
.slick-initialized .slick-slide {
    border-left: 1px solid #f5f5f5;
    line-height:60px;
}
.slick-slide {
    margin: 0 0px 0 0 !important;
    height:100%;
}
.slick-slide span{
	padding-left:10px;
}
.slick-slide:focus {
    outline: 0 !important;
}
.category-slider-container{
	display: none;
}
.category-select-container{
	display: none;
}
.slick-slide > a {
    display: block;
}
.slick-slide > a:hover span{
    color:#e31b23;
}
.category-select-container select {
    border: 1px solid #a26b3e;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 5px;
    width: 100%;
}
.slick-next::before {
    content: "\f105" !important;
    font-family: fontawesome !important;
    color: #444 !important;
    font-size: 35px !important;
}
.slick-prev::before {
    content: "\f104" !important;
    font-family: fontawesome !important;
    color: #444 !important;
    font-size: 35px !important;
}
.slick-list.draggable {
    padding-left: 15px;
    height:100%;
}
.slick-track{
    height:100%;
}
.show-all-category > a {
    color: #6b7381;
    display: block;
    text-decoration: none;
}
.show-all-category > a:hover{
    color:#e31b23;
}
.grid li {
    width: 33.33%;
    padding:  0 !important;
}
.post-item {
    max-width: 400px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin: 17px 20px;
}
.featured-image img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.post-item:hover .featured-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.published-date {
    background: rgba(0,0,0,0.7);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 60px;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    z-index: 200;
}
.published-date .date-value {
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}
.published-date .month-value {
    display: block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1px;
}
.published-date .month-value::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: -1px;
    width: 30px;
}
.post-category > span {
    color: #e31b23;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 8px;
    position: relative;
    text-transform: uppercase;
}
.post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.post-category > span:last-child::after {
	display: none;
}
.post-title {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-transform:
    margin-bottom: 14px;
  font-family: Lato-thin;
}
.post-body-container a {
    text-decoration: none;
}
.post-content {
    font-size: 14px;
    line-height: 24px;
}
.post-author {
    display: block;
    float: left;
    padding: 15px 25px;
    width: 100%;
    -moz-box-shadow:   0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
    -webkit-box-shadow: 0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
    box-shadow:        0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
}
.post-author i {
    font-size: 18px;
    margin-right: 3px;
}
.featured-image {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	display: inline-block;
	float: left;
	font-size: 0;
	overflow: hidden;
}
.post-body-container {
    display: inline-block;
    float: left;
    padding: 25px;
}
.post-category {
    margin-bottom: 15px;
}
.post-author > span {
    font-size: 14px;
    color: #aaa;
    vertical-align: top;
}
.post-author > i{
    color: #aaa;
}
.post-content p {
    margin-bottom: 0;
}
.post-category i {
    color: #e31b23;
    padding-right: 3px;
    position: relative;
    font-size:16px;
}
.grid li {
    margin: 0px 0;
    padding: 0;
}
.overlay-bg{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}
.overlay-bg > div{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    top: 100%;
    height: 50px;
    position: absolute;
    width: 100%;
    display: table;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 200;
}
.post-item:hover .overlay-bg > div{
	-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    top: -webkit-calc(100% - 50px);
    top: -moz-calc(100% - 50px);
    top: -o-calc(100% - 50px);
    top: calc(100% - 50px);
}
.overlay-bg span {
    color: #fff;
    display: table-cell;
    float: none;
    font-size: 36px;
    line-height: normal;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.overlay-bg span{
	font-size: 16px; 	
}
.post-listing-container .mb-pagination a:hover {
    background: transparent none repeat scroll 0 0;
}
.mb-pagination {
    display: block;
    list-style: outside none none;
    margin: 45px 0 0 !important;
    padding: 0;
    text-align: center;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; !important;
}
.mb-pagination li {
    display: inline-block;
    line-height: 16px;
border:0 !important;
}
.prev-list a, .next-list a{
    border: 1px solid #aaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 12px;
    padding: 6px 15px;
    text-transform: uppercase;
}
.prev-list a:hover, .next-list a:hover{
    background: #e31b23 !important;
    border-color: #e31b23 !important;
    color: #fff !important;
}
.post-listing-container {
	margin-bottom: 50px !important;
	margin-top: 50px;
}
.mb-pagination .number-li:last-child {
	display: block !important;
}
.mb-pagination li, .mb-pagination li a {
    color: #aaa;
    display: inline-block;
    line-height: 16px;
    margin: 0 4px;
    background: transparent none repeat scroll 0 0;
}
.mb-pagination li.number-li a {
	font-weight: 600;
	font-size: 15px;
}
.mb-pagination li.active a {
    background: #e31b23 none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 30px;
    line-height: 25px;
    padding: 2px;
    vertical-align: middle;
    width: 30px;
}
.mb-pagination li.dots {
    margin: 0;
}
.no-featured-image .post-item {
    background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/orange2.jpg") repeat scroll 0 0;
    background-size: cover;
}
.post-listing-container .no-featured-image.odd .post-item {
	background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/dark-texture1.jpg") repeat scroll 0 0;
}
.no-featured-image .post-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png") repeat scroll 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	left:0;
	opacity: 0.9;
}
.post-listing-container .no-featured-image.odd .overlay-bg > div {
    background: rgba(255, 129, 0, 0.7) none repeat scroll 0 0;
}
.post-listing-container .no-featured-image.odd .post-item::before{
	opacity: 0.7;
}
.no-featured-image .post-title,.no-featured-image .post-content *, .no-featured-image .post-author > span, .no-featured-image .post-author i {
    color: #fff;
    z-index:100;
    position: relative;
}
.hs-blog-listing .post-content span, .hs-blog-listing .post-content h2, .hs-blog-listing .post-content p, .hs-blog-listing .post-content a,
.hs-blog-listing .post-content h3, .hs-blog-listing .post-content h4{
    margin-bottom: 0;
    margin-top:0px;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #aaa;
    text-decoration:none;
    font-weight:400;
    font-family: Lato-light;
}
.hs-blog-listing .no-featured-image .post-content span, .hs-blog-listing .no-featured-image .post-content h2, .hs-blog-listing .no-featured-image .post-content p,
.hs-blog-listing .no-featured-image .post-content a, .hs-blog-listing .no-featured-image .post-content h3, .hs-blog-listing .no-featured-image .post-content h4{
    color:#fff;
}
.hs-blog-listing .post-content img{
    display:none;
}

/*-----------------------------Blog Listing CSS ends-------------------------*/
/*-----------------------------Blog Post CSS Starts--------------------------*/

.blog-post-container {
    padding: 25px 0 0px;
}
.blog-post-container .blog-post-title h1 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform:
    margin-bottom: 20px;
    color: #444;
    line-height:1.2;
}
.blog-post-authot-and-date i {
    padding: 0 2px 0 3px;
}
.blog-post-author {
    border-right: 2px solid #6b7381;
    padding-right: 5px;
}
.blog-post-authot-and-date {
    margin: 10px 0;
} 
.blog-post-featured-image {
    text-align: center;
}
.blog-post-featured-image img{
	width: auto;
	max-width: 100%;
	margin: 25px 0;
  float:none !important;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 15px;
    color: #444;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 , .blog-post-content a {
    font-weight: 500;
}
.blog-post-content a {
    color: #e31b23;
    font-weight: 300;
    text-decoration:none;
}
.blog-post-content a:hover{
	opacity: 0.75;
	text-decoration: underline;
}
.blog-post-content p {
    font-weight: 300;
    line-height: 26px;
}
.blog-post-content ul{
    list-style: none;
    padding-left: 30px;
}
 .blog-post-content ol {
 	padding-left: 30px;
 	list-style: none;
 	counter-reset: item;
 }
 .blog-post-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #e31b23;
    position: absolute;
    font-weight: 400;
    left: -20px;
}
.blog-post-content ul li::before {
    content: "\f111";
    font-family: fontAwesome;
    color: #e31b23; 
    position: absolute;
    font-size: 8px;
    left: -15px;
}
.blog-post-content ul li, .blog-post-content ol li {
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
}
.blog-post-category {
    border-bottom: 2px solid #eee;
    color: #e31b23;
    font-size: 13px;
    margin: 15px 0;
    padding-bottom: 40px;
    text-align: right;
    text-transform: uppercase;
}
.blog-post-category i {
    color: #e31b23;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.blog-post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.blog-post-category > span:last-child::after {
    display: none;
}
.blog-post-category > span{
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 8px;
}
.blog-post-next-previous-container > a{
	display: inline-block;
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius:8px;
    background-size: cover;
    position: relative;
    background-position: center center;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.blog-post-next-previous-container > a:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png?t=1494833093949);
	content:"";
	top: 0;
    left: 0;
    opacity: 0.9;
    border-radius:8px;
}
.blog-post-prev-link{
	padding:40px 40px 40px 150px;
	margin-right: 10px;
}
.blog-post-next-link{
	padding:40px 150px 40px 40px;
	margin-left: 10px;
}
.blog-post-next-previous-container {
    margin: 50px 0;
    overflow: hidden;
}
.blog-post-next-previous-container > a > div {
    color: #fff;
    position: relative;
    z-index: 1000000;
}
.next-prev-post-category  {
    display: block;
    color: #e31b23;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: left;
}
.blog-post-next-previous-container > a:hover {
    opacity: 0.75;
}
.next-prev-post-category > span{
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 8px;
}
.next-prev-post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.next-prev-post-category > span:last-child::after {
    display: none;
}
.next-prev-post-category i {
    color: #e31b23;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.blog-post-next-block .next-prev-post-category  {
    text-align: right;
}
.blog-post-next-link {
    text-align: right;
}
.next-prev-post-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.blog-post-next-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    right: -88px;
    top: 15px;
    line-height:normal;
}
a.blog-post-next-link {
    float: right;
}
a,a:focus {
    outline: 0 !important;
}
.blog-post-prev-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    left: -88px;
    top: 15px;
    line-height:normal;
}
.about-author-image {
    display: inline-block;
    float: left;
    width: 125px;
    text-align: center;
}
.author-detail {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: -o-calc(100% - 125px);
    width: calc(100% - 125px);
    text-align: left;
    padding-left:15px;
}
.about-author-image > img {
    border: 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    width: 100px;
    height:100px;
}
.blog-post-about-author {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    margin-top: 15px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
    background: #e31b23;
    -webkit-border-radius: 6px 0;
    -moz-border-radius: 6px 0;
    -o-border-radius: 6px 0;
    border-radius: 6px 0;
    color: #fff;
    content: "Prev";
    left: 0;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
    z-index: 100;
    letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
    background: #e31b23;
    -webkit-border-radius: 0 6px 0 6px;
    -moz-border-radius: 0 6px 0 6px;
    -o-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    color: #fff;
    content: "Next";
    right: 0;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    width: 55px;
    letter-spacing: 0.3px;
}
#comments-listing{
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 20px 20px;
}
.comment.depth-0:first-child {
    border-top: 0 none;
}
.blog-post-about-author-container{
    margin: 50px 0;
}
.author-name {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.about-author-text > p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 7px 0;
}
.blog-post-content {
    margin: 10px 0 30px;
}
.related-post-title {
    color: #444;
    font-size: 24px;
    font-weight: 600;
}
.related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration:none;
    margin:10px 0;
}
.related-post-heading, .subheading-text h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin:5px 0;
}
.related-post-block {
    display: inline-block;
    width: -webkit-calc(33.33% - 25px);
    width: -moz-calc(33.33% - 25px);
    width: -o-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    vertical-align: top;
}
.related-post-container .related-post-block:nth-child(2){
	margin:0 33px;
}
.related-post-featured-image img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    height: 265px;
    -webkit-v
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.related-post-featured-image {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
}
.related-post-container {
    margin: 20px 0;
}
.related-post-category {
    margin: 10px 0;
    color:#e31b23;
}
.related-post-category > span{
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 8px;
    text-transform: uppercase;
}
.related-post-category  > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.related-post-category  > span:last-child::after {
    display: none;
}
.related-post-category  i {
    color: #e31b23;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.related-post-container a {
    text-decoration: none;
}
.related-post-block:hover .related-post-featured-image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.post-social-sharing > ul {
    list-style: outside none none;
    padding: 0;
}
.post-social-sharing li {
    display: block;
    width: 40px;
}
.post-social-sharing a {
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 22px;
    height: 35px;
    line-height: 34px;
    margin: 5px 0;
    text-align: center;
    width: 35px;
    color: #444;
    outline:0 !important;
}
.social-share-google-plus {
    font-size: 20px !important;
}
.post-social-sharing a:hover {
    color: #e31b23;
    opacity: 1;
}
.post-social-sharing {
    margin-left: -80px;
    position: fixed;
    top: 131px;
}
a.fb-icon {
    background: #3d5b99;
}
a.tw-icon {
    background: #1da1f2;
    
}
a.insta-icon{
	background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}
a.pinterest-icon {
    background: #bd081c;
}
.social-toggle-button {
    display: none;
}
.block-quote, blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 8px solid #e31b23;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 0.7px;
    margin: 25px auto;
    max-width: 80%;
    padding: 15px 30px 15px 50px;
    width: 100%;
    font-size: 14px;
    font-style:italic; 
}
.blog-post-content blockquote p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.blog-post-content blockquote{
    font-size: 14px;
    font-style: italic;
}
.blog-post-content blockquote p::first-letter,.blog-post-content  blockquote p:first-letter {
    font-size: 200%;
    color: #e31b23;
    font-weight: 500;
}
.hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
    display: none !important;
}
.blog-list-middle-section div {
    min-height: 0 !important;
}
.hs-blog-post{
    background: #fff;
}
.blog-post-category a {
    color: #e31b23;
    text-decoration: none;
}
.blog-post-next-previous-container a {
    text-decoration: none;
}
.blog-post-authot-and-date a {
    text-decoration: none;
    color: #6b7381;
}
.comment.depth-0 {
    border-top: 2px solid #eee;
    padding-top: 0 !important;
}
.comment-from h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 15px 10px 5px 0;
    color:#e31b23;
}
.comment-from h4 a{
    color:#e31b23;
}
.comment-body > p {
    font-weight: 300;
    margin: 5px 0 10px;
}
.comment-reply-to {
    cursor:pointer;
}
.new-comments {
    margin-bottom: 30px;
}
.hs-common-confirm-message {
    margin-bottom: 20px !important;
}
.comment.depth-1 {
    padding-left: 50px !important;
}
.new-comments fieldset {
    max-width:100% !important;
}
.new-comments fieldset.form-columns-3{
    max-width:100% !important;
}
.new-comments fieldset.form-columns-3 .hs-form-field{
    width:33.33% !important;
}
.new-comments fieldset .input{
    margin:0 !important;
}
.new-comments fieldset.form-columns-3 .input{
    margin-right: 15px !important;
}
.new-comments fieldset.form-columns-3 .hs_website .input{
    margin-right: 0px !important;
}
.new-comments fieldset textarea {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 120px;
    margin: 0;
    resize: none;
    width: 100% !important;
    padding: 10px;
    font-size: 14px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;;
    letter-spacing:0.5px;
}
.new-comments fieldset input {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    resize: none;
    width: 100% !important;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;;
    letter-spacing:0.5px;
}
h3.subheading-text  {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: capitalize;
}
.new-comments fieldset.form-columns-3 {
    margin-top: 10px !important;
}
.new-comments .hs-button.primary {
    background: #e31b23 none repeat scroll 0 0;
    border: 1px solid #e31b23;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    padding: 15px 20px;
    letter-spacing: 0.5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;;
    cursor:pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.new-comments .hs-button.primary:hover{
    background:transparent;
    color: #e31b23;
}
.blog-post-comment-section {
    margin-bottom: 50px;
}
.blog-post-author a:hover{
    color:#e31b23;
}
textarea:focus, input:focus {
    outline: 0;
}
.hs-author-profile .hs-author-name, 
.post-listing .hs-author-listing-header{
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0;
    text-transform: capitalize;
    display:block;
    width:100%;
    float:left;
}
body[class*='blog-author'] .category-container{
   display:none;
}
.author-profile-details {
    position: relative;
    padding: 30px 30px 30px 90px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 60px;
    display: inline-block;
    float: right;
    margin-bottom:40px;
}
.hs-author-avatar > img {
    border-radius: 100%;
    height: 125px;
    width: 125px;
}
.hs-author-avatar {
    display: inline-block;
    float: left;
    left:-60px;
    position: absolute;
    top: -60px;
    width: 125px;
}
.hs-author-bio {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
}
.container.post-listing-container {
    display: block;
    width: 100%;
    float: left;
}
.hs-author-social-section {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-weight: 300;
}
span.hs-author-social-label {
    margin-right: 4px;
}
body[class*='blog-author'] .post-listing-container {
    margin: 0px;
}
.author-profile-details .hs-author-social-links a {
    border: 1px solid #444 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 22px;
    height: 35px !important;
    line-height: 34px !important;
    margin: 0 2px;
    text-align: center;
    width: 35px !important;
    background: none !important;
    position:relative;
    text-indent: 0 !important;
}
.author-profile-details .hs-author-social-links a:hover{
    color:#e31b23;
}
.hs-author-social-links {
    display: inline-block;
    font-size: 0;
    line-height: normal;
    vertical-align: middle;
}
.author-profile-details .hs-author-social-links a::before{
    font-family:fontAwesome;
    position:absolute;
    left:0;
    right: 0;
    top:0;
    font-size:20px;
    margin:auto;
}
.author-profile-details .hs-author-social-links a.hs-social-facebook::before{
    content:"\f09a";
}
.author-profile-details .hs-author-social-links a.hs-social-linkedin::before{
    content:"\f0e1 ";
}
.author-profile-details .hs-author-social-links a.hs-social-twitter::before{
    content:"\f099 ";
}
.author-profile-details .hs-author-social-links a.hs-social-google-plus::before{
    content:"\f0d5 ";
}
body[class*='blog-author'] .hs-author-profile {
    overflow: hidden;
}
.blog-pagination {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
.blog-pagination-container{
    text-align: center;
}
.blog-pagination-left {
    display: inline-block;
    float: none;
}
.blog-pagination-center {
    display: inline-block;
    width: auto;
}
.blog-pagination-right {
    display: inline-block;
}
.blog-subscribe-container {
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    -o-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    bottom: 0;
    color: #444;
    max-width: 300px;
    opacity: 1;
    position: fixed;
    right: 0;
    visibility: visible;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    overflow:hidden;
    z-index: 99999999;
    width:100% !important;
}
.blog-subscribe-container h3 {
    display:none;
}

.blog-subscribe-container .hs_email.field.hs-form-field > label {
    font-size: 13px;
    display:none;
}
.blog-subscribe-container .hs-input {
    border: 0;
    margin: 5px 0 0;
}
.hs-error-msgs label {
    font-size: 12px;
}
.blog-subscribe-container .hs-button {
    background: #e31b23 none repeat scroll 0 0;
    border: 1px solid #e31b23;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    -webkit-appearance:none;
    margin: 20px 0 10px;
    padding: 10px 15px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor:pointer;
}
.blog-subscribe-container .hs-button:hover{
    background:transparent;
    color:#e31b23;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-subscribe-container.closed{
    bottom:-320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-subscribe-container h4 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 120px;
    position: relative;
    text-align: center;
}
.blog-subscribe-container h4::before {
    background: #e31b23 none repeat scroll 0 0;
    border: 2px solid #444;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "";
    font-family: fontawesome;
    font-size: 50px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
}   
.blog-subscribe-heading h2 {
    background: #e31b23;
    color:#fff;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px 5px 45px;
    position: relative;
}
.blog-subscribe-heading h2::before {
    content: "\f106 ";
    position: absolute;
    top: 2px;
    left: 15px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    font-family: fontawesome;
    font-size: 22px;
}
.blog-subscribe-form-section {
    padding: 10px 15px 5px;
}
.blog-subscribe-container .hs-input {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 5px 0 0;
    vertical-align: middle;
}
.blog-subscribe-container.opened .blog-subscribe-heading h2::before{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.hs-blog-post .blog-subscribe-container{
    display:none;
}
.footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right !important;
    padding-left: 15px !important;
    padding-right:0 !important;
    overflow: hidden;
    max-width:100%;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer-recent-post .hs-rss-item {
    border-bottom:1px solid #444;
    padding-bottom:10px !important;
    margin-bottom:10px !important;
}
.footer-recent-post .hs-rss-item:last-child {
    border-bottom:0;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.footer-recent-post .hs-rss-item-text{
    font-size:14px;
}
.footer-recent-post .widget-type-rss_listing h3 {
    display: none;
}
body[class*='blog-author'] .blog-hero-container{
   display: none !important;
   background: #fff;
}
body[class*='blog-author'] {
   background: #fff;
}
.slick-next.slick-arrow{
    border-left:1px solid #f5f5f5;
}
#captcha_wrapper {
  margin: 25px 0 10px;
}

.post-item .post-published-date .date {
	font-size: .73333333rem;
	color: #999;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Lato-black;
	letter-spacing: .2em;
}
.post-read-more-link-container a {
    font-family: Lato-black;
    letter-spacing: .2em;
    font-size: .8rem;
    padding-bottom: 8px;
    position: relative;
    margin: 20px 0 10px;
    color: #e31b23;
}
.post-read-more-link-container a::before {
	content: "";
	position: absolute;
	width: 50%;
	max-width: 55px;
	height: 1px;
	bottom: -5px;
	left: 0;
	border-bottom: 2px solid #e31b23;
}


/*-----------------Responsive CSS Starts--------------*/
/*@media (min-width:768px ) and (max-width:850px){
    .slick-next.slick-arrow{
        border-left:0;
    }
}*/
@media (max-width:1420px){
	.post-social-sharing {
        bottom: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: auto;
        z-index: 9999999;
	}
	.social-toggle-button {
        background: #e31b23;
        border-radius: 5px 0 0 5px;
        bottom: 10px;
        cursor: pointer;
        display: block;
        font-size: 30px;
        height: 53px;
        line-height: 49px;
        position: fixed;
        right: 169px;
        text-align: center;
        transition: all 0.6s ease 0s;
        width: 40px;
        z-index: 10;
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
        -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);                                          
    }
	.social-toggle-button i{
	    padding-left: 4px;
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		color:#fff;
	}
	.post-social-sharing > ul {
		background: #fff none repeat scroll 0 0;
		bottom: 5px;
		margin: 5px 0;
		padding: 4px 9px;
		position: fixed;
		right: 0;
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
    	border-left:0;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
		height:53px;
	}
	.post-social-sharing li {
	    display: inline-block;
	    width: auto;
	}
	.post-social-sharing.close-social .social-toggle-button i{
		-webkit-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.post-social-sharing.close-social .social-toggle-button {
	    right:0;
	    -webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
	}
	.post-social-sharing.close-social > ul {
	    right: -170px;
	    -webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}
@media (max-width:1300px){
	.post-listing-container {
	    margin: 50px 0px;
	}
}
@media only screen and (max-width:1224px) { 
}
@media (max-width: 1200px){
	.label-category-filter {
	    width: 200px;
	}
	.category-slider-container{
	    width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        width: calc(100% - 200px);
	}
	.blog-post-prev-link {
	    padding: 40px 20px 40px 100px;
	}
	.blog-post-next-link {
	    padding: 40px 100px 40px 20px;
	}
	.blog-post-prev-block-arrow {
	    left: -63px;
	}
	.blog-post-next-block-arrow {
	    right: -63px;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0 18px;
	}
	.blog-post-container {
        padding: 0;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 44px;
        line-height: normal;
        margin-top: 20px;
    }
    .related-post-featured-image img {
        height: 215px;
    }
    .post-category {
        margin-bottom: 5px;
    }
    .post-title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width:1080px){
    .post-body-container {
        padding: 15px;
    }
}
@media only screen and (max-width:1024px) { 
}
@media (max-width: 1000px){
	.label-category-filter {
	    width: 170px;
	}
	.category-slider-container {
	    width: -webkit-calc(100% - 170px);
	    width: -moz-calc(100% - 170px);
	    width: -o-calc(100% - 170px);
	    width: calc(100% - 170px);
	}
	span.filter-heading {
	    font-size: 16px;
	}
	.related-post-featured-image img{
	    height:200px;
	}
}
@media (max-width:991px){
	.grid li {
	    width: 50%;
	}
	.post-item {
	    max-width: 100%;
	}
}
@media only screen and (max-width:980px) { 
}
@media (max-width:900px){
    
    .blog-post-next-link {
	    padding: 25px 70px 25px 20px;
	}
	.blog-post-prev-link {
	    padding: 25px 20px 25px 70px;
	}
	.blog-post-prev-block-arrow {
	    left: -50px;
	    font-size: 32px;
	}
	.blog-post-next-block-arrow {
	    right: -50px;
	    font-size: 32px;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0 18px;
	}
	.related-post-category {
	    margin: 8px 0;
	}
	.related-post-title {
	    font-size: 18px;
	}
    
}
@media (max-width:850px){
	.label-category-filter {
	    width: 150px;
	}
	.category-slider-container {
	    width: -webkit-calc(100% - 150px);
	    width: -moz-calc(100% - 150px);
	    width: -o-calc(100% - 150px);
	    width: calc(100% - 150px);
	}
	.slick-prev.slick-arrow {
	    left: -125px !important;
        width: 25px !important;
	}
	.slider {
	    width: -webkit-calc(100% - 125px) !important;
	    width: -moz-calc(100% - 125px) !important;
	    width: -o-calc(100% - 125px) !important;
	    width: calc(100% - 125px) !important;
	}
	span.show-all-category {
	    margin-left: 30px;
	}
	section.regular.slider{
		 margin: 0;
	}
    .slick-next {
	    width: 30px !important;
	}
	section.regular.slider {
	    padding: 0 25px 0 0;
	    float:right;
	}
	.blog-post-container {
	    padding: 30px 0 0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 38px;
        margin-bottom: 15px;
	}
	.blog-post-authot-and-date {
        font-size: 14px;
	}
	.blog-post-featured-image img {
	    margin: 15px 0;
	}
	.blog-post-content {
	    margin: 10px 0 20px;
	}
	.blog-post-next-previous-container {
	    margin: 35px 0;
	}
	.blog-post-comment-section {
        margin-bottom: 30px;
    }
    .blog-cta-container .cta_button {
        padding: 6px 9px !important;
    }
}
@media only screen and (max-width:790px) { 
    
    .related-post-featured-image img {
        height: 150px;
    }
}

@media (min-width: 768px){
    
}
@media (max-width:768px){
    .row-fluid .blog-hero-container {
        height: auto;
        display: block;
    }
    .row-fluid .blog-hero-container h1 {
        font-size: 70px;
        line-height: 256px;
    }
    .dark-overlay-bg {
        width: 100% !important;
    }
    .blog-post-container {
        padding: 0px 0 0;
    }
    .slick-next::before {
        padding-left: 6px;
    }
}
@media (max-width: 767px){  

    
  .slick-slide {
	    margin-left: 10px !important;
	}
	span.show-all-category {
	    margin-left: 40px;
	}
	.slick-prev.slick-arrow {
	    left: -120px;
	}
	.related-post-featured-image {
        display: inline-block;
        float: left;
        width: 35%;
	}
	.related-post-category {
        display: inline-block;
        float: left;
        padding-left: 20px;
        width: 65%;
	}
	.related-post-title {
        display: inline-block;
        float: left;
        padding-left: 20px;
        width: 65%;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0;
	}
	.related-post-block {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px !important;
        padding-bottom:15px;
        width: 100%;
	}
	.related-post-container .related-post-block:last-child {
        border-bottom: 0;
        margin-bottom: 0 !important;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-featured-image {
        float: right;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category,
	.related-post-container .related-post-block:nth-child(2) .related-post-title {
        text-align: right;
        padding-left: 0px;
        padding-right:20px;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px;
	}
	.blog-post-content p {
	    font-size: 15px;
	    line-height: 22px;
	}
	.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
	    margin: 0 0 10px;
	    line-height: normal;
	}
	.hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
        display: none;
    }
    .block-quote, blockquote {
        padding: 15px 30px 15px 40px;
    }
    .hs-author-profile {
        border: 1px solid #ddd;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        margin: 25px 10px;
        padding: 0 20px 20px;
    }
    .hs-author-profile .hs-author-name {
        text-align: center;
    }
    .author-profile-details {
        border: 0 none;
        border-radius: 0;
        display: inline-block;
        float: none;
        margin-top: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .hs-author-avatar {
        display: block;
        float: none;
        left: auto;
        margin: 0 auto 25px;
        position: relative;
        top: auto;
        width: 125px;
    }
    
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 84%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 16%;
    }
    
    .related-post-featured-image img {
        height: auto;
    }
		.blog-featured-post-container .featured-post-image-section,
    .blog-featured-post-container .featured-image-right-container {
       width: 100%;
       margin-bottom:20px;
       max-width:100%;
       padding:0px
    }
    .dark-overlay-bg {
      padding: 30px 10px;
  }
}
@media only screen and (max-width:640px){
}
@media (max-width:619px){
	.category-slider-container, .label-category-filter {
	    display: none !important;
	}
	.category-select-container {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	.category-select-container select{
		width:100%;
	}
	.category-container {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    height: 40px;
	}
	.label-category-filter {
		height: 46px;
	}
	span.filter-heading {
	    font-size: 14px;
	    line-height: 45px;
	}
	.post-body-container {
	    padding: 15px;
	}
	.post-category {
	    margin-bottom: 8px;
	}
	.post-title {
	    font-size: 20px;
	}
	.grid li {
	    width: 100% !important;
	}
	.post-item {
	    max-width: 400px;
	}
	.grid li {
	    text-align: center;
	}
	.input-box {
	    background: #686868 none repeat scroll 0 0;
	    border: 0 none;
	    display: inline-block;
	    height: 35px;
	    padding: 0 0 0 5px;
	    text-align: left;
	    width: 100%;
	}
	.filter-category-heading {
	    display: block;
	    font-size: 13px;
	    margin-bottom: 3px;
	    padding-left: 5px;
	    text-align: left;
	}
	.category-select-container > div {
	    display: block;
	    margin: 0 auto;
	    max-width: 320px;
	}
	.input-box > span {
	    line-height: 33px;
	    padding-left: 2px;
	    color: #fff;
	    font-size: 13px;
	}
	.input-box i {
	    background: #000 none repeat scroll 0 0;
	    color: #fff;
	    float: right;
	    height: 34px;
	    line-height: 35px;
	    text-align: center;
	    width: 25px;
	}
	.category-select-container ul {
		background: #fff none repeat scroll 0 0;
		margin: 0;
		max-width: 320px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		text-align: left;
		width: 100%;
		z-index: 999999999;
		max-height: 0;
	}
	.category-select-container ul {
		color: #6b7381;
		-webkit-transition: all 0.3s linear 0s;
	    -moz-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.category-select-container ul li a {
	    color: #fff;
	    display: block;
	    font-size: 13px;
	    padding: 6px 7px;
	    width: 100%;
	    border-bottom:1px solid rgba(255, 255, 255, 0.5);
	}
	.category-select-container ul li:last-child a {
		border-bottom: 0;
	}
	.category-select-container ul li{
		background: #737373;
		color: #fff;
	}
	.select-open ul{
		max-height: 100%;
	}
	.related-post-title {
	    font-size: 16px;
	    padding-left: 15px;
	}
	.related-post-category{
		padding-left: 15px;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category,
	.related-post-container .related-post-block:nth-child(2) .related-post-title {
        padding-right:15px;
	}
	.blog-post-next-previous-container > a {
        width: 80%;
	}
	.blog-post-prev-block , .blog-post-next-block {
	    height: auto !important;
	}
	.blog-post-prev-link {
        float: left;
        margin: 0;
	}
	.blog-post-next-link {
        float: right !important;
        margin: 25px 0 0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
	}
	.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 80%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 20%;
    }
    .category-container {
        margin-top: 35px;
    }
    .post-listing-container {
        margin: 20px 0px 20px !important;
    }
}
@media only screen and (max-width:480px) { 
    .row-fluid .blog-hero-container {
        height: auto;
    }
    .row-fluid .blog-hero-container h1 {
        font-size: 55px;
        line-height: 176px;
    }
    .mb-pagination li, .mb-pagination li a {
	    margin: 0 2px;
	}
	.blog-post-next-previous-container > a {
        width: 80%;
	}
	.blog-post-prev-link {
	    padding: 25px 20px 25px 50px;
	}
	.blog-post-next-link {
	    padding: 25px 50px 25px 20px;
	}
	.blog-post-prev-block-arrow {
	    font-size: 30px;
	    left: -38px;
	}
	.blog-post-next-block-arrow {
	    font-size: 30px;
	    right: -38px;
	}
	.about-author-image {
	    display: block;
	    width: 100%;
	}
	.author-detail {
	    display: block;
	    margin-top: 10px;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	}
	.related-post-featured-image {
	    width: 100%;
	}
	.related-post-category, .related-post-title {
	    padding-left: 0;
	    padding-right:0;
	    width: 100%;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category, 
	.related-post-container .related-post-block:nth-child(2) .related-post-title{
		text-align: left;
		padding-right:0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
	}
	.blog-post-featured-image img {
        margin: 8px 0;
	}
	.new-comments fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
    .new-comments fieldset.form-columns-3 .input {
        margin-right: 0 !important;
    }
    .new-comments fieldset.form-columns-3 .hs-form-field {
        margin-top: 8px;
    }
    .new-comments fieldset.form-columns-3 {
        margin-top: 0;
    }
    .block-quote, blockquote {
        max-width:90%;
    }
    .blog-post-container {
        padding: 0px 0 0;
    }
    .hs-author-profile .hs-author-name{
        margin: 15px 0;
    }
    .hs-author-avatar {
        margin: 0 auto 20px;
    }
    .hs-author-profile{
        padding:0 10px 20px ;
    }
    span.hs-author-social-label {
        font-size: 14px;
        margin-right: 0;
    }
  	.blog-featured-post-container .featured-image-right-container h3 a {
      font-size: 22px;
  }
}
@media only screen and (max-width:340px) { 
    .category-select-container ul {
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: -o-calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}


/*----------------- 6-4 -----------------*/

.hs-blog-listing .blog-list-middle-section {
    background: #F2F2F2;
}




