/* =========================
	PUBLIC DESKTOP CSS
========================= */

.single-posts ul {
  margin-top: 34px;
  margin-bottom: 34px;
  list-style-type: disc;
  padding-left: 40px;
}
.single-posts ul > li {
  margin-bottom: 25px;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {

/* Write your Public SASS mobile-l here! */
.slider-field .owl-controls {
  top: 20px;
}
.slider-field .btn-md {
  font-size: 20px;
}


}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {

/* Write your Public SASS mobile-p here! */
.slider-field .btn-md {
  font-size: 15px;
}


}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */