/* =WordPress Core
-------------------------------------------------------------- */
.blog-section-row.section-two-col {padding-top:0}
.blog-section-row.section-two-col .text-content {
  max-width: unset;
  flex: unset;

}
@media (min-width: 768px) {
    .blog-section-row.section-two-col .text-content {
        max-width: inherit;
        flex: 1 1;
        padding-right: 0;
    }
}
h3{color: #f55b41;}
.df-row [class*=col-] {
    padding: 15px 25px 15px 25px;
    width:100%;
}
.wp-post-image {border-radius: 20px;}
.img-holder{padding-bottom:40px}
.blog-sidebar {
    width:100%;
    padding: 20px 0px 20px 0px;
  }
@media (min-width: 1024px) {
  .blog-sidebar {
    display: block;
    padding: 0 10px 0 30px; 
  }
  .img-holder{padding-bottom:20px}
  .df-row [class*=col-] {
    padding: 0 0px 0 25px;
}
}
.blog-sidebar .side-title {
    padding: 19px 22px 17px 14px; 
    border-radius: 15px;   
    background-color: #f55b41;
    color: #fff;
    font-weight:600;
    font-size: 16px;
}
.blog-sidebar .date {
    display:block;
    padding: 15px 0 0;    
}

.blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #24226a;
  font-weight: 400;
  font-size: 14px;
}

.blog-sidebar ul li {
  padding: 13px 7px 13px 14px;
  border-bottom:1px solid #eef2fb
}
.blog-sidebar ul li:last-child {
  padding: 13px 7px 13px 14px;
  border-bottom:0px solid #eef2fb
}
.blog-sidebar ul li a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.blog-sidebar ul li a:hover {
  color: #f55b41;
  text-decoration: underline;
}
.post-date{display:block;padding-bottom:15px;font-size:16px;}
.blog-section-row p{line-height:1.6;}

.section-two-col .text-content ul:not(.list-arrow) li::before {
    top: 10px!important;
}

ul.circle{
  margin-top:15px;
}
ul.circle li::before {
  content: ""!important;
  display: inline-block!important;
  width: 6px!important;
  height: 6px!important;
  border-radius:50%!important;
  border:1px solid currentColor;
	background-color:#fff!important;
}

ul.square{
  margin-top:15px;
}
ul.square li::before {
  content: ""!important;
  display: inline-block!important;
  width: 6px!important;
  height: 6px!important;
  border-radius:0%!important;
  border:1px solid currentColor;
	background-color:#fff!important;
}
.footer-links i {display:none}
