/*
Theme Name: Blog Mobile App - Headless CMS
Version: 1.0
Description: How to create a modern mobile app using WordPress as backend and react native as mobile framework.
Tags: headless cms, wordpress, react native, rest api
Author: Youcef Developer
Author URI: http://youcefdeveloper.com
*/

header {
  margin-bottom: 40px;
}
main {
  min-height: 800px;
}
footer {
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
}
#cover {
  background: url('./assets/images/spinner.svg') no-repeat scroll center center #FFF;
  background-size: 90px 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
}
.text-justify {
  text-align: justify;
}
.slick-track {
  margin: 0;
}
.content .table-responsive .table {
  min-width: 600px;
}
.content ul li,
.content ol li {
  font-weight: 300;
}


.badge-category {
  display: inline-block;
  background-color: rgba(15,23,42,.8) !important;
  color: #fff !important;
  border-radius: 10px 0 10px 0;
  padding: 6px 16px 7px 16px;
  margin: 0 0 1.25rem 0;
  font-size: 15px;
  line-height: 17px;
  text-transform: lowercase;
  font-weight: 300;
}
.badge-category:hover {
  background-color: rgba(15,23,42,1) !important;
}
.badge-category-dark,
.badge-category-dark:hover {
  background-color: rgba(70, 43, 163, 1) !important;
  color: #fff !important;
}
.badge-category-light,
.badge-category-light:hover {
  background-color: rgba(70, 43, 163, .1) !important;
  color: rgba(70, 43, 163, 1) !important;
}


.zeynep ul > li.current > a {
  background-color: rgba(15,23,42,.8);
  color: #fff;
}
.zeynep ul > li.current > a:hover {
  background-color: rgba(15,23,42,1);
}