/*
Theme Name: HaruTheme Document
Theme URI: http://harutheme.com
Author: HaruTheme team
Author URI: http://harutheme.com
Description: theme for help create document more easy from HaruTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: document, harutheme
Text Domain: haruthemedocs

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-----------------------------------
 * 1. PAGE DOCUMENT
 *-----------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%!important;
}
pre {
  white-space: normal;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .35s linear;
  -o-transition: all .35s linear;
  transition: all .35s linear;
}
.fade-scale.in {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
body {
  background: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
video {
  max-width: 100%;
  height: auto;
}
h4 {
  color: #262626;
  margin: 20px 0 20px 0;
}
iframe,
embed,
object {
  max-width: 100%;
}
li {
  line-height: 1.8em;
}
.llist {
  margin: 15px 0;
}
a {
  color: #26ADE4;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
blockquote {
  color: #333;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 0 5px;
  padding: 8px 25px 5px 40px;
}
#header .haru-document-topbar {
  background-color: #26ADE4;
  position: relative;
  height: 65px;
}
#header .haru-document-topbar .haru-theme-info .logo {
  display: inline-block;
}
#header .haru-document-topbar .haru-theme-info .logo a img {
  max-height: 65px;
  padding: 10px 0;
}
#header .haru-document-topbar .haru-theme-info .haru-theme-meta {
  display: inline-block;
  float: right;
  line-height: 65px;
}
#header .haru-document-topbar .haru-theme-info .haru-theme-meta .haru-theme-link a {
  color: #333;
  font-size: 12px;
  text-align: center;
  min-width: 85px;
  height: 35px;
  line-height: 37px;
  display: inline-block;
  background: #fff;
  margin-left: 10px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .haru-document-topbar .haru-theme-info .haru-theme-meta .haru-theme-link a:hover {
  color: #fff;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .haru-document-topbar .haru-theme-info .haru-theme-meta .haru-theme-link a:focus {
  text-decoration: none;
}
#document-menu {
  background: #444;
  position: relative;
  margin-top: 30px;
  max-height: 100%;
  overflow: auto;
  width: 250px;
  float: left;
  z-index: 100;
}
#document-menu.sticky {
  position: fixed;
  width: 250px;
  top: 0;
  margin-top: 0;
}
#document-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
#document-menu::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
#document-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
#document-menu::-moz-scrollbar {
  width: 5px;
  background-color: #fff;
}
#document-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #26ADE4;
}
#document-menu::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #26ADE4;
}
#document-menu .document-title {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  padding: 30px 10px 30px 20px;
  text-transform: uppercase;
}
#document-menu .document-title i {
  margin-right: 10px;
}
#document-menu .menu {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
  padding-bottom: 80px;
}
#document-menu .menu li {
  height: auto;
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  -webkit-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}
#document-menu .menu li a {
  color: #fff;
  height: auto;
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#document-menu .menu li a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
#document-menu .menu li.active a,
#document-menu .menu li.parent-active a {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
#document-menu .menu li.active .sub-menu li,
#document-menu .menu li.parent-active .sub-menu li {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#document-menu .menu li.active .sub-menu li a,
#document-menu .menu li.parent-active .sub-menu li a {
  background-color: rgba(255, 255, 255, 0.2);
}
#document-menu .menu li.active .sub-menu li a:hover,
#document-menu .menu li.parent-active .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#document-menu .menu li.active .sub-menu li.active a,
#document-menu .menu li.parent-active .sub-menu li.active a {
  background: rgba(255, 255, 255, 0.4);
}
#document-menu .menu .sub-menu li {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#document-menu .menu .sub-menu li.children {
  opacity: 0;
  position: relative;
}
#document-menu .menu .sub-menu li.children a {
  padding-left: 40px;
}
.haru-main #theme-information {
  padding: 30px 0;
  float: right;
  width: calc(100% - 285px);
}
.haru-main #theme-information .main-content {
  padding: 0 30px;
  background: #fff;
}
.haru-main #theme-information .main-content .theme-info {
  padding-top: 30px;
}
.haru-main #theme-information .main-content .theme-info img {
  max-width: 100%;
  height: auto;
}
.haru-main #theme-information .main-content .theme-info .theme-intro .theme-intro-version {
  width: calc(100% - 85px);
  float: left;
}
.haru-main #theme-information .main-content .theme-info .theme-intro .theme-intro-version .theme-title {
  font-size: 48px;
}
.haru-main #theme-information .main-content .theme-info .theme-intro .theme-intro-version .theme-sub-title {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
.haru-main #theme-information .main-content .theme-info .theme-intro .theme-intro-version .theme-sub-title span {
  font-style: italic;
}
.haru-main #theme-information .main-content .theme-info .theme-intro .theme-thumbnail {
  width: 80px;
  float: right;
}
.haru-main #theme-information .main-content .theme-info .theme-general {
  clear: both;
  padding-top: 60px;
  padding-bottom: 30px;
}
.haru-main #theme-information .main-content .theme-info .theme-general .theme-general-title {
  font-size: 24px;
}
.haru-main #theme-information .main-content .theme-info .theme-general .theme-general-content {
  line-height: 24px;
  padding-top: 30px;
}
.haru-main #theme-information .main-content .theme-info .theme-general .theme-general-content p {
  padding: 5px 0 0 2px;
  font-size: 14px;
}
.haru-main #theme-information .main-content .theme-info .theme-general .theme-general-content li {
  font-size: 14px;
  padding-bottom: 3px;
  margin-left: 20px;
  line-height: 25px;
}
.haru-main #theme-information .main-content .theme-info .theme-general .theme-general-content img {
  margin: 50px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.haru-main #theme-information .main-content .section {
  position: relative;
  float: left;
  width: 100%;
}
.haru-main #theme-information .main-content .section .document-item {
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}
.haru-main #theme-information .main-content .section .document-item h3 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding-bottom: 30px;
}
.haru-main #theme-information .main-content .section .document-item .document-item-content {
  margin-bottom: 20px;
}
.haru-main #theme-information .main-content .section .document-item .document-item-content img {
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
  display: block !important;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.haru-main #theme-information .main-content .section .document-item .document-item-content.more-item img {
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
  display: inline-block !important;
}
.haru-main #theme-information .main-content img {
  border: none;
  max-width: 100%;
  height: auto;
}
.haru-main #theme-information .main-content h5 {
  padding: 10px 0 10px 0;
  font-weight: bold;
  font-style: italic;
}
.haru-main #theme-information .main-content p {
  padding: 5px 0 5px 2px;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.haru-main #theme-information .main-content li {
  font-size: 14px;
  padding-bottom: 3px;
  margin-left: 20px;
  line-height: 24px;
}
.haru-main #theme-information .main-content .copyright {
  padding: 30px 0;
  border-top: 1px solid #333;
  bottom: 0;
  left: 0;
  text-align: center;
}
.haru-main #theme-information .main-content .copyright a {
  color: #333;
  font-size: 14px;
}
.back-to-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: -45px;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.in {
  bottom: 30px;
}
.back-to-top:hover {
  background: rgba(0, 0, 0, 0.5);
}
.back-to-top i {
  color: #fff;
  font-size: 18px;
}
.wp-caption {
  width: 100% !important;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  padding: 20px !important;
}
