/* Aerolexlabs Documentation File */

:root{
  --bg-color:#ba5f45;
  --gray: #ececec;
}
:not(body)::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
:not(body)::-webkit-scrollbar-track {
  background: var(--gray);
}
:not(body)::-webkit-scrollbar-thumb {
  background: var(--bg-color);
}
:not(body)::-webkit-scrollbar-thumb:hover {
  background: var(--bg-color);
}

body {
  margin: 0;
}
h1 {
  font-size: 28px;
}
h1 {
  color: #222222;
}
a:link,
a:visited {
  text-decoration: none;
  color: #333;
  outline: none;
}
hr {
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0;
  clear: both;
}
body {
  font: 400 14px/18px Helvetica, Arial, sans-serif;
  color: #222222;
}
ol, ul{
	padding: 0;
	margin: 0;
}

@media(max-width:1480px) {
  .container {
    max-width: 1170px;
  }
}
@media(max-width:1199px) {
  .container {
    max-width: 960px;
  }
}
@media(max-width:991px) {
  .container {
    max-width: 850px;
  }
}
@media(max-width:860px) {
  .container {
    max-width: 750px;
  }
}
@media(max-width:760px) {
  .container {
    max-width: 650px;
  }
}
@media(max-width:660px) {
  .container {
    max-width: 550px;
  }
}

.col-sm-1 {
  float: left;
  width: 8.33333%;
}
.col-sm-2 {
  float: left;
  width: 16.66667%;
}
.col-sm-3 {
  float: left;
  width: 25%;
}
.col-sm-4 {
  float: left;
  width: 33.33333%;
}
.col-sm-5 {
  float: left;
  width: 41.66667%;
}
.col-sm-6 {
  float: left;
  width: 50%;
}
.col-sm-7 {
  float: left;
  width: 58.33333%;
}
.col-sm-8 {
  float: left;
  width: 66.66667%;
}
.col-sm-9 {
  float: left;
  width: 75%;
}
.col-sm-10 {
  float: left;
  width: 83.33333%;
}
.col-sm-11 {
  float: left;
  width: 91.66667%;
}
.col-sm-12 {
  float: left;
  width: 100%;
}
/* CONTAINERS / COLUMNS */
.col-full {
    float: left;
    width: 100%;
}
.post.wrap {
    float: left;
    width: 100%;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    color: green;
}
.syntaxhighlighter table td.gutter .line {
    text-align: right !important;
    padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter .gutter .line {
    border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter table td.code .line {
    padding: 0 1em !important;
}
.copytext input {
    width: 300px;
}
#left-column {
    width: 18%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
}
.post .theme-content {
    float: right;
    text-align: left;
    width: 77%;
    margin: 20px 50px;
}
.note{
  background: var(--bg-color);
  color: #fff;
  padding: 20px;
}
/*  Left-Sidebar */
.rightbar {
    float: left;
    padding: 25px 15px;
    background: #fff2ef none repeat scroll 0 0;
}
.header-top {
    display: inline-block;
    float: none;
    margin: 10px 0;
    vertical-align: top;
    width: 100%;
}
.header-top .logo a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.theme-menu{
    float: left;
    font-size: 13px;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}
.theme-menu .quick-link{
    background: var(--bg-color);
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 10px 8px;
}
.theme-menu li {
  margin: 0;
  list-style:none;
  list-style-position: inside !important;
  color: #555;
}
.theme-menu .link li a,.theme-menu-modules .link li a{
    line-height: 22px;
    padding-left: 3px;
    text-transform: capitalize;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    color: #555;
}
.theme-menu .link li a:hover, .theme-menu-modules .link li a:hover{
    color: #111;
}
.sub-menu li a, .sub-menu-modules li a {
    margin-left: 30px;
}
.sub-menu1 li a, .sub-menu1-modules li a {
    margin-left: 60px;
}
.doc-section {
    float: left;
    width: 100%;
}
.doc-section.extended {
    margin: 0 0 20px;
}
.doc-section.extended .comments {
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.theme-content > div{
  float: left;
  width: 100%;
  background: #fff;
}
.bg-box {
    border: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.085);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.085);
    background: #f7f7f7;
    margin: 5px 0;
    width: 100%;
    float: left;
}
.bg-box h3 {
    margin: 0 0 10px;
    background: none;
    padding: 0;
}
#UsefulManuals {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.theme-content ul, .theme-content ol {
    margin-left: 15px;
}
a:link.blue-clr,a:visited.blue-clr{
  color: #326693;
}
.color-gray {
    color: #888;
}
.color-blue.support-link {
    color: #255a8c;
}
h4 {
    margin: 0 0 15px;
}
#top {
  float:left;
  width:100%;
  margin-bottom:60px;
  position: relative;
  z-index: 999;
}
.loaded #top {
  border-bottom: 1px solid #fff;
}
/* HEADER */
.home #header {
  margin: 0.8em 0 2.747em;
}
#header {
  padding:15px 0;
  float:left;
  width:100%;
  position: relative;
  z-index: 99;
}
#header .logo {
  float: left;
  display: block;
}
#main {
    text-align: center;
}
.column-full{
    float: left;
    width: 100%;
}
/* PAGE HEADINGS */
.theme-content  ul li,.theme-content ol li {
    margin-bottom: 5px;
}
.menu-navigation {
    float: left;
	position: relative;
}
#page-heading {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-bottom: 2.747em;
}
#page-heading #page-title {
  float: left;
  max-width: 600px;
}
#page-heading a {
  color: #fff;
}
#page-heading a:hover {
  text-decoration: none;
}
#page-heading h1 {
  margin: 0;
  color: #fff;
  line-height: 1.125;
}
#page-heading h1,
#page-heading h2 {
  font-size: 3.052em;
}
#page-heading p {
  margin: 0;
}
#page-heading #header-right {
  float: right;
}
#theme-title {
  clear: both;
}
.block-top-link {
  float: right;
  font-size: 13px;
  color: #ffffff !important;
  font-weight: normal;
}
#section-7 p.product,
#section-7 h3.heading,
#section-9 h3.heading
#section-9 p.product,
#section-9 p.wishlist{
    float: left;
    width: 100%;
}
#section-7 .countdown {
    margin: 10px 0 20px;
    float: left;
    width: 100%;
}

#section-9 .page{
float: left;
    width: 100%;
}

.post img {
  max-width: 100%;
  height: auto;
}
.post iframe {
  max-width: 100%;
}
.post .theme-content h2 {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 10px;
	padding-bottom: 10px;
  float: left;
  width: 100%;
}
.post .theme-menu + .theme-content,
.post .theme-names-menu + .theme-content {
  float:right;
  width:638px;
  margin-left:30px;
}
pre,
.theme-content img ,.youtube-video-embed iframe{
  border: 2px solid #e6e6e6;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.085);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.085);
  cursor: pointer;
}
.youtube-video-embed iframe {
    border-width: 10px;
}
.theme-setting{
  float: left;
  width: 100%;
}
.theme-names-menu {
	font-size: 13px;
	width: 260px;
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.025);
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.025);
	margin-bottom: 0;
}
.theme-menu .left-menu-link li,
.theme-names-menu .left-menu-link li{
  padding: .5em 0;
  border-bottom: 1px dotted #e6e6e6;
  list-style: decimal !important;
  list-style-position: inside !important;
  color: #999999;
}

.theme-menu .left-menu-link a:hover,
.theme-names-menu .left-menu-link a:hover {
 	color:#ff0000;
}
.theme-menu .left-menu-link li a {
	line-height: 22px;
	padding-left: 3px;
	text-transform: capitalize;
}
.theme-menu .left-menu-link li:last-child {
  border-bottom: 0;
}
.theme-menu #related-link {
  background: #f4f7fa;
  padding: 10px;
  margin:6px 0;
}
.theme-menu #related-link h2 {
  font-size: 13px;
  margin-top:0;
  margin-bottom:10px;
}
.theme-menu #related-link ul {
  margin: 0;
  padding-left:15px;
}
.theme-menu #related-link ul li {
  margin: 0;
  line-height:22px;
}
.theme-menu #related-link > ul > li > a:hover{
	color:#ff0000;
}

a.to-top {
    background: rgb(186 95 69) none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    bottom: 2em;
    display: inline-block;
    height: 2em;
    position: fixed;
    right: 2em;
    text-indent: -999em;
    width: 2em;
}
a.to-top::before {
    bottom: 0;
    color: #fff;
    content: ">";
    display: block;
    font-family: "WebSymbolsRegular";
    left: 0;
    line-height: 2;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    transform: rotate(-90deg);
}

.color-red{
	color:red !important;
}

.left-menu-link .child{
	margin: 5px 0 0 20px;
}
.left-menu-link .child li {
    padding: 5px 0 !important;
}

.html-content{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.086);
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	padding:10px;
	background-color: #f7f7f7;
	color:#333333;
}
div#section-12 .broken {
    float: left;
    width: 100%;
}
div#section-12 .broken p {
    float: left;
    width: 100%;
    margin: 0 -15px;
}
div#section-12 .broken a {
    float: left;
    width: 30%;
    padding: 0 15px;
}

pre code {
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    white-space: pre;
    word-wrap: normal;
}
span.image-caption {
    color: #777;
    float: left;
    font-style: italic;
    margin: 5px 0;
    width: 100%;
	text-align: right;
}
.column_2{ 
    width:auto;
    float: left;
    margin: 0 40px 0 0;
}
.al-menu{
  width: 50%;
  margin: 0;
}
.theme-settings1{
  width: 26%;
  margin: 0;
}
.theme-settings2{
  width: 74%;
  margin: 0;
  column-count: 3;
}
.theme-settings2 p {
    width: auto;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 15px 20px 0;
}
h3 {
    background: var(--bg-color);
    padding: 15px 15px;
    color: #fff;
    margin: 0 0 20px;
	}
  #section-10 .both-image a, .product-page-setting .both-image a, .newsletter-popup .both-image a,.password-page .both-image a, .checkout-page .both-image a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 0 40px 20px 0;
}
/*****  theme upload-Youtube  ******/

.youtube-link {
  float: left;
  margin: 0 0 30px;
  background: #e62621;
  padding: 0;
  width: 100%;
}
.youtube-link a img {
    height: 70px;
    width: 70px;
    border: none;
    box-shadow: none;
    padding: 0;
}
.youtube-inner-main div {
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px 0 0;
  color: #fff;
}
.youtube-inner-main {
    float: left;
    width: 100%;
}
.youtube-inner-main a {
   font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    justify-content: center;
    padding: 10px 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-bg {
    height: 100% !important;
    position: fixed !important;
}
.mfp-wrap {
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    overflow: hidden auto;
}
@media(max-width:1199px) and (min-width:992px){
  .youtube-inner-main div,
  .youtube-inner-main a{
    font-size:17px;
  }
}
@media(max-width:1600px) and (min-width:992px){
  #left-column {
    width: 23%;
    overflow: auto;
    overflow-x: auto;
  }
  .fixedbar {
    margin: 30px 0;
  }
  .post .theme-content {
    width: 71%;
  }
}
@media(max-width:1400px){
  .post .theme-content {
    margin: 20px 40px;
  }
}
@media (max-width: 1200px) {  
  .theme-names-menu {
    top: 80%;
  }
}
@media(min-width:1199px) {
  .container.youtube-container {
    max-width: 1090px;
  }
}
@media(max-width:1199px){
  .sub-menu1 li a, .sub-menu1-modules li a {
      margin-left: 30px;
  }
  .sub-menu li a, .sub-menu-modules li a {
      margin-left: 15px;
  }
}
@media(max-width:991px){
  #left-column {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  } 
  .rightbar,.theme-menu{
    width: 100%;
  }
  .post .theme-content{
    float: left;
    width: 95%;
    margin: 0;
    padding: 20px 22px 0;
  }
  .post .theme-content h2{
    font-size: 18px;
  }
  .theme-settings1,.theme-settings2{
    width: auto;
  }
  .youtube-inner-main{
  float:left;
  width:100%;
  display:block;
  text-align:center;
}
.youtube-inner-main div{
  padding:0;
  text-align:center;
}
.youtube-inner-main a{
  display:block;
}
.youtube-link a img{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
}
@media(max-width:767px){
  .post .theme-content{
    padding: 20px 20px 0;
  }
}
@media(max-width:660px){
  .post .theme-content{
    width: 94%;
  }
}
@media(max-width:544px){
  .post .theme-content{
    padding: 20px 15px 0;
  }
}
@media(max-width: 480px){
  .theme-settings2 {
    column-count: 1;
  }
}
@media(max-width:420px){
  h1{
    font-size: 18px;
    line-height: 22px;
  }
  .post .theme-content{
    width: 91%;
  }
}