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

#write-for-us {
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
}
#write-for-us .page_content_wrapper {
  padding: 0;
}
#write-for-us .page_content_wrapper p {
  margin: 20px 0 !important;
}
#write-for-us .page_content_wrapper .inner {
  text-align: center;
}
#write-for-us .page_content_wrapper .inner h2 {
  color: #fff;
}
.zilla-likes {
  display: none !important;
}


/* =========================
	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) {



}

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



}

/* 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
========================= */