/*
    MAIN PAGE
	www.cateater.com
	Cateater, LLC
*/

/* Basic */

body, input, select, textarea {
    background-color: white;
    color: #515151;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    line-height: 1.65em;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: black;
    text-align: left;
    font-size: 2em;
    letter-spacing: -0.02em;
    line-height: 1.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.15em;
    margin: 1em 0;
}

h5 {
    font-size: 1em;
    margin: 1em 0;
}

strong, b {
    font-weight: 500;
    /*  color: #3e3e3e;*/
}

p, ul, ol, dl, table {
    padding: 0;

}

blockquote, q {
   font-style: italic;
}

ol {
    padding-left: 3em;
    margin-bottom: 1em;
}

a {
    color: #08c;
    text-decoration: none;
}

a:hover {
    color: #578bab;
    text-decoration: none;
}

.center {
    margin: auto;
}

.fullimage {
    display: block;
    width: 100%;
}

ul {
    list-style-type: none;
}

/* changes for in-app help only */
#content ul {

	margin-left: 3em;
}

#content .fullimage {

	margin-top: 3em;
	margin-bottom: 3em;
	
}

#content img {
    display: block;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
}

li {
    list-style: disc;
}

section {
	
	padding: 0em 0 3em 0; 
}

#logo {
    top: 0px;
    left: 35px;
    position: absolute;
    width: 93px;
    height: 50px;
    background: url('images/logo.png');
    display: inline-block;
    z-index: 1;
    background-size: 93px;
}

@media all and (min-width: 960px) {
    body {
        font-size: 20px;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    body {
        font-size: 18px;
    }
}

@media all and (max-width: 599px) and (min-width: 320px) {
    body {
        font-size: 16px;
    }
}

/****** Features Short *****/

.features-short {

    padding-top: 4em;
    padding-bottom: 2em;
    font-size: 0.9em;
    
    margin-left: 10%;
    margin-right: 10%;
    
}

.features-short img {

    width: 40px;
    height: 40px;
}

.features-short h4 {
 
    font-weight: bold;
    margin: 0;
}

.features-short p {

}

.features-short ul {

    width: 100%;
    margin-top: 1em;
    
   display: flex;
     flex-wrap: wrap;
}

.features-short li {

  background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
      width: 100%;
}

/****** Support *****/


.support {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    //font-size: 0.9em;
}

.pageitem {
    margin-left: 2em;
    margin-right: 2em;
}

/********  Animation  *********/

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}

.active.fade-in {
  animation: fade-in 0.5s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 0.5s ease-in;
}
.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/********  Product  *********/

.product {
    max-width: 1300px;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
}

/*
 .product li:nth-child(odd) {
    background-color: #f2f2f2;
}
*/

.product li {
    list-style: none;

}

.product h1, .product h2, .product h3 {
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.2em;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    width: calc(100% - 80px);
    margin-top: 0;
     margin-bottom: 0;
     transition: opacity 550ms ease-in-out;
	
}

.product h1 {
    font-weight: 600;
    font-size: 3em;
}

.product h3 {
  font-size: 3em;
}

.product p {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 800px;
    width: calc(100% - 80px);
}

.image-icon-hero {
    padding: 1em;
    width: 130px;
    height: auto;
}

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

.image-icon {
    padding: 2em;
    width: 75px;
    height: 75px;
}

.image-icon-features {
    padding: 2em 1em 2em 1em;
    width: 60px;
    height: 60px;
}

#product-nav {
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

#product-nav li {
    display: inline-block;
    margin-left: 0.7em;
    margin-right: 0.7em;
    position: relative;
}

i {
  
  display: inline-block;
  padding: 4px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (max-width:680px) {
    #product-nav li {
        display: block;
        margin: 1em;
    }
}


/*** Support ***/

#support-nav {
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

#support-nav li {
    padding-top: 3em;
    display: inline-block;
    margin-left: 0.7em;
    margin-right: 0.7em;
    position: relative;
}



/*** Section Buy ***/

.storepage {
    padding-top: 8em;
    padding-bottom: 8em;
}

.storepage h1 {
    text-align: center;
    font-weight: 500;
}

.storepage h2 {
    text-align: center;
}


.storepage h4 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.0em;
}

.storepage h5 {
margin: 0px;
font-size: 1em;
text-align: center;
font-weight: 100;
}



.roundButton.is-buy {


}



.image-icon-buy {
    padding: 2em;
    width: 115px;
    height: 115px;
}

.image-icon-buy-small {
    padding: 1em;
    width: 75px;
    height: 75px;
}




#storepage-nav {
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

#storepage-nav li {
  
    display: inline-block;
    position: relative;
    padding-top: 1em;
}



.storepage #buynow  {
    padding: 0;
    font-size: 13px;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: -0.005em;
    background-color: #08c;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    

}


.storepage p {
    /* margin: 0px; */
    /* padding: 0; */
    font-size: 0.9em;
    text-align: center;
    line-height: 1.2em;
    margin-top: 0;
}

/*** Navigation ***/

nav {
    text-align: center;
    /*background-color: #f2f2f2;*/
    color: #0f0f0f;
    padding: 1em 0 1em 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    font-size: 0.8em;
    /*max-width: 600px;*/
    line-height: 1em;
    opacity: 0.8;
    letter-spacing: -0.01em;
}

#top-nav {
    display: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    
}

#top-nav li {

    display: inline-grid;
    position: relative;
    margin-top: 0.25em;
    width: 190px;
}

nav h1 {
    color: #0f0f0f;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
}

nav a {
    color: #0f0f0f;
    font-size: 0.8em;
    opacity: 0.8;
    letter-spacing: -0.01em;
}

#buynow  {
    margin-right: 10px;
    padding: 0;
    font-size: 13px;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: -0.005em;
    background-color: #08c;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
    position: absolute;
    right: 0;

}

#buynow:hover  {
    background-color: #09c;
}

#navmore {
    display: inline-block;
    font-size: 1.75em;
    margin-left: 10px;
    position: absolute;
    left: 0;
}

@media all and (max-width: 799px)  {
    
    #top-nav li {

        width: 100%;
      
    }
    
    nav a {
        font-size: 1em;
    }
    
    nav h1 {
        font-size: 1.25em;
    }
    
    #top-nav {
        line-height: 2em;
      margin-left: 2em;
    }
}

/*** Footer ***/

footer {
    text-align: center;
    background-color: #f5f5f7;
    color: #0f0f0f;
    padding: 1em 0 1em 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    font-size: 0.8em;
    /*max-width: 600px;*/
    line-height: 1em;
    opacity: 0.8;
    letter-spacing: -0.01em;

}

footer p {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    color: #0f0f0f;
    font-size: 0.8em;
    opacity: 0.5;
    letter-spacing: -0.01em;
}

footer h1 {
    color: #0f0f0f;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.01em;
}

footer a {
    color: #0f0f0f;
    font-size: 0.8em;
    opacity: 0.8;
    letter-spacing: -0.01em;
}

footer hr {
    margin-top: 2em;
    color: #0f0f0f;
    max-width: 80%;
    opacity: 0.25;
}



#footer-nav {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-align: left;
    width: fit-content;
}

#footer-nav li {

    display: inline-grid;
    position: relative;
    margin-top: 0.25em;
    width: 190px;
}

#footer-nav img {
width: 75px;
margin-top: 30px;
}

@media all and (max-width: 799px)  {
    
    #footer-nav li {

        width: 100%;
      
    }
    
    footer a {
        font-size: 1em;
    }
    
    footer h1 {
        font-size: 1.25em;
    }
    
    #footer-nav {
        line-height: 2em;
      margin-left: 2em;
    }
}

/********** Inapp Help *************/

#content {

    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.65em;

}

.thumb {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    vertical-align: text-bottom;
    pointer-events: none;
    overflow: hidden;
    margin-right: 20px;
}


/***** page header */

.header h2 {
    font-weight: 300;
    font-size: 1em;
    padding: 1em 0em 0em 0;
    line-height: 1.25em;
}


/***** Support ******/

.support h1 {
    font-weight: 300;
    font-size: 2em;
    text-align: left;
    margin-top: 2em;
}

.support h2 {
    
    margin-top: 1em;
    font-size: 1em;
    font-weight: 300;
    color: #333;
    line-height: 1.25;
    text-align: left;
    
    
}


.roundButton:hover {
    color: var(--color);
background-color: var(--accent-hover);
border-color: var(--accent-hover);
}

.roundButton {
    --accent: #09c;
    --accent-hover: #09c;
    --color: #FFFFFF;
    display: inline-block;
    padding: 8px 19px;
    font-size: 16px;
    color: var(--color);
    line-height: 1.5;
    letter-spacing: -0.002em;
    background-color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 25px;
    transition: background 130ms ease-in-out,color 130ms ease-in-out,border 130ms ease-in-out;

}

/***** News ******/

.news h1 {
    font-weight: 300;
    font-size: 2em;
    text-align: left;
    margin-top: 2em;
}

.news h2 {
    
    margin-top: 5px;
    font-size: 0.75em;
    color: #333;
    line-height: 1.25;
    letter-spacing: .004em;
    opacity: .5;
    text-align: left;
    
    
}


/***** Bottom ****/

.bottombar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: white;
    border-top: solid 1px lightgray;
    text-align: center;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/******* TOC *******/

button.accordion {
    font-weight: 400;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    background-color: #FFF;
    border-bottom: 1px solid #e6e9ea;
}

button.accordion.active, button.accordion:hover {
    /*  background-color: #ddd; */
}

button.accordion:after {
    content: '\002B';
    color: #333;
    font-weight: bold;
    float: left;
    margin-left: 0px;
    margin-right: 1em;
    transition: transform .1s linear;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
}

div.panel.show {
    max-height: 5000px;
}

.panel li {
    font-weight: 400;
    color: #333;
    font-size: 1em;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #e6e9ea;
}

.panel li a {
    color: #333;
}


/******* Icons ******/


.mi-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;

  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  
  
    width: 1em;
    height: 1em;
    top: -0.1em;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    pointer-events: none;
    overflow: hidden;
    
}

@font-face {
    font-family: ionicons;
    src: url("font/ionicons.ttf");
}


.ion-icons {
  font-family: 'ionicons';
  font-weight: normal;
  font-style: normal;

  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  
  
    width: 1em;
    height: 1em;
    top: -0.1em;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    pointer-events: none;
    overflow: hidden;
    
}


.icon {
    background-size: cover;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    top: 0.15em;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    pointer-events: none;
    overflow: hidden;
}




/***** Search field *****/
.search {
  
  position: relative;
  max-width: 610px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1em;
}

/*
@media only screen and (min-height: 600px) {
    .search {
    margin-bottom: 3em;
    }
}
*/


.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid #08c;
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}



.search-results-list {
	list-style-type:none;
	margin: 0px;
	
}

.search-result-link {
	display:block; 
}

.search-result-description {
	font-size: 0.9em;
    margin-bottom: 1em;
    line-height: 1em;
}


/*** Help Index ***/

@media (min-width: 768px)
.blocks-list {
    margin: 0 -10px;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 10px 20px;
  }
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}


.blocks-item {
  border: 1px solid #08c;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 107, 166, 1);
  display: flex;
  flex: 1 0 240px;
  flex-direction: column;
  justify-content: center;
  margin: 0 10 30px;
  max-width: 100%;
  text-align: center;
}


.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #08c;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  line-height: 1.0em;
  margin: 10px;
}

.blocks-item-link {
  color: rgba(0, 107, 166, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}



.category-box {
    text-align: center;
    min-height: 135px;
    color: #383635;
}
.category-box img {
    height: 50px;
    margin:0 auto;
}

.category-box h1 {
    margin: 15px 0 0 0;
    font-size: 32px;
    text-align: center;
}

.category-box h4 {
    margin: 25px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.cat-description {
    margin-bottom: 0;
    text-align:center;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1020px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section.knowledge-base,.section.submit-ticket {
    margin: 0px 0 0 0;
}
.knowledge-base .main-heading {
    text-align: center;
    margin-bottom:30px;
}



/********  Blog  *********/

.blog {

 max-width: 1300px;
 font-size: 1em;
 margin-left: auto;
 margin-right: auto;
    
}


.blog h1, .blog h2, .blog h3 {
    letter-spacing: -0.02em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 800px;
    width: calc(100% - 80px);
}

.blog h1 {
    margin-top: 0;
    font-weight: 300;
    font-size: 2em;
}

.blog h2 {
    margin-top: 3em;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 0;
}

.blog h3 {
  font-size: 1em;
}

.blog p {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 800px;
    width: calc(100% - 80px);
    
}

.blog ul {
    list-style:disc;
    padding-left: 3em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 800px;
    width: calc(100% - 80px);
}

.blog ol {
    list-style:decimal;
    padding-left: 3em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 800px;
    width: calc(100% - 80px);
}

.blog table {
    font-size: 1em;
    padding-top: 1em;
    padding-left: 3em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 800px;
    width: calc(100% - 80px);
}

.blog td { color: #08c; padding-top: 1em;}
.blog td:nth-child(2) { color: black; }

.blog p img {
    display: block;
    width: 100%;
}

/********  Lessons  *********/

.lesson header {
   
    color: white;
    margin-left: auto;
margin-right: auto;
text-align: left;
max-width: 800px;
width: calc(100% - 80px);
margin-bottom: 2em;
padding-left: 2em;
padding-top: 1em;
}

.lesson header h1 {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0em;
}

.lesson header h2 {
    margin-top: 0em;
    font-weight: 300;
    padding-bottom: 1em;
     font-size: 1em;
}

.lesson header .image-icon {
width: 50px;
height: 50px;
display: inline;
padding: 0em;
}




.lesson_center {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}

.lesson_wrapper {
position: relative;
width: 100%;
}

.lesson_image {
width: 100%;
height: auto;
}

.lesson_video {
position: absolute;
left: 50%;
width: 80%;
transform: translate(-50%, 9%);
}

