/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:48:02 */
.backbutton{
  display:flex;
  align-content:center;
}

.backbutton:before{
  content: url(/wp-content/uploads/2021/02/t-back.svg);
  width: 8px;
  height: 14px;
  margin-right:10px;
}

.backbutton p{
  margin:0px;
}
.backbutton a:hover{
  color: var( --e-global-color-76d9c5c ) !important;
}

.postedOn{
  display:flex;
  justify-content: flex-end;
  align-content:center;
}
.postedOn:before{
  content: 'Posted on '; 
  color: var( --e-global-color-96c48b9 );
  margin-right:5px;
}
.postedOn p{
  margin:0px;
}

.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5{
  margin-bottom:10px;
}

body[data-elementor-device-mode="mobile"] .singleContent h1,
body[data-elementor-device-mode="mobile"] .singleContent h2,
body[data-elementor-device-mode="mobile"] .singleContent h3,
body[data-elementor-device-mode="mobile"] .singleContent h4,
body[data-elementor-device-mode="mobile"] .singleContent h5{
  margin-bottom:7px;
}

.singleContent p:last-child{
  margin-bottom:0px
}