/*
Theme Name: jawsaqlabs wordpress theme
Theme URI: http://jawsaqlabs.com//
Author: Jawsaq Labs
Author URI: http://jawsaqlabs.com/
Version: 1.0
Tags: minimal , while , geometric , jawsaqLabs
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */
  direction: rtl; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

a {
  text-decoration: none; }

html {
  overflow-x: hidden; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #282e35;
  font-family: "Droid Arabic Naskh";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

.form-control {
  width: 100%;
  padding: 5px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #282e35;
  border: 1px solid #cccccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #282e35; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #ff503f; }
  a:visited {
    color: #ff503f; }
  a:hover, a:focus, a:active {
    color: #282e35; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  background: #000; }

#menu-toggle {
  display: none;
  float: right; }

/* HEADER > MENU */
ul.menu {
  float: left;
  font-size: 0;
  margin: 10px 0;
  height: 50px; }
  ul.menu a {
    text-decoration: none; }

ul.menu > li {
  display: inline-block;
  padding: 2px 0;
  line-height: 40px; }

ul.menu > li > a {
  height: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none; }

ul.menu > li:hover > a,
ul.menu > li.current-menu-item > a {
  color: #ff503f;
  position: relative; }
  ul.menu > li:hover > a:before,
  ul.menu > li.current-menu-item > a:before {
    content: '';
    width: 60%;
    height: 2px;
    display: block;
    background-color: #ff503f;
    position: absolute;
    top: 100%;
    right: 20%; }

/* HEADER > MENU > DROPDOWN */
ul.menu li {
  position: relative; }

ul.sub-menu {
  /* level 2 */
  display: none;
  left: 0px;
  top: 38px;
  padding-top: 10px;
  position: absolute;
  width: 150px;
  z-index: 9999; }

ul.sub-menu ul.sub-menu {
  /* level 3+ */
  margin-top: -1px;
  padding-top: 0;
  left: 149px;
  top: 0px; }

ul.sub-menu > li {
  line-height: 14px; }

ul.sub-menu > li > a {
  background-color: #333;
  border: 1px solid #444;
  border-top: none;
  color: #bbb;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 12px; }

ul.sub-menu > li > a:hover {
  background-color: #2a2a2a;
  color: #fff; }

ul.sub-menu > li:first-child {
  border-top: 3px solid #23dbdb; }

ul.sub-menu ul.sub-menu > li:first-child {
  border-top: 1px solid #444; }

ul.sub-menu > li:last-child > a {
  border-radius: 0 0 2px 2px; }

ul.menu li:hover > ul.sub-menu {
  display: block;
  /* show the submenu */ }

body.rtl ul.sub-menu {
  left: auto;
  right: 0; }
body.rtl ul.sub-menu ul.sub-menu {
  right: 149px;
  left: auto; }

@media screen and (max-width: 600px) {
  .main-navigation {
    position: static;
    margin-top: 20px; }

  #menu-toggle {
    display: block; }

  ul.menu {
    display: none;
    float: none;
    height: auto;
    width: 100%; }

  ul.menu li {
    display: block;
    margin: 0;
    padding: 0; }

  ul.menu > li {
    margin-top: -1px; }

  ul.menu > li:first-child {
    margin-top: 0; }

  ul.menu > li > a {
    background-color: #333;
    border: 1px solid #444;
    color: #bbb;
    display: block;
    font-size: 14px;
    padding: 12px !important;
    padding: 0; }

  ul.menu li > a:hover {
    background-color: #444; }

  ul.menu > li:hover > a,
  ul.menu > li.current-menu-item > a {
    border: 1px solid #444 !important;
    color: #fff !important; }

  ul.sub-menu {
    display: block;
    margin-top: -1px;
    margin-left: 20px;
    position: static;
    padding: 0;
    width: inherit; }

  body.rtl ul.sub-menu {
    margin-right: 20px;
    margin-left: 0; }

  ul.sub-menu > li:first-child {
    border-top: 1px solid #444 !important; }

  ul.sub-menu > li > a.parent {
    background: #333 !important; } }
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #282e35;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/***********************************************
* header
**/
.notification {
  position: absolute;
  top: 0;
  right: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #adadad;
  color: #fff; }

.site-header {
  width: 125px;
  height: 100%;
  display: block;
  background-color: #282e35;
  position: fixed;
  top: 0;
  right: -125px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  .site-header .user-profile {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 10px 0;
    position: relative;
    overflow: hidden; }
    .site-header .user-profile img {
      border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      height: 88px;
      width: 88px;
      display: block;
      margin: 0 auto;
      float: none; }
    .site-header .user-profile:before {
      content: '';
      width: 20%;
      height: 1px;
      display: block;
      border-bottom: 4px dotted #4f5154;
      position: absolute;
      top: 100%;
      right: 40%; }
    .site-header .user-profile .notification {
      background-color: #ff503f;
      color: #fff;
      top: 15px; }
    .site-header .user-profile a {
      position: relative; }
  .site-header ul {
    margin: 0;
    padding: 0;
    margin-top: 20px; }
    .site-header ul li {
      position: relative;
      padding: 10px 10px 10px 0;
      margin: 5px 0; }
      .site-header ul li:before {
        content: '';
        width: 20%;
        height: 1px;
        display: block;
        border-bottom: 4px dotted #4f5154;
        position: absolute;
        top: 100%;
        right: 40%; }
      .site-header ul li:last-child:before {
        height: 0;
        border-bottom: 0; }
      .site-header ul li.active, .site-header ul li:hover {
        border-right: 10px solid #ff503f;
        padding-right: 0;
        /*
        &:after{
        	content:'';
        	width:10px;
        	height:100%;
        	display: block;
        	position: absolute;
        	top: 0;
        	right: 0;
        	background-color: $color__link;
        }
        */ }
        .site-header ul li.active a, .site-header ul li:hover a {
          color: #fff; }
          .site-header ul li.active a i, .site-header ul li:hover a i {
            color: #ff503f; }
        .site-header ul li.active .notification, .site-header ul li:hover .notification {
          background-color: #ff503f; }
      .site-header ul li a {
        color: #b2b2b2; }
        .site-header ul li a i {
          color: #4f5154;
          clear: both; }
  .site-header ul.top-menu li a i {
    margin-bottom: 5px; }
  .site-header ul.bottom-menu {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0; }

.content {
  padding-right: 125px; }
  .content .content-title {
    margin: 50px 0 25px; }

.content-top-menu {
  width: 100%;
  clear: both;
  overflow: hidden;
  height: 50px;
  margin-top: 25px; }
  .content-top-menu ul {
    height: 50px; }
    .content-top-menu ul li {
      line-height: 50px;
      float: right;
      margin: 0 10px;
      list-style: none; }
      .content-top-menu ul li a {
        border: 1px solid #c8c8c8;
        color: #282e35;
        padding: 5px 20px;
        border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px; }
        .content-top-menu ul li a:hover, .content-top-menu ul li a.active {
          background-color: #ff503f;
          color: #fff; }

.profile-tabs {
  margin-top: 50px;
  width: 100%;
  clear: both;
  display: block; }
  .profile-tabs >
  ul {
    width: 100%;
    display: block;
    border-top: 1px solid #d3d7da;
    border-bottom: 1px solid #d3d7da;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 66px; }
    .profile-tabs >
    ul li {
      line-height: 50px; }
      .profile-tabs >
      ul li a {
        background-color: #f8f8f8;
        padding: 7px 30px;
        float: right;
        color: #282e35;
        border-left: 1px solid #d3d7da; }
        .profile-tabs >
        ul li a:hover {
          color: #ff503f;
          background-color: #fff; }
      .profile-tabs >
      ul li.ui-state-active a {
        color: #ff503f;
        background-color: #fff; }

.tab-panel {
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #d3d7da;
  position: relative;
  padding-bottom: 40px; }
  .tab-panel.full {
    width: 90%;
    margin: 35px 5%; }
  .tab-panel.single .panel-title {
    font-family: "Droid Arabic Kufi", sans-serif;
    color: #282e35; }
  .tab-panel .panel-title {
    padding: 10px;
    color: #ff503f;
    border-bottom: 1px solid #d3d7da; }
    .tab-panel .panel-title h5 {
      display: inline-block; }
  .tab-panel .panel-footer {
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #d3d7da;
    text-align: left;
    padding-left: 5%; }
  .tab-panel .panel-content {
    padding: 20px 30px; }
    .tab-panel .panel-content .mCSB_scrollTools {
      right: 0 !important;
      left: auto !important; }

.book {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: auto;
  margin-bottom: 25px; }
  .book:hover .inner-book {
    top: 0; }
  .book .inner-book {
    height: 90% !important; }
  .book .item-thumbnail {
    margin-top: 5px;
    max-height: 130px;
    text-align: center !important;
    position: relative; }
    .book .item-thumbnail img {
      max-height: 130px;
      margin: 0 auto;
      float: none; }
    .book .item-thumbnail .metrics {
      position: absolute;
      top: 10px;
      left: 120px;
      width: 40px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      color: #fff;
      background-color: #ff503f;
      border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
      .book .item-thumbnail .metrics.done {
        color: green;
        top: 25%;
        left: 45%;
        border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: transparent; }
  .book .book-links {
    font-size: 10px;
    font-size: 1rem; }
    .book .book-links a {
      color: #282e35; }
  .book h5.book-title, .book h6 {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: bold;
    margin-top: 0;
    text-shadow: 0px 0px 2px white; }
    .book h5.book-title a, .book h6 a {
      color: #282e35; }
      .book h5.book-title a:hover, .book h6 a:hover {
        text-decoration: none; }
  .book .book-overlay, .book .inner-book {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    height: 100%;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .book .book-overlay.active, .book .inner-book.active {
      top: 0; }
    .book .book-overlay i.fa-times, .book .inner-book i.fa-times {
      position: absolute;
      top: 5px;
      right: 5px; }

.video .video-thumbnail {
  max-height: 130px;
  position: relative;
  text-align: center; }
  .video .video-thumbnail img {
    margin: 0 auto;
    max-height: 130px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .video .video-thumbnail .play-circle {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 30%;
    left: 45%;
    width: 50px;
    height: 50px;
    line-height: 60px;
    display: block;
    text-align: center; }
    .video .video-thumbnail .play-circle i {
      margin-right: -5px; }
.video h5.video-title {
  font-family: "Droid Arabic Kufi", sans-serif;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 0px 2px white; }
  .video h5.video-title a {
    color: #282e35; }
    .video h5.video-title a:hover {
      text-decoration: none; }

.item {
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid #d3d7da;
  margin-bottom: 5px; }
  .item .icons {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 5px; }
    .item .icons li {
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 0 5px; }
      .item .icons li a {
        width: 35px;
        height: 35px;
        line-height: 25px;
        display: block;
        border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border: 1px solid #ff503f;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
        .item .icons li a:hover {
          color: #fff;
          background-color: #ff503f; }
  .item.profile img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 10px; }
  .item.profile .profile-name, .item.profile img {
    display: inline-block;
    vertical-align: middle; }

.widget .widget-title {
  text-align: center; }

.canvas {
  width: 100%;
  font-family: "Droid Arabic Naskh" !important;
  direction: rtl; }

.notes {
  float: none !important;
  margin: 0 auto; }
  .notes .note {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2; }
    .notes .note .date {
      color: #646f76;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 10px 0; }
    .notes .note:last-child {
      border-bottom: 0px; }
    .notes .note .metrics {
      width: 100px;
      height: 100px;
      line-height: 100px;
      display: block;
      color: #fff;
      background-color: #ff503f;
      border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      font-size: 20px;
      font-size: 2rem;
      text-align: center; }

.note-form {
  float: none !important;
  margin: 0 auto; }
  .note-form h4 {
    text-align: center;
    font-family: "Droid Arabic Kufi", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2; }
    .note-form h4 i {
      margin-left: 20px; }
  .note-form .note-area {
    width: 100%;
    height: 150px;
    padding: 10px;
    display: block; }
  .note-form .btn {
    background: #3d71e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 10px auto;
    float: none;
    text-align: center; }
    .note-form .btn i {
      margin-left: 10px; }
    .note-form .btn:hover {
      background-color: #346be0; }

.video-container {
  float: none !important;
  margin: 0 auto; }
  .video-container #video {
    margin: 25px auto;
    width: 100% !important;
    height: 400px !important;
    display: block; }

.item .audio-title {
  font-family: "Droid Arabic Kufi", sans-serif; }
.item .icons {
  float: right;
  width: 100%; }
  .item .icons a.done {
    background-color: green;
    border-color: green;
    color: #fff; }

.player audio {
  float: left;
  width: 100%; }

.update-form .form-control {
  width: auto;
  margin-top: 0 !important;
  margin-bottom: 0; }
.update-form .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: left; }

#book {
  position: relative;
  float: none !important;
  margin: 0 auto !important; }

.book-meter {
  height: 20px;
  background-color: #eee;
  text-align: center;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  position: relative; }
  .book-meter .book-met {
    background-color: #ff503f;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px; }
  .book-meter .book-number {
    position: relative;
    z-index: 3; }

.user-info {
  height: 600px;
  padding: 25px;
  border-left: 3px solid #eee; }
  .user-info table tr td {
    text-align: right;
    padding: 5px; }
  .user-info .mCSB_scrollTools {
    right: 0 !important;
    left: auto !important; }

.statistics-tabs ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 3px solid #eee;
  height: 50px;
  list-style: none; }
  .statistics-tabs ul li {
    float: right;
    height: 50px;
    line-height: 50px; }
    .statistics-tabs ul li a {
      padding: 0 20px;
      height: 100%;
      display: block;
      color: #282e35; }
      .statistics-tabs ul li a:hover {
        color: #ff503f; }
    .statistics-tabs ul li.ui-tabs-active a {
      color: #ff503f;
      border-bottom: 3px solid #ff503f; }
.statistics-tabs .statistics-tab-panel {
  padding: 10px;
  height: 530px;
  display: block; }

.activity {
  border: 1px solid #eee;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .activity h3.activity-title {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    color: #ff503f; }
  .activity .item {
    overflow: hidden; }
    .activity .item .metrics {
      float: left;
      background-color: #ff503f;
      padding: 5px;
      color: #fff;
      border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    .activity .item .done {
      float: left;
      color: green; }
    .activity .item:last-child {
      border-bottom: none; }

.category-slider {
  position: relative;
  margin: 0 auto;
  background: url("../images/wall-bookshelf3.png") bottom right no-repeat;
  background-size: 1000px; }
  .category-slider .item, .category-slider .category-slider-item {
    float: right;
    width: 259px;
    padding: 0 15px;
    border-bottom: 0; }

.audio .player {
  margin-top: 85px;
  margin-bottom: 85px; }
.audio .audio-title {
  text-align: center;
  color: #282e35;
  font-family: "Droid Arabic Kufi", sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 2px white; }
  .audio .audio-title:hover {
    text-decoration: none; }

.category {
  position: relative; }

.category-title {
  position: absolute;
  top: 88%;
  right: 12%;
  width: 800px;
  z-index: 10; }
  .category-title h4 {
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-family: "Droid Arabic Kufi", sans-serif;
    margin-top: 0; }

.links {
  position: absolute;
  top: -1px;
  left: 10px; }
  .links a {
    float: right;
    color: #2e2e2e;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99400e+0,c47a13+100 */
    background: #99400e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #99400e 0%, #c47a13 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #99400e 0%, #c47a13 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #99400e 0%, #c47a13 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99400e', endColorstr='#c47a13',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 2px 0 2px; }
    .links a.arrow {
      padding: 0px 10px; }
    .links a:hover {
      background-color: #e4e4e4; }

.item-gallery .inner {
  position: relative;
  overflow: hidden; }
.item-gallery a {
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 5px;
  padding: 5px 15px;
  right: 0; }
  .item-gallery a i {
    margin-left: 15px; }
  .item-gallery a:hover {
    text-decoration: underline; }

/************************************************
* Footer
**/
footer {
  background-color: #1a212c;
  color: #fff;
  text-align: center;
  padding: 20px; }

/************************************************
* Homepage
**/
.btn {
  color: #fff !important;
  padding: 10px 50px;
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  margin: 10px 25px; }
  .btn:hover {
    background-color: #fff;
    color: #282e35 !important; }
  .btn.btn-colored {
    background-color: #ff503f;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px; }
    .btn.btn-colored:hover {
      color: #fff !important;
      background-color: #ff4735; }

.home {
  background-color: #fff !important; }

.header {
  background-image: url("../images/header-bg.png");
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .header #logo img {
    margin-top: 10px;
    margin-right: 10px; }
  .header .nav {
    margin-top: 5px; }
  .header .header-caption {
    text-align: center;
    color: #fff;
    width: 50%;
    margin-top: 15%;
    margin-right: 25%; }
    .header .header-caption h1 {
      font-family: "Droid Arabic Kufi", sans-serif;
      background: url("../images/line.png") bottom center no-repeat;
      padding: 50px 0;
      margin-bottom: 25px; }
  .header:before, .header:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    border-left: 675px solid transparent; }
  .header:after {
    right: auto;
    left: 0;
    border-left: 0;
    border-right: 675px solid transparent; }
  .header .down-btn {
    position: absolute;
    z-index: 3;
    bottom: -25px;
    right: 48%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%; }
    .header .down-btn img {
      margin-top: 5px; }

.info-boxes {
  padding-top: 75px;
  padding-bottom: 50px; }
  .info-boxes .info-box {
    text-align: center; }
    .info-boxes .info-box:hover .info-box-title {
      color: #ff503f; }
      .info-boxes .info-box:hover .info-box-title:before {
        background-color: #ff503f; }
    .info-boxes .info-box .info-box-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0 auto;
      text-align: center;
      border: 1px solid #ff503f;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      .info-boxes .info-box .info-box-icon img {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .info-boxes .info-box .info-box-title {
      color: #6a6a6a;
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .info-boxes .info-box .info-box-title:before {
        content: '';
        display: block;
        width: 20%;
        height: 2px;
        position: absolute;
        top: 100%;
        right: 40%;
        background-color: #6a6a6a; }
    .info-boxes .info-box .info-box-description {
      color: #999999;
      font-size: 12px;
      font-size: 1.2rem; }

.features {
  background-color: #da853d;
  overflow: hidden; }
  .features .feature .feature-content {
    color: #fff;
    background-color: #da853d;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    font-size: 1.3rem; }
    .features .feature .feature-content h3.feature-title {
      margin-top: 50px;
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 25px; }
      .features .feature .feature-content h3.feature-title:before {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        width: 40px;
        height: 2px;
        background-color: #fff;
        display: block; }
  .features .feature .feature-image img {
    display: block; }
  .features .feature.top-box {
    text-align: left; }
    .features .feature.top-box .feature-image {
      float: left; }
    .features .feature.top-box h3.feature-title:before {
      right: auto;
      left: 0; }
  .features .feature.even {
    margin-top: -10px; }
    .features .feature.even .feature-image {
      padding: 0px !important; }

.move {
  background-image: url("../images/background-image.png");
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .move h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "Droid Arabic Kufi", sans-serif; }
    .move h1.second {
      font-family: "Droid Arabic Naskh"; }

.signup {
  background-color: #f4f5f9;
  text-align: center;
  font-family: "Droid Arabic Kufi", sans-serif; }
  .signup h1 {
    background: url(../images/line.png) bottom center no-repeat;
    padding-bottom: 25px; }

.signup-form {
  float: none !important;
  margin: 50px auto;
  background-color: #fff;
  padding: 50px 25px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35); }
  .signup-form .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: left; }
  .signup-form.login {
    margin-top: 12%; }

.form-group {
  width: 100%;
  clear: both; }
  .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #282e35;
    margin: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 5px; }

.select2 {
  width: 100%; }

.items-added {
  width: 100%;
  clear: both;
  margin: 50px 0 25px;
  list-style: none; }
  .items-added li {
    padding: 10px 5px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3); }
    .items-added li .select-delete {
      float: left;
      margin-left: 10px; }

.book-large {
  position: fixed;
  overflow-x:hidden;
  overflow-y:scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
  z-index: 10;
  display: none; }
  .book-large #book-2 {
    position: relative;
    margin-right: 10%; }

.book-btns {
  position: absolute;
  top: 20px; }
  .book-btns a {
    font-size: 16px; }

.forms-section {
  background-image: url("../images/form-section.png");
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .forms-section .forms {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 80px; }
    .forms-section .forms .form-control {
      padding: 10px 5px;
      margin-top: 0;
      margin-bottom: 10px; }
  .forms-section .form-submit {
    background: #ff9800;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-right: 35%;
    margin-top: 10px; }
    .forms-section .form-submit:hover {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      background-color: #e68900; }

.section-title-2 {
  border-bottom: 1px solid #ff9800;
  position: relative;
  color: #fff;
  padding: 15px 0; }
  .section-title-2:before {
    content: ' ';
    display: block;
    background-color: #ff9800;
    height: 4px;
    width: 100px;
    position: absolute;
    top: 97%;
    right: 0; }

@media screen and (max-width: 320px) {
  .header #logo img {
    margin-right: 0; }

  .header {
    padding-bottom: 50px; }
    .header:before, .header:after {
      display: none; }
    .header .down-btn {
      right: 50%;
      -webkit-transform: translate(50%, -2%);
      -moz-transform: translate(50%, -2%);
      transform: translate(50%, -2%); }

  .header .header-caption {
    width: 100%;
    margin: 0; }
    .header .header-caption h1 {
      padding: 10px 0 20px;
      font-size: 25px;
      font-size: 2.5rem; }

  .move, .hide-mobile, .category-title .links, .site-header {
    display: none; }

  .content {
    padding-right: 0; }

  .no-padding-right {
    padding-right: 15px; }

  .select-add {
    display: block;
    margin-top: 25px; }

  #students {
    margin-top: 25px; }

  .canvas {
    width: 100% !important;
    height: 200px !important;
    display: block; }

  #statistics {
    padding-bottom: 0; } }
.class-filter {
  float: left;
  list-style: none;
  margin: 10px;
  padding: 0; }
  .class-filter li {
    float: right;
    margin: 0 10px; }

.lib-overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none; }
  .lib-overlay .btns {
    text-align: center; }
    .lib-overlay .btns a {
      display: inline-block;
      background: #ff503f;
      color: #fff;
      padding: 5px 15px;
      border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
  .lib-overlay .overlay-item {
    margin-bottom: 25px; }
  .lib-overlay .overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer; }
  .lib-overlay .overlay-details {
    margin-top: 50px; }
  .lib-overlay .tab-panel {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    .lib-overlay .tab-panel .overlay-close {
      color: #ff503f;
      right: auto;
      left: 20px;
      top: 15px; }
      .lib-overlay .tab-panel .overlay-close:hover {
        color: #282e35; }

.double {
  background-size: 200% 100%; }

.double.even {
  background-position: 0% 0%; }

.double.odd {
  background-position: 100% 0%; }

.t {
  display: table;
  width: 100%;
  height: 100%; }

.tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.rel {
  position: relative; }

.toggle-menu {
  margin-right: 25px; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

@media screen and (max-width: 900px) {
  .header .header-caption {
    width: 100%;
    clear: both;
    margin: 0; }
    .header .header-caption h1 {
      padding: 10px 0 20px;
      font-size: 25px;
      font-size: 2.5rem; } }
@media screen and (max-width: 700px) {
  .header #logo img {
    margin-right: 0; }

  .header {
    padding-bottom: 50px; }
    .header:before, .header:after {
      display: none; }
    .header .down-btn {
      right: 50%;
      -webkit-transform: translate(50%, -2%);
      -moz-transform: translate(50%, -2%);
      transform: translate(50%, -2%); }

  .header .header-caption {
    width: 100%;
    margin: 0; }
    .header .header-caption h1 {
      padding: 10px 0 20px;
      font-size: 25px;
      font-size: 2.5rem; }

  .toggle-menu {
    display: block; }

  .site-header {
    overflow: scroll;
    right: -125px;
    display: block !important; }

  .site-header ul.bottom-menu {
    position: static; }

  .content {
    padding-right: 0; }

  .tab-panel .panel-content {
    padding: 5px; }

  .book-large #book-2 {
    margin-right: 0; }

  .feature.top-box .feature-image {
    float: none !important; }
  .feature.top-box .feature-content {
    text-align: right !important; }
  .feature.top-box h3.feature-title:before {
    right: 0 !important;
    left: auto !important; }
  .feature.even {
    margin-top: 0; } }
