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

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

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

                   /***** Used for blue color used in the CTAs and other elements  *****/



body .row-fluid .blog-hero-section .wrapper {
  max-width: 720px;
}

body .row-fluid .topic-section {
  padding: 26px 0px;
}

body .row-fluid .topic-section .widget-module ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

body .row-fluid .topic-section .widget-module ul li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 0px;
  display: inline-block;
  margin-right: 15px;
  margin-left:15px;
}

body .row-fluid .topic-section .widget-module ul li span.filter-link-count {
  display: none;
}

body .row-fluid .topic-section .widget-module ul li:hover a {
  color: #f1c233;
}

body .row-fluid .topic-section .post-topic h3{
  margin:0px;
}

body .row-fluid .topic-section .filter-conta .widget-module ul li a {
  font-size: 14px;
}

body .row-fluid .topic-section .widget-module ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.43;
  text-align: center;
  color: #333;
  padding: 0px 0px;
  text-transform: capitalize;
  transition: all ease-in-out .2s;
}

@media(max-width:767px){

  body .row-fluid .topic-section .widget-module ul li{
    margin-left:0px;
    margin-bottom:15px;
  }

  body .row-fluid .topic-section .widget-module ul{
    text-align:left;
  }

}

/******************************************************************************************************
**************************************** Blog 1 Styling*************************************************
******************************************************************************************************/





/*=======================================================================
Blog Hero Styling
========================================================================*/

.dnd-blog1 .blog-hero-section{
  padding-top: 112px;
}


.dnd-blog1 .blog-one-hero  .wrapper{
  position:relative;
  z-index:3;
}

.dnd-blog1 .container-fluid .row-fluid .blog-hero-section .wrapper{
  max-width:720px;
}


.dnd-blog1 .post-section-hero.all-text-white {
  padding: 180px 0 90px;
  position: relative;
  z-index: 1;
}

.dnd-blog1 .blog-hero-section a.cta_button{
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 24px;
}


.dnd-blog1 .post-section-hero:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.49);
  z-index: 2;
}


.dnd-blog1 .post_featured_image {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.dnd-blog1 ul.topic-list{
  margin:0;
  padding:0;
}

.dnd-blog1 .topic-list li{
  list-style-type:none;
  display:none;
  margin: 0;
  padding-bottom: 10px;
}

.dnd-blog1 .topic-list li:first-child{
  display:inline-block;
}



.dnd-blog1 .topic-list li a{
  font-size: 20px;
  line-height: 30px;
}


.dnd-blog1 .post-section-hero p{
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.dnd-blog1 .arrow-position{
  position: relative;
  top: -1px;
}



@media(max-width:1024px){


  .dnd-blog1 .blog-hero-section{
    padding-top: 110px;
  }   

}


@media(max-width:767px){

  .dnd-blog1 .section-padding {
    padding: 124px 0 100px;
  }    

  .dnd-blog1 .blog-hero-section{
    padding: 100px 0 50px;
  }    

  .dnd-blog1 .post-section-hero.all-text-white {
    padding: 120px 0 50px;
  }

}


/*===============================================================================
BLog Listing page styling
=================================================================================*/

@media (min-width: 768px){

  body .dnd-blog1 .container-fluid .row-fluid .post-listing {
    margin: 0px -25px 0px 0px;
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  body .dnd-blog1 .container-fluid .row-fluid .post-listing .post-item {
    float: left;
    flex-basis: 44%;
    /*     display: block; */
    margin: 0 0 25px 0;
    list-style: none;
    padding-bottom: 0;
    margin-right: 5.561026%;
    box-sizing: border-box;
    align-self: stretch;
    transition:all ease-in-out .4s;
  }

  body .dnd-blog1.blog-1-update .container-fluid .row-fluid .post-listing .post-item {
    float: left;
    flex-basis: 30%;
    margin: 0 0 25px 0;
    list-style: none;
    padding-bottom: 0;
    margin-right: 3.33%;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }

  body .dnd-blog1.blog-1-update .container-fluid .row-fluid .post-listing{
    margin: 0px -3.33% 0px 0px;
  }


  /*   body .dnd-blog1 .container-fluid .row-fluid .blog-left-column{
  width: 67.333%;
} */

  body .dnd-blog1.blog-1-update .container-fluid .row-fluid .blog-left-column{
    width: 100%;
  }

  body .dnd-blog1  .container-fluid .row-fluid .sidebar-container{
    width: 29%;
  }

}




body .dnd-blog1.blog2 .container-fluid .row-fluid .related-post.post-listing .post-item{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 31.2%;
  -webkit-flex-basis: 31.2%;
  float: left;
  margin-right: 2.1%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}



body .dnd-blog1.blog2 .container-fluid .related-post.post-listing .post-item:first-child .hs-featured-image-wrapper{
  height:194px;
}

body .dnd-blog1 ul.list-single-style,
body .dnd-blog1 ul.list-single-style{
  margin:0;
  padding:0;
}



.dnd-blog1  .list-single-style li,
.dnd-blog1 .list-single-style li{
  display:inline-block;
  margin:0;
  padding:0;
  text-align: center;
  margin-right: 17px;
}

.dnd-blog1  .list-single-style li{
  margin-right:13px;
}



.dnd-blog1 .list-single-style li:last-child,
.dnd-blog1  .list-single-style li:last-child{
  margin-right:0;
}



.dnd-blog1 .post-read span{
  font-size: 13px;
  line-height: 23px;
  text-transform: capitalize;
  color: #f1c233;
}

.dnd-blog1 a.more-link {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 17px;
  font-size: 12px;
  line-height: 22px;
  border-left: none;
  border-right: none;
}

.dnd-blog1 a.more-link span{
  font-size: 21px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.dnd-blog1 .blog-one-hero a.more-link {
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  transition:all ease-in-out .4s;
}

.dnd-blog1 .blog-one-hero a.more-link:hover{
  box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
  top: -5px;
  background: #f1c233;
  border-color:#f1c233;
}

.dnd-blog1 .show-on-hover{
  opacity:0;
  position:relative;
}

.dnd-blog1 .post-item:hover .show-on-hover{
  opacity:1;
}

.dnd-blog1 .blog-body{
  padding:15px 0 75px;
  position: relative;
  z-index:1;
}


.dnd-blog1 .post-item {
  background: #fff;
  margin-bottom: 50px;
  overflow: hidden;
  box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
  border-radius: 12px;
}

.dnd-blog1 .padding-all-over{
  padding:20px;
}


.dnd-blog1 .hs-featured-image-wrapper{
  /*   transition: all 5s cubic-bezier(0.5,0.51,1,1);
  -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1); */
  position:relative;
  height:194px;
  transition: all ease-in-out 0.5s;
}

.dnd-blog1 .anchor-bg{
  display:block;
  overflow:hidden;
}

.dnd-blog1 .post-item:hover .hs-featured-image-wrapper{
  transform: scale(1.3);
  transition: all ease-in-out 0.5s;
}

.dnd-blog1 .on-hover{
  opacity:0;
  transition:all ease-in-out .4s;
  position:relative;
  z-index:2;
}

.dnd-blog1 .post-item:hover .on-hover{
  opacity:1;
}


.dnd-blog1 .post-item h2,
.dnd-blog1 .post-item h2 a {
  font-size: 21px;
  font-family: Century Gothic;
  color: #333333;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  letter-spacing:1px;
  line-height:1.3;
  text-transform: none;
}
.dnd-blog1 h1 {
  font-size: 60px;
  font-family: Century Gothic;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  letter-spacing:1px;
  line-height:1.3;
  text-transform: ;
}

.dnd-blog1 .blog-body p {
  font-size: 15px;
  font-family: Century Gothic;
  color: #56676b;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0px;
  line-height:24px;
  text-transform: none;
}
/* .dnd-blog1 .post-item .header-position .description-div {
display: -webkit-inline-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
} */


.dnd-blog1 .post-section-hero h1 {
  font-size: 60px;
  font-family: Century Gothic;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  letter-spacing:1px;
  line-height:1.3;
  text-transform: ;
}


.hs-blog-post.blog2 .blog-section h2{
  font-size:28px;
  font-family: Century Gothic;
  line-height:51px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  letter-spacing:1px;
  color: #616161;
  text-transform: none;
  margin: 0px 0px  10px;
}

.hs-blog-post.blog2 .blog-section h3{
  font-size:24px;
  font-family: Century Gothic;
  line-height:34px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  letter-spacing:0px;
  color: #616161;
  text-transform: none;
  margin: 25px 0px  10px
}

.hs-blog-post.blog2 .blog-section h4{
  font-size:22px;
  font-family: Century Gothic;
  line-height:26px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0px;
  color: #616161;
  text-transform: none;
  margin: 25px 0px  10px;
}

.hs-blog-post.blog2 .blog-section h5 {
  font-size: 20px;
  font-family: Century Gothic;
  color: #616161;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0px;
  line-height:29px;
  text-transform: none;
  width: 100%;
  max-width: 690px;
  margin: 45px auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 30px 50px;
}

.hs-blog-post.blog2 .blog-section h6{
  font-size:14px;
  font-family: Century Gothic;
  line-height:31px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  letter-spacing:0px;
  color: #616161;
  text-transform: uppercase;
}

.hs-blog-post.blog2 .blog-section p{
  font-size:19px;
  font-family: Century Gothic;
  line-height:24px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0px;
  color: #616161;
  text-transform: none;
}

.dnd-blog1 .post-item #hubspot-author_data,
.dnd-blog1 .post-item #hubspot-author_data a,
.dnd-blog1 span.date-row {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 0px;
  color: #f1c233;
  transition: all ease-in-out .4s;
  margin-top: 15px;
}

.dnd-blog1 a.author-link {
  pointer-events: none;
}

.dnd-blog1 span.date-row {
  text-transform: capitalize;
}

.dnd-blog1 span.date-row:hover {
  color: #b9dcfa;
}

.dnd-blog1 .post-item h2 a:hover,
.dnd-blog1 a.author-link:hover{
  color:#f1c233;
}

.dnd-blog1 .comment-row{
  float:right;
}

.dnd-blog1 .author-row{
  margin-right:5px;
  color:#f1c233;
}

.dnd-blog1 span.author-row:hover {
  color: rgba(24, 113, 201, 0.45);
}

.dnd-blog1 #hubspot-author_data  i{
  margin-right: 8px;
}

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

  .dnd-blog1 .hs-featured-image-wrapper{
    height:150px;
  }   

  .dnd-blog1 #hubspot-author_data i {
    margin-right: 5px;
  }

  .dnd-blog1 .list-single-style li {
    margin-right: 0px;
  }

}


@media(max-width:767px){

  .dnd-blog1 .hs-featured-image-wrapper{
    height:167px;
  }   



  .dnd-blog1  ul.list-single-style, 
  body.dnd-blog1  ul.list-single-style{
    margin:0;
  }


  .dnd-blog1 .comment-row,
  .dnd-blog1 .date-row{
    display:none;
  }

}

a.blog-pagination__link--active{
  background: #ffffff!important;
  color: #edb61d!important;
}


/*====================================================================
Right Column Styling
======================================================================*/

.dnd-blog1 .container-fluid .row-fluid .twitter-posts {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 5px #eeeeee;
  height: 550px;
  overflow: hidden;
  overflow-y: scroll;
}

.dnd-blog1 .twitter-posts::-webkit-scrollbar {
  width: 5px;
}

.dnd-blog1 .twitter-posts::-webkit-scrollbar-thumb {
  background-color: #f1c233;
}

.dnd-blog1 .twitter-posts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.dnd-blog1 .box-styling{
  padding: 0;
  margin-bottom: 30px;
}

.dnd-blog1 .box-styling h3{
  color: rgb(255, 255, 255);
  text-align: left;
  bottom: -1px;
  display: block;
  font-weight: 500;
  line-height: 17px;
  position: relative;
  text-transform: capitalize;
  max-width: 135px;
  font-size: 0.94em;
  background:#f1c233;
  padding: 6px 20px;
  margin: 0px 0px 21px;
  border-bottom: none;
}

.dnd-blog1  .container-fluid .row-fluid .subscribe-form .hs-button{
  width: 100%;
  margin-top: 5px;
}

.dnd-blog1 .body-container-wrapper .box-styling ul{
  margin: 0;
  padding: 0px;
  position: absolute;
  z-index: 10;
  background: #ffffff;
  border-radius: 8px;
}

.dnd-blog1 .body-container-wrapper .box-styling ul li{
  position: relative;
  list-style-type: none;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  letter-spacing: 0.5px;
  font-weight: 300;
  background-color: rgb(242, 245, 248);
  margin-left: 0px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}


.dnd-blog1 .body-container-wrapper .box-styling ul li:last-child{
  margin-bottom:0;
}

.dnd-blog1 .body-container-wrapper .box-styling ul li:hover {
  box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);

}

.dnd-blog1 .body-container-wrapper .box-styling ul li a{
  transition:all ease-in-out .4s;
}

.dnd-blog1 .body-container-wrapper .box-styling ul li:hover a{
  color:#f1c233;
}

.dnd-blog1 .search-module{
  border-radius:8px;
}

.dnd-blog1  .container-fluid .row-fluid .search-module input{
  margin: 0;
  height: 50px;
  background-color: #f2f5f8;
  border: none;
  border-radius: 8px;
  padding: 10px 35px 10px 15px;
}

.dnd-blog1 .box-styling.search-module:hover {
  box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
}
.dnd-blog1 .search-module form{
  position:relative;
  padding:0px;
  border:none;
}

.container-fluid .row-fluid .search-module .hs-button{
  background: transparent;
  border: none;
  box-shadow: none;
  justify-content: center;
  line-height: 1;
  margin: 0;
  max-width: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}

.container-fluid .row-fluid .search-module .hs-button:hover{
  box-shadow:none;
}

.dnd-blog1 .container-fluid .row-fluid .search-module input#search_submit{
  height:auto;
  padding:0px;
}

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

  .dnd-blog1 .box-styling h3{
    font-size: 18px;
    line-height: 21px;
  }    

  .hs-blog-listing.dnd-blog1  .blog-left-column {
    width: 67.433%;
  }    

}

@media(max-width:767px){

  .dnd-blog1 .box-styling h3{
    line-height:28px;
  }    

}

/*=============================================================================
Blog Pagination Styling
================================================================================*/

.dnd-blog1 .page-numbers{
  margin:50px 0 0;
  padding:0;
  text-align:center;
}

.dnd-blog1 .page-numbers a img{
  vertical-align:middle;
}

.dnd-blog1 .page-numbers a.previous-posts-link:hover img.blue-arrow,
.dnd-blog1 .page-numbers a.previous-posts-link img.white-arrow{
  display:none;
}

.dnd-blog1 .page-numbers a.previous-posts-link img.blue-arrow,
.dnd-blog1 .page-numbers a.previous-posts-link:hover img.white-arrow{
  display:inline-block;
}

.dnd-blog1 .page-numbers a.next-posts-link:hover img.blue-arrow,
.dnd-blog1 .page-numbers a.next-posts-link img.white-arrow{
  display:none;
}

.dnd-blog1 .page-numbers a.next-posts-link img.blue-arrow,
.dnd-blog1 .page-numbers a.next-posts-link:hover img.white-arrow{
  display:inline-block;
}

.dnd-blog1 .page-numbers li,
.dnd-blog1 .next-posts-link,
.dnd-blog1 .previous-posts-link{
  list-style-type:none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 6px;
  /*   border: 1px solid #ddd; */
  transition:all ease-in-out .4s;
  text-align:center;
  vertical-align:middle;  
}
.dnd-blog1 .page-numbers li a{
  display: block;
  height: 35px;
  width: 35px;
  background: #edb61d;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  font-size: 19px;
  border-radius: 100%;
  border: 1px solid #edb61d;

}
.dnd-blog1 .page-numbers li.current a,
.dnd-blog1 .page-numbers li a:hover,
.dnd-blog1 .previous-posts-link:hover,
.dnd-blog1 .next-posts-link:hover{
  background: transparent;
  color: #edb61d;
}
.dnd-blog1 a.next-posts-link.blog-pagination__link.blog-pagination__next-link {
  width: auto;
  padding:0 6px;
  background: transparent;
  border: 0;
  color: #555859;
  text-decoration: underline;
  margin: 0 0px;
  font-size:19px;
  font-weight:bold;
}
.dnd-blog1 a.next-posts-link.blog-pagination__link.blog-pagination__next-link:hover{
  color: #edb61d;
}
@media(max-width:767px){
  .dnd-blog1 .page-numbers li a{
    position: relative;
    top: 2px;
  }

  .dnd-blog1 .next-posts-link{
    position: relative;
    top: 0px;
  }

  body .dnd-blog1 .page-numbers{
    margin:40px 0px;
  }

}

/*===============================Tabber Blog List Style ===============================*/

.dnd-blog1 .top-spacing{
  margin-top:30px;
}

.dnd-blog1 .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 55%;
  float: right;
  padding-left: 0px;
  padding-right: 0;
}

.dnd-blog1 .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  width: 40%;
}

.dnd-blog1 .hs-rss-byline {
  font-size: 15px;
  line-height: 25px;
}

.dnd-blog1 .sidebar-container .tabber-tabs>li {
  float: left;
  margin:0;
  list-style-type:none;
}

.dnd-blog1 .sidebar-container ul.clearfix.tabber-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
}

.dnd-blog1 .sidebar-container a{
  font-size:15px;
  font-weight:normal;
}

.dnd-blog1 .sidebar-container .tabber-tabs>li a{
  padding: 14px 23px;
  position: relative;
  bottom: 11px;
  font-size: 15px;
  line-height: 24px;
}

.dnd-blog1 .sidebar-container .tabber-tabs>li:before{
  display:none;
}

.dnd-blog1 .body-container .sidebar-container .tabber-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
}

.dnd-blog1 .sidebar-container  .tabber-tabs>.active>a,
.dnd-blog1 .sidebar-container .tabber-tabs>.active>a:hover, 
.dnd-blog1 .sidebar-container .tabber-tabs>.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 2px solid #f1c233;
  transition: none;
}

.dnd-blog1 .sidebar-container  .tabber-tabs>.active:last-child>a{
  position: relative;
  right: -3px;
}

.dnd-blog1 .sidebar-container .tab-pane h3{
  margin:0;
  display:none;
}

.dnd-blog1 .sidebar-container .tab-pane{
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 15px 0px;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 5px #eeeeee;
}

.dnd-blog1 .sidebar-container .tab-pane ul{
  margin-top:0px;
}

@media (max-width:1024px){

  .dnd-blog1 .sidebar-container .tabber-tabs>li a {
    padding: 14px 6px;
  }

  .dnd-blog1 .sidebar-container .tabber-tabs>li a{
    font-size: 13px;
    line-height: 24px;
  }

  .dnd-blog1 .sidebar-container .tabber-tabs>.active:last-child>a {
    position: relative;
    right: -6px;
  }

  .dnd-blog1 .widget-module ul li a{
    padding:0;
  }   

  .dnd-blog1 .tabber-list .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    text-align: left;
  }

}
/*=============== Single Post Page =======================*/

body.hs-blog-post.blog2  .blog-left-col{
  width:100%;
} 

body.hs-blog-listing.blog1  .hide-on-listing{
  display:none;
}

body.hs-blog-post.blog2  .hide-on-post{
  display:none;
}

.hs-blog-post.blog2  .blog-main-container{
  position:relative;
}

.hs-blog-post.blog2  .blog-main-container .sharing-icon {
  position:absolute;
  margin: 0;
  margin-top: 85px;
  top: 0;
  width:40px;
  left:-115px;
}

.hs-blog-post.blog2  blockquote {
  margin: 0;
  font-size: 24px;
  padding-left: 17px;
  border-left: 3px solid #f1c233;
  margin-top: 45px;
  margin-bottom: 40px;
  letter-spacing: 0;
  line-height: 31px;
  color: #f1c233;
  font-weight: 500;
  padding: 15px 0 14px 30px;
  width: auto;
  margin-left: 0;
  position: relative;
}

.hs-blog-post.blog2  .blog-main-container .sharing-icon li {
  font-size: 14px;
  float: left;
  margin-left: 10px;
  margin-bottom:10px;
  list-style-type:none;
}


.hs-blog-post.blog2  .post-listing-body {
  padding: 50px 0 50px;
}


.hs-blog-post.blog2  .blog-section .post-header,
.hs-blog-post.blog2  .hs-blog-social-share{
  display:none;
}

.hs-blog-post.blog2  .blog-post-wrapper{
  width:100%;
  max-width:780px;
  margin:0 auto;
}



.subscribe-form-section h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
}


.hs-blog-post.blog2 .blog-section .post-body img{
  margin: 40px auto 55px;
  text-align: center;
  float: none;
  display: block;
}

.hs-blog-post.blog2  .blog-section iframe{
  margin:14px 0 50px;
}

.hs-blog-post.blog2  .blog-section h6 .author-link{
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #f1c233;
}


.hs-blog-post.blog2  ol {
  counter-reset: list-count;
  list-style: none;
  margin: 36px 0 30px 68px !important;
}

body .hs-blog-post .post-body ul li{
  list-style-type:none;
}

.hs-blog-post.blog2 .section.post-body ul li:before {
  position: absolute;
  top: 12px;
  left: -22px;
  content: '';
  width: 7px;
  height: 7px;
  background: #f1c233;
  border-radius: 50%;
}

.hs-blog-post.blog2  ol li {
  margin-bottom: 30px !important;
  position:relative;
  list-style:none;
}

/* .hs-blog-post.blog2 .blog-body .wrapper{
width: 100%;
max-width: 780px;
margin: 0 auto;
}
*/

.hs-blog-post.blog2  .actions .captcha_wrapper{
  display:none;
}

.hs-blog-post.blog2  .section.post-body ol li::before {
  counter-increment: list-count;
  content: counter(list-count);
  position: absolute;
  display:block;
  left: -46px;
  font-size: 20px;
  background: #f1c233;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  top: 1px;
}

.hs-blog-post.blog2  .blog-section hr{
  border: 0;
  margin: 60px 0;
  border-bottom: 2px solid #979090;
}

.hs-blog-post.blog2  #hubspot-author_data{
  border-top: 2px solid #e7e9ee;
  margin-top: 60px;
  padding-left: 0px;
  padding-top: 52px;
}

.hs-blog-post.blog2  .post-item #hubspot-author_data{
  padding:0;
  margin-top:20px;
  border-top:none;
}



.hs-blog-post.blog2  #hubspot-author_data .author-bio{
  color:#616161;
  font-size:16px;
  line-height:26px;
}

.hs-blog-post.blog2  #hubspot-author_data .span2{
  text-align: left;
  padding-left:16px;
  position:relative;
  margin-top:8px;
}

.hs-blog-post.blog2  #hubspot-author_data .span10{
  padding-left:16px;
}

.hs-blog-post.blog2  #hubspot-author_data .span2:before{
  position:absolute;
  content:'';
  border-left:3px solid #f1c233;
  top:0;
  left:-12px;
  bottom:0;
}

.hs-blog-post.blog2  #hubspot-author_data .span2 img{
  width:100%;
  max-width:100%;
  margin:0;
}

.hs-blog-post.blog2  .all-post-top-cta{
  margin-bottom:50px;
}

.hs-blog-post.blog2  .all-post-top-cta a{
  font-size:19px;
  line-height:25px;
  font-weight:400;
  padding-left:36px;
  position:relative
}

.hs-blog-post.blog2  .all-post-top-cta a:before{
  position: absolute;
  left: 0;
  width: 20px;
  content: '←';
  top: -2px;
}

.hs-blog-post.blog2  .row-fluid .post-bottom-cta .wrapper{
  max-width:810px;
}

.hs-blog-post.blog2  .post-bottom-cta {
  padding:40px 0 115px;
}

.hs-blog-post.blog2  .row-fluid .widget-type-blog_comments {
  width: 100%;
  max-width: 780px;
  margin: 80px auto 20px;
  float: none;
}

.hs-blog-post.blog2  .blog-body-container {
  padding: 70px 0;
}

@media (max-width:1024px){

  .hs-blog-post.blog2  .blog-main-container .sharing-icon {
    margin-top: 0;
    right: 0;
    width: auto;
    margin-right:40px;
  }

}


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

  .hs-blog-post.blog2  .post-item{
    margin-right:14px;
  }    

}

@media (max-width:767px){

  .hs-blog-post.blog2  .blog-main-container .sharing-icon {
    margin-top: 0;
    margin-right: 20px;
  }

  .hs-blog-post.blog2  .blog-main-container .sharing-icon li {
    margin-left: 5px;
  }

  .hs-blog-post.blog2  .blog-section h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .hs-blog-post.blog2  .blog-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-blog-post.blog2  .blog-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px 10px;
  }

  .hs-blog-post.blog2 .blog-section .post-body img {
    margin: 10px 0 25px;
  }

  .hs-blog-post.blog2  .blog-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px auto;
    padding: 20px 20px;
  }

  .hs-blog-post.blog2 blockquote {
    font-size: 18px;
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 25px 0 24px 20px;
    margin-left: 0;
  }

  .hs-blog-post.blog2  ul {
    margin: 20px 0;
    margin-left: 14px;
  }

  .hs-blog-post.blog2  ol {
    margin: 36px 0 30px 30px !important;
  }

  .hs-blog-post.blog2  .blog-section h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .hs-blog-post.blog2  #hubspot-author_data {
    margin-top: 30px;
    padding-left: 0;
    padding-top: 30px;
  }

  .hs-blog-post.blog2  #hubspot-author_data .span2:before {
    left: 0;
  }

  .hs-blog-post.blog2  #hubspot-author_data .span2 {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .hs-blog-post.blog2  #hubspot-author_data .span10 {
    padding-left: 0;
  }

  .hs-blog-post.blog2  .post-bottom-cta {
    padding: 0 0 35px;
  }

  .hs-blog-post.blog2  li {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-blog-post.blog2  li {
    font-size: 16px;
    line-height: 24px;
  }  

  .hs-blog-post.blog2  #hubspot-author_data .span2:before{
    display:none;
  }

  .hs-blog-post.blog2  .blog-section h6{
    text-align:left;
  }
  .hs-blog-post.blog2 ol li {
    margin-bottom: 15px !important;
  }
  .section.post-body ul li, .section.post-body ol li {
    font-size: 14px;
    line-height: 24px;
  }

  body.blog2  .row-fluid .hs-featured-image-wrapper.flex-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

}


/*=============Subscribe Form Styling ===========================*/

.blog2 .subscribe-form-section{
  padding: 50px 0 40px;
  background:#f6f8f9;
}

@media (max-width:767px){

  .blog2 .subscribe-form-section {
    padding: 40px 0;
  }  

}

/**********************RELATED POST*****************************/

.hs-blog-listing.blog2 .only-on-post-page{
  display:none;
}

.blog2 .related-post-section{
  padding: 80px 0;
}

.blog2 .related-post-section .section-heading{
  margin-bottom:40px;
}

.blog2 .hs-blog-post .subscribe-form-section{
  padding: 30px 0;
}

@media (max-width:1024px){

  .hs-blog-post.blog2 .blog-main-container .sharing-icon {
    margin-top: 0;
    top: 0;
    right: 0;
    width:auto;
  }    

  .hs-blog-post.blog2 .related-post-section{
    padding:70px 0;
  }

  .hs-blog-post.blog2 .related-post-section .section-heading{
    margin-bottom:40px;
  }        

}

@media (max-width:767px){

  .hs-blog-post.blog2 .related-post-section{
    padding:50px 0;
  }

  .hs-blog-post.blog2 .related-post-section .section-heading{
    margin-bottom:30px;
  }           

}

.vision-blog-2 .anchor-bg {
  display: block;
  overflow: hidden;
}

.vision-blog-2 .blog-heading{
  border-bottom: 1px solid #f2f3f4;
  padding: 80px 0px 0;
}

.vision-blog-2 .blog-heading h1{
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 8px;
  font-weight: bold;
}

.vision-blog-2 .blog-body {
  padding: 50px 0;
}

.vision-blog-2 .hs-featured-image-wrapper {
  transition: all 5s cubic-bezier(0.5,0.51,1,1);
  -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1);
  position: relative;
  height: 114px;
  border-radius: 4px;
}

.vision-blog-2 .post-item:hover .hs-featured-image-wrapper{
  transform: scale(1.3);
}

.vision-blog-2 .post-item h2 {
  border-bottom: 2px solid rgba(183, 183, 183, 0.24);
  padding-bottom: 15px;
}
.vision-blog-2 .post-item h2, .vision-blog-2 .post-item h2 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  color: #000;
  transition: all ease-in-out .4s;
  letter-spacing: 0.3px;
}

.vision-blog-2 .padding-all-over {
  padding: 17px 0;
}

.vision-blog-2 .post-item .description-div {
  font-size: 15px;
  line-height: 24px;
  color: #56676b;
  letter-spacing: 0;
  font-weight: 400;
}

.vision-blog-2 a.more-link {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Montserrat',sans-serif;
  margin-top: 14px;
  display: inline-block;
}

.vision-blog-2 a.more-link:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url(https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/Growth%20DND/right-chevron.svg);
  z-index: 1;
  right: -12px;
  font-size: 16px;
  top: 4.5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.vision-blog-2 .page-numbers a.previous-posts-link img.blue-arrow, .vision-blog-2 .page-numbers a.previous-posts-link:hover img.white-arrow {
  display: initial;
}

.vision-blog-2 .page-numbers a.previous-posts-link:hover img.blue-arrow, .vision-blog-2 .page-numbers a.previous-posts-link img.white-arrow {
  display: none;
}

.vision-blog-2 .page-numbers a.next-posts-link img.blue-arrow, .vision-blog-2 .page-numbers a.next-posts-link:hover img.white-arrow {
  display: initial;
}

.vision-blog-2 .page-numbers a.next-posts-link:hover img.blue-arrow, .vision-blog-2 .page-numbers a.next-posts-link img.white-arrow {
  display: none;
}

.vision-blog-2 .page-numbers a img {
  vertical-align: middle;
}

.vision-blog-2 .page-numbers a img {
  vertical-align: middle;
}

.vision-blog-2 .page-numbers li.current, .vision-blog-2 .page-numbers li:hover, .vision-blog-2 .previous-posts-link:hover, .vision-blog-2 .next-posts-link:hover {
  background: #f1c233;
  border-color: #f1c233;
  color: #fff;
}


.vision-blog-2 .page-numbers {
  margin: 80px 0 0;
  padding: 0;
  text-align: center;
}

.vision-blog-2 .page-numbers li, .vision-blog-2 .next-posts-link, .vision-blog-2 .previous-posts-link {
  list-style-type: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 5px;
  border: 1px solid #ddd;
  transition: all ease-in-out .4s;
  text-align: center;
}

.vision-blog-2 .page-numbers li:hover a{ 
  color:white;
}


.section.post-body ul li, .section.post-body ol li {
  font-size: 19px;
  line-height: 31px;
  color: #616161;
  letter-spacing: 0;
  font-weight: 300;
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
}

.section.post-body ul, .section.post-body ol {
  padding: 0;
  text-decoration: none;
  list-style: none;
  margin: 40px 0;
  margin-left: 34px;
}

body .dnd-blog1.hs-blog-post2 .container-fluid .row-fluid .blog-left-column {
  width: 100%;
}

.hs-blog-post.hs-blog-post2  .blog-main-container .sharing-icon {
  left: 30px;
}

@media(max-width: 1024px) {
  .hs-blog-post.hs-blog-post2 .blog-main-container .sharing-icon,
  .hs-blog-post.blog2 .blog-main-container .sharing-icon{
    left: 30px;
    right: 0;
    width: unset;
    float: right;
    position: relative;
    top: -4px;
  }
  .hs-blog-post.blog2 .blog-main-container .sharing-icon {
    top: 7px !important;
  }
  .hs-blog-post.blog2.hs-blog-post2 .blog-main-container .sharing-icon {
    top: 0 !important;
  }
}

@media(max-width: 767px) {
  .hs-blog-post.hs-blog-post2 .blog-main-container .sharing-icon,
  .hs-blog-post.blog2 .blog-main-container .sharing-icon{
    top: 0px !important;
  }

  .hs-blog-post.blog2 .blog-main-container .sharing-icon {
    margin-right: 40px;
  }
}


body .dnd-blog1.blog-1-update .container-fluid .row-fluid .post-listing .post-item{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

body .dnd-blog1.blog-1-update .container-fluid .row-fluid .post-listing{
  height: auto !important;
}




body.first-page .dnd-blog1 .container-fluid .post-listing .post-item:first-child .hs-featured-image-wrapper{
  height:300px;
}

@media(min-width:768px){
  body.first-page .dnd-blog1 .container-fluid .row-fluid .post-listing .post-item:first-child{
    flex-basis:63.3%;
  }
}


/* body .dnd-blog1 .container-fluid .row-fluid .post-listing .post-item:first-child{
width:100%;
flex-basis: 100%;
} */

@media(max-width:767px){
  .dnd-blog1 .blog-body {
    padding: 0px 0;
  }
}



body .row-fluid .topic-section .widget-module ul li {
  margin:10px 0 20px;
}

body .row-fluid .topic-section .widget-module ul li a{
  box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);
  padding:10px;
  margin: 5px;
  border-radius:20px;
  font-weight: 500;
  color: #818081db;
  background: #f2f2f3;
}

body .row-fluid .topic-section .widget-module ul li a.active{
  color: #ffffff!important;
  background: #666666!important;
}

body .row-fluid .topic-section .blog_filter_module .filter-conta .widget-module ul li a.active{
  background-color: #555859;
  color:#fff;

}

body.first-page .dnd-blog1.blog-1-update .container-fluid .row-fluid .post-listing .post-item:nth-child(9){
 display:none; 
}



@media(min-width:1024px){
  .blog-body .right-conta {
    padding-left: 90px;
  }

}


.blog-body  .sticky-sidebar {
  max-width: 380px;
}



@media(max-width:767px){
  .blog-body .right-conta {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .blog-body  .sticky-sidebar {
    max-width:100%;
    padding-bottom:35px;
  }

}


.blog-body .right-conta h2{
  padding-top:10px;

}

.blog-body ,
.blog-body, .blog-body h1,
.blog-body h2, 
.blog-body h3,
.blog-body p,
.blog-body h4, 
.blog-body h5, 
.blog-body h6, 
.blog-body li, 
.blog-body .fa,
.blog-body a{
  font-family:Roboto !important;
}

.blog-body .blog-section p a{
  font-size:19px;
}

@media(min-width:1401px){
  .blog-body .right-conta{
    width:50%; 
  }
}

@media(min-width:768px) and (max-width:1400px){
  .blog-body .right-conta{
    width:70%; 
  }
}

.dnd-blog1 .blog_filter_module .box-styling{
  margin-bottom: 0;
}
new.all-conta{
  display:inline-block;
  margin-right:2px;
}
new.all-conta a{
  box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);
  padding: 10px;
  margin: 5px;
  border-radius: 20px;
  font-weight: 500;
  color: rgba(129,128,129,.8588235294117647);
  background: #f2f2f3;
}
new.all-conta a.active{
  background-color: #555859;
  color: #fff;
}

body .row-fluid .filter-conta .widget-module ul{
  text-align:center;
}

body .footer__navigation ul li {
  list-style: none;
  margin-left: 0;
}

.blog_filter_module .search-conta{
  max-width:330px;
  margin-left:auto;
  padding:0px 0 50px;
}

@media(max-width:767px){
  .blog_filter_module .search-conta{
    max-width:100%;
  }