/* container */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}

@media (min-width:576px) {
  .container {
      max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
      max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
      max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
      max-width: 1200px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #aaaaaa63;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-15{
  margin-bottom: 15px;
}

.mt-15{
  margin-top: 15px;
}

.flex{
  display: flex;
}

.justify-between{
  justify-content: space-between;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.gap-10{
  gap: 10px;
}
.gap-15{
  gap: 10px;
}
.flex-1{
  flex: 1;
}

/* --- Blog Section CSS Start --- */


.gray-col{
  font-weight: 700;
}

/* Left column */
.blog_leftcolumn {
  float: left;
  width: 68%;
  padding-right: 15px;
}


.poa_blog--sec{
 padding: 25px 0;
}

/* Right column */
.blog_rightcolumn {
  position: sticky;
  top: 45px;
  left: 0;
  float: left;
  width: 32%;
  padding-left: 20px;
}

.main_blocg-img{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main_blocg-img img{
  object-fit: cover;
}


.aside_card {
  background-color: white;
  margin-top: 20px;
  box-shadow: 0 0 10px #0000001A;
  border-radius: 10px;
  overflow: hidden;
}

.aside_card h3{
  font-size: 20px;
  background-color: #3F3D42;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.author_img{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
}

.post_img{
  max-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border-radius: 10px;
}

.post_detail{
  padding-inline: 15px;
}
.post_detail > .card_body:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.post_detail > .card_body p{
  margin-top: 3px;
}
.post_detail .card_body{
  padding-inline: 0;
}
.post-con p {
  font-size: 14px;
}
.card_body{
  padding: 15px;

}
.author_detail-con{
  gap: 5px;
  /* padding-inline: 15px; */
}
.author_img img{
  object-fit: cover;
}
h1.blog_title {
  font-family: SourceSansPro-Regular!important;
  margin-top: 0;
  padding-bottom: 28px !important;
}

.wh_app-btn{
  background-color: #60D669;
  border: 0;
  color: #fff;
  padding: 8px 15px;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  width: 170px;
  justify-content: center;
  margin-top: 6px;
}

.wh_app-btn svg ,.author_detail-con svg{
  width: 18px;
  height: 18px;
}
.aside_card .card_body ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}

.aside_card .card_body ul li a{
  background-color: #A0A0A0;
  padding: 7px 10px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
.aside_card .card_body ul li{
  list-style-type: none;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 40px;
}

/*  */

.single-post .block_inn-con p {
  margin-bottom: 15px;
}

.single-post .heateor_sss_sharing_ul {
  display: flex;
}

.single-post .block_inn-con ul {
  align-items: center;
}

.single-post .block_inn-con > div {
  gap: 10px;
}

.single-post .block_inn-con .fusion-column-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}


/* .single-post .block_inn-con ul li strong {
  margin-bottom: 15px;
  display: block;
}

.single-post .block_inn-con ul li br {
  display: none;
} */

.single-post .block_inn-con .fusion-column-wrapper ul li {
  width: 100%;
}

body.single-post {
  overflow-y: auto !important;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 991px) {
  .blog_leftcolumn, .blog_rightcolumn {
    width: 100%;
    padding: 0;
  }
  .single-post .block_inn-con .fusion-fullwidth {
    padding: 0 !important;
  }
  
  .single-post .block_inn-con .fusion-column-wrapper {
    margin: 0 !important;
  }
}

@media(max-width:767px){
  .poa_blog--sec .container {
    width: 100%;
  }

  .poa_blog--sec .container .row {
      margin: 0;
  }   
  .card_body {
    flex-wrap: wrap;
  }      
}

h1.blog_title {
  position: relative;
}

h1.blog_title:before {
  content: '';
  position: absolute;
  background: #2dc0f2;
  width: 100px;
  height: 3px;
  bottom: 20px;
}
 
body .poa_blog--sec .blog_leftcolumn a {
  color: #0099e2;
}

body .poa_blog--sec .blog_leftcolumn a:hover {
  color: #000;
}

@media(max-width: 575px){
  .poa_sassy_social_share {
      padding: 0;
  }
}