/*
Theme Name: WPSimpleDocsTheme
Theme URI: https://github.com/expertoswp/WPSimpleDocsTheme
Description: A documentation theme for WordPress
Version: 1.0
Author: ExpertosWP
Author URI: http://www.expertoswp.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue
*/
/*
Based on the work of Tareq hasan http://tareq.wedevs.com/ on the theme original weDocs https://github.com/tareq1988/wedocs and the one he is using on his web:
http://docs.wedevs.com/ with extra mods from other themes. 
*/
/* ==========================================================================
    Base
    ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
}
a {
  color: #2F6185;
}
a:hover {
  color: #005580;
}
/* ==========================================================================
    Header
    ========================================================================== */
.banner {
  background: #3293d7;
  border: 2px solid #49a3dd;
}
.banner .navbar-brand {
  color: #fff;
}
.banner .navbar-nav {
  float: right;
}
.banner .navbar-nav li > a {
  color: #fff;
}
.banner .navbar-nav li > a:hover,
.banner .navbar-nav li > a:focus {
  color: #fff;
  background-color: #217dbc;
}
.banner .navbar-nav .active a,
.banner .navbar-nav .active a:hover,
.banner .navbar-nav .active a:focus {
  color: #fff;
  background-color: #217dbc;
}
.banner .navbar-nav .dropdown-menu a {
  background-color: #fff;
  color: #777;
}
.banner .navbar-nav .dropdown-menu .active a,
.banner .navbar-nav .dropdown-menu .active a:hover {
  color: #fff;
  background-color: #217dbc;
}
.banner .navbar-nav .open a:hover,
.banner .navbar-nav .open a:focus {
  color: #fff;
  background-color: #217dbc;
}
.top-search-form {
  margin-bottom: 30px;
  margin-top: -20px;
  background: #F5F5F5;
  padding: 15px 0;
}
.top-search-form .form-control:focus:focus {
  border-color: #3598DB;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 174, 96, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 174, 96, 0.6);
}
.top-search-form .btn-primary {
  background: #3598DB;
  border-color: #3598DB;
}
.breadcrumb {
  background: #fff;
  color: #6D6D6D;
  padding-left: 0;
  margin-bottom: 15px;
}
.breadcrumb i {
  font-size: 15px;
  padding-right: 5px;
}
.breadcrumb .sep {
  font-size: 10px;
  font-weight: normal;
  padding: 0 5px;
}
.container .jumbotron {
  text-align: center;
  background: #f5f5f5;
  border-radius: 0;
}
.container .jumbotron h1 {
  font-weight: 300;
}
/* ==========================================================================
    Content
    ========================================================================== */
ul.doc-category {
  margin-bottom: 4em;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
ul.doc-category li.doc,
ul.doc-category li.category {
  width: 50%;
  margin: 0;
  float: left;
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #eeeeee;
  min-height: 110px;
}
ul.doc-category li.doc:nth-child(odd),
ul.doc-category li.category:nth-child(odd) {
  padding-right: 2em;
  border-right: 1px dotted #eeeeee;
  clear: both;
}
ul.doc-category li.doc:nth-child(even),
ul.doc-category li.category:nth-child(even) {
  padding-left: 2em;
}
ul.doc-category li.doc h3,
ul.doc-category li.category h3 {
  margin: 0;
  position: relative;
}
ul.doc-category li.doc h3 a,
ul.doc-category li.category h3 a {
  font-size: 16px;
  display: block;
  padding-left: 30px;
}
ul.doc-category li.doc h3:before,
ul.doc-category li.category h3:before {
  color: rgba(37, 90, 140, 0.2);
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  width: 1.758em;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0b1";
}
ul.doc-category li.doc .inside,
ul.doc-category li.category .inside {
  padding-left: 30px;
  padding-top: 10px;
}
ul.doc-category li.doc .inside ul.child-cats,
ul.doc-category li.category .inside ul.child-cats {
  padding: 15px 0 0 20px;
  clear: both;
  display: block;
}
ul.doc-category li.doc .inside ul.child-cats > li,
ul.doc-category li.category .inside ul.child-cats > li {
  padding-bottom: 15px;
  float: left;
  width: 48%;
  padding-right: 2%;
  list-style: none;
}
ul.doc-category li.doc .inside ul.child-cats > li:nth-child(2n+1),
ul.doc-category li.category .inside ul.child-cats > li:nth-child(2n+1) {
  clear: both;
}
ul.doc-category li.doc .inside ul.child-cats > li > a,
ul.doc-category li.category .inside ul.child-cats > li > a {
  font-weight: bold;
}
ul.doc-category li.doc .inside ul.child-cats > li ul.children,
ul.doc-category li.category .inside ul.child-cats > li ul.children {
  padding: 5px 0 0 15px;
}
ul.doc-category li.doc h3:before {
  content: "\f02d";
}
/* ==========================================================================
    Primary Content
    ========================================================================== */
.main h2.category-title {
  margin: 15px 0 20px 0;
  font-weight: 300;
}
/* Gallery Shortcode */
.gallery-row {
  padding: 15px 0;
}
/* ==========================================================================
    Sidebar
    ========================================================================== */
.sidebar h3 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-weight: 300;
  border-bottom: 1px solid #eeeeee;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
    Posts
    ========================================================================== */
.hentry {
  position: relative;
}
.hentry header,
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.hentry header h1,
.page-header h1 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-weight: 300;
  border-bottom: 1px solid #eeeeee;
}
.hentry .entry-content img {
  max-width: 100%;
  border: 1px solid #eeeeee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}
.hentry .entry-content .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.wedoc-feedback-wrap {
  padding-top: 15px;
}
.wedoc-feedback-wrap a {
  font-weight: bold;
  padding: 0 5px;
  border-radius: 3px;
}
.wedoc-feedback-wrap a.positive {
  color: #6a9c1f;
  border: 1px solid #6a9c1f;
}
.wedoc-feedback-wrap a.negative {
  color: #ac2d22;
  border: 1px solid #ac2d22;
}
/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
  position: static;
  background: #F5F5F5;
  margin: 0;
  padding: 0;
  z-index: 99;
  position: fixed;
  width: 230px; /* fixed medium size */
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
}
.bs-sidebar ul li {
  border-bottom: 1px solid #ECECEC;
}
.bs-sidebar a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  padding: 8px 20px;
}
.bs-sidebar a:hover,
.bs-sidebar a:focus {
  padding-left: 19px;
  color: #3598DB;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #3598DB;
}
.bs-sidebar .active a,
.bs-sidebar .active a:hover,
.bs-sidebar .active a:focus {
  padding-left: 18px;
  font-weight: bold;
  color: #3598DB;
  background-color: transparent;
  border-left: 2px solid #3598DB;
}
/* ==========================================================================
    Footer
    ========================================================================== */
.content-info {
  margin-top: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #eeeeee;
  background: #333;
  color: #999;
}
.content-info .widget-area {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.content-info .widget {
  padding-bottom: 15px;
}
.content-info .widget h3 {
  border-bottom: 1px solid #2E2E2E;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.content-info .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-info .widget ul ul.children {
  padding-left: 10px;
}
.content-info .widget ul li {
  padding: 3px 0;
}
.content-info .widget a {
  color: #777;
}
.content-info .copyright {
  padding-top: 15px;
  border-top: 1px solid #2E2E2E;
}
/* ==========================================================================
    WordPress Generated Classes
    See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
    ========================================================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
    Media Queries
    ========================================================================== */
@media (max-width: 767px) {
  .banner .navbar-nav {
    float: none;
  }
}
/*# sourceMappingURL=style.css.map */