@font-face {
  font-family:'Lato';
  font-weight:900;
  font-style:normal;
  src:url(Lato-Black.ttf);
}
@font-face {
  font-family:'Lato';
  font-weight:700;
  font-style:normal;
  src:url(Lato-Bold.ttf);
}
@font-face {
  font-family:'Lato';
  font-weight:400;
  font-style:normal;
  src:url(Lato-Regular.ttf);
}
@font-face {
  font-family:'Lato';
  font-weight:300;
  font-style:normal;
  src:url(Lato-Light.ttf);
}
@font-face {
  font-family:'Lato';
  font-weight:100;
  font-style:normal;
  src:url(Lato-Thin.ttf);
}
@keyframes header-slide-left {
  0% {
  left:33%;
  transform:rotate(0deg);
}
8% {
  left:20%;
  transform:rotate(-15deg);
}
61% {
  left:20%;
  transform:rotate(-15deg);
}
65% {
  left:33%;
  transform:rotate(0deg);
}
100% {
  left:33%;
  transform:rotate(0deg);
}
}
@keyframes header-slide-right {
  0% {
  right:33%;
  transform:rotate(0deg);
}
8% {
  right:20%;
  transform:rotate(15deg);
}
61% {
  right:20%;
  transform:rotate(15deg);
}
65% {
  right:33%;
  transform:rotate(0deg);
}
100% {
  right:33%;
  transform:rotate(0deg);
}
}
.cake-mobile-logo {
  width:80px;
  height:80px;
  margin-bottom:20px;
  margin-top:-40px;
  margin-left:10px;
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  padding:0;
  font-family:'Lato',sans-serif;
  font-size:18px;
  color:#7d766f;
  line-height:120%;
  background-color:#fefefe;
  overflow-x:hidden;
  background-image:url(triangle_bg.png);
  background-position:left 70%;
  background-repeat:no-repeat;
  background-size:auto;
}
a {
  font-weight:normal;
  color:#7d766f;
  text-decoration:underline;
  text-decoration-color:#29B9F2;
  text-decoration-thickness:2px;
}
a:hover {
  color:#29B9F2
}
p {
  color:#333;
  font-weight:300;
}
p.padded {
  max-width:1000px;
  margin:25px auto;
  display:inline-block;
  padding-left:20px;
  padding-right:20px
}
.center {
  text-align:center !important;
}
.heading1.center {
  margin-left:auto !important;
  margin-right:auto !important
}
li {
  padding-bottom:10px;
}
.heading1 {
  letter-spacing:1px;
  display:inline-block;
  width:auto;
  position:relative !important;
  font-size:24px;
  font-weight:bold;
  color:#333;
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center left;
  background-color:transparent;
  padding:0px;
  margin:0px;
  text-transform:uppercase;
}
.heading1.underlined:after {
  content:'';
  display:inline-block;
  width:100%;
  height:2px;
  background:linear-gradient(to right,#6066F4 0%,#DB4CE7 50%,#C34D3A 100%);
  position:absolute;
  bottom:-5px;
  left:0;
}
.header {
  margin:0 auto;
  width:100vw;
  height:auto;
  background-image:url(squares_bg.png);
  background-position:right center;
  background-repeat:no-repeat;
  background-size:contain;
}
.header .container {
  height:auto;
  margin-top:60px;
}
.box-50 {
  width:calc(50% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:top;
}
.box-33 {
  width:calc(33% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:top;
  text-align:center
}
.box-66 {
  width:calc(66% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:top;
}
.box-75 {
  width:calc(75% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:top;
}
.box-25 {
  width:calc(25% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:top;
}
.box-left {
  padding-right:10px;
}
.box-right {
  padding-left:10px;
}
.btn {
  border:2px solid #333;
  border-radius:60px;
  padding:10px 20px;
  font-size:14px;
  text-transform:uppercase;
  background-color:#fff;
  cursor:pointer;
  margin-right:20px;
}
.btn.btn-highlight {
  box-shadow:0px 0px 0px 4px #29B9F2;
}
.btn.margin-left {
  margin-left:20px
}
.btn.margin-right {
  margin-right:20px
}
.btn.margin-top {
  margin-top:20px
}
.btn.margin-bottom {
  margin-bottom:20px
}
.icon-container {
  text-align:center;
}
.icon-group {
  width:calc(100% - 10px);
  display:inline-block;
  height:auto;
  vertical-align:middle;
  margin:10px auto
}
.icon-group .icon {
  width:40px;
  font-size:32px;
  margin-left:5px;
  margin-right:15px;
  display:inline-block;
  height:auto;
  vertical-align:middle;
  color:#faba23;
  text-align:center;
}
.icon-group .icon-text {
  width:calc(100% - 70px);
  display:inline-block;
  height:auto;
  vertical-align:middle;
}
.icon-box {
  width:calc(33% - 30px);
  display:inline-block;
  min-height:270px;
  vertical-align:top;
  margin:10px 15px;
  background-color:#fff;
  box-shadow:1px 1px 3px 0px #ddd;
  border-radius:10px;
  padding:25px;
}
.icon-box .icon {
  font-size:50px;
  display:block;
  height:auto;
  vertical-align:top;
  color:#fff;
  text-align:center;
  width:100px;
  background:#29B9F2;
  margin:0 auto;
  height:100px;
  padding-top:18px;
  border-radius:100%;
  border:4px solid #fff;
  box-shadow:0px 0px 0px 4px #29B9F2;
}
.icon-box .icon-img {
  text-align:center
}
.icon-box .icon-img img {
  width:80px;
  height:auto
}
.icon-box .icon-text,.avatar-container .icon-text {
  display:block;
  height:auto;
  vertical-align:top;
  padding:5px 10px;
  text-align:center
}
.icon-box .heading1,.avatar-container .heading1 {
  margin-bottom:5px;
  margin-top:5px;
}
.icon-box .icon-text b,.avatar-container .icon-text b {
  letter-spacing:1px;
  font-weight:bold;
  color:#333;
  text-transform:uppercase;
  display:inline-block;
  padding:10px 5px;
  margin-top:5px;
  margin-bottom:0px
}
.icon-box .icon-text span,.avatar-container .icon-text span {
  font-size:16px;
  line-height:100% !important;
  display:inline-block;
  color:#333;
  font-weight:300;
}
.img-box {
  width:200px;
  height:200px;
  display:inline-block;
  padding:10px;
  text-align:center;
}
.img-box img {
  max-height:100%;
  max-width:100%;
  height:auto;
  width:auto;
  border-radius:10px;
}
.avatar-container {
  width:calc(33% - 30px);
  display:inline-block;
  height:auto;
  vertical-align:top;
  margin:10px 15px;
}
.avatar-box {
  width:150px;
  height:150px;
  display:inline-block;
  padding:0px;
  text-align:center;
  margin:10px auto;
  border:8px solid #fff;
  box-shadow:0px 0px 0px 4px #29B9F2;
  border-radius:100%;
}
.avatar-box img {
  max-height:100%;
  max-width:100%;
  height:auto;
  width:auto;
  border-radius:100%;
}
.gradient-text {
  font-size:16px;
  font-weight:300;
  text-align:left;
  background:linear-gradient(to right,#6066F4 0%,#DB4CE7 100%);
  background-clip:border-box;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  width:auto;
  display:inline-block;
  margin:25px 0px 10px 0px !important;
}
a:hover,.btn:hover span {
  background:linear-gradient(to right,#6066F4 0%,#DB4CE7 100%) !important;
  background-clip:border-box !important;
  background-clip:text !important;
  -webkit-background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
}
.btn:hover,.btn.btn-highlight:hover {
  background:linear-gradient(#fff 0 0) padding-box,linear-gradient(to right,#6066F4 0%,#DB4CE7 50%,#C34D3A 100%) border-box;
  border:2px solid transparent;
  box-shadow:0px !important;
}
.apps p {
  margin:6px 0px;
}
.apps {
  box-shadow:1px 1px 3px 0px #ddd;
  border-radius:20px;
  padding:0px !important;
  margin-bottom:40px !important;
}
.apps .box-66 {
  padding:40px;
}
.apps .box-33 {
  flex: 1;
  background-size:cover !important;
  border-radius:20px 0px 0px 20px;
}
.apps .box-33.app1 {
  background:url(app1.png);
}
.apps .box-33.app2 {
  background:url(app2.png);
}
.apps .box-33.app3 {
  background:url(app3.png);
}
.icon .fa,.icon .fab {
  color:#fff;
}
.container {
  width:100%;
  max-width:1200px;
  height:auto;
  margin:0 auto;
  padding:20px;
  vertical-align:top;
}
.title,.desc {
  padding:20px;
  text-align:left;
  font-weight:600;
  color:#333;
}
.title {
  font-size:64px;
  letter-spacing:-2px;
  line-height:55px !important;
}
.subtitle {
  font-size:22px !important;
  line-height:22px !important;
  margin-bottom:0px !important;
  padding:0px 20px;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
  color:#29B9F2 !important;
  font-weight:300 !important;
}
.desc {
  font-size:22px;
  line-height:22px !important;
  font-weight:300 !important;
  margin-bottom:40px;
}
.header-text {
  display:inline-block;
  height:auto;
  vertical-align:top;
  padding-top:0;
}
.header-img {
  display:inline-block;
  height:auto;
  vertical-align:top;
  text-align:center
}
.header-img {
  margin-top:40px;
}
.header-img img {
  display:inline-block;
  margin:0 auto;
  height:370px;
  width:auto;
}
.header-img img.header-img-center {
  z-index:3;
  position:relative;
}
.header-img img.header-img-background {
  z-index:1;
  position:relative;
}
.header-img img.header-img-left {
  z-index:2;
  position:relative;
  left:33%;
  transform:rotate(0deg);
  opacity:0.9;
  animation-name:header-slide-left;
  animation-duration:8s;
  animation-delay:0.5s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}
.header-img img.header-img-right {
  z-index:2;
  position:relative;
  right:33%;
  transform:rotate(0deg);
  opacity:0.9;
  animation-name:header-slide-right;
  animation-duration:8s;
  animation-delay:1.5s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}
.nav-bar {
  vertical-align:middle;
  background-color:#fff;
  box-shadow:none;
  border:none;
  display:block;
  width:100%;
  padding:10px 40px 10px 10px;
  border-radius:0px;
  height:50px;
  text-align:right;
  margin:0 auto;
  margin-top:0;
  margin-bottom:0;
  position:sticky;
  z-index:4;
  top:0;
  left:0;
  background-image: url(cake_logo.png);
  background-size: auto 36px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.nav-bar a {
  font-weight:bold;
  padding-top:4px;
  font-size:14px;
  display:inline-block;
  text-align:right;
  width:auto;
  padding-left:20px;
  padding-right:20px;
  color:#333;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
}
.nav-bar a:hover {
  color:#faba23;
}
.content-img {
  display:inline-block;
  height:auto;
  width:auto;
  max-height:300px;
  max-width:100%;
  vertical-align:middle;
  text-align:center
}
.content-img img {
  display:inline-block;
  margin:0 auto;
  width:240px;
  height:auto;
  border-radius:8px
}
.content-float {
  display:inline;
  width:240px;
  height:auto;
  float:right;
  margin:10px;
  vertical-align:bottom;
  text-align:center
}
.content-small {
  width:150px;
  height:auto;
  margin:10px
}
.avatar-social {
  color:#29B9F2;
  font-size:18px;
  margin-top:10px;
  margin-left:5px;
  margin-right:5px
}
.contact-social {
  color:#fff;
  font-size:14px;
  margin-top:10px;
  margin-right:8px;
  background:#29B9F2;
  border-radius:100%;
  width:26px;
  height:26px;
  text-align:center;
  padding-top:4px;
  border:2px solid #fff;
  box-shadow:0px 0px 0px 2px #29B9F2;
}
.contact-container {
  width:100vw;
  background-color:#D4F0FC;
  text-align:center;
  padding:0 !important;
  margin:0px auto;
  margin-top:40px;
  border-top:1px solid #29B9F2;
}
.contact-box {
  padding:40px 0px;
}
.contact-info {
  padding:0 !important;
  margin:0 !important;
  line-height:100% !important;
  font-size:16px;
  text-align:left;
}
.contact-links a {
  font-size:16px;
  text-decoration:none !important;
  color:#075777;
  padding-left:5px;
  padding-right:5px;
  font-weight:700;
}
ul.news {
  text-align: left;
  margin-top: 25px;
}
ul.news li {
  list-style-type: none;
}
ul.news li a {
  color: #075777;
  font-weight: 400;
  text-decoration: none !important;
}
ul.news li:before {
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff !important;
  font-size: 18px;
  margin: 0px 8px 4px 0px;
  background: #29B9F2;
  border-radius: 100%;
  width: 26px !important;
  height: 26px !important;
  text-align: center;
  padding-top: 2px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #29B9F2;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 100% !important;
  padding-left: 2px;
}
ul.news li:hover:before {
  color:#fff !important;
  border: 2px solid #fff !important;
  box-shadow: 0px 0px 0px 2px #29B9F2 !important;
}
.copyright {
  font-size:13px;
}
.contact-form input,.contact-form textarea {
  border:0px;
  border-radius:60px;
  padding:10px 20px;
  font-size:14px;
  font-weight:400;
  background-color:#fff;
  cursor:pointer;
  margin-right:20px;
  width:400px;
  display:block;
  max-width:100%;
  margin:10px auto;
  color:#333;
  box-shadow:inset 1px 1px 1px 1px #ddd;
  font-family:'Lato',sans-serif;
}
.contact-form input:placeholder,.contact-form textarea:placeholder {
  font-size:14px;
  text-transform:uppercase;
  font-family:'Lato',sans-serif;
  font-weight:700;
}
.contact-form .btn {
  width:400px;
  display:block;
  max-width:100%;
  margin:10px auto;
}
hr {
  color:#29B9F2;
  border:1px solid #29B9F2;
  margin:30px auto;
  margin-bottom:40px;
  background-color:#29B9F2;
  width:60px;
  display:block;
}
.blog-article-box {
    max-width: 90vw;
    margin: 0 auto;
    display: block;
    width: 1000px;
    margin-top: 40px;
}
.blog-article-box h1, .blog-article-box h2, .blog-article-box h3, .blog-article-box h4 {
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    position: relative !important;
    font-size: 24px;
    font-weight: bold !important;
    color: #333 !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none !important;
}
.blog-article-box h1 a, .blog-article-box h2 a, .blog-article-box h3 a, .blog-article-box h4 a {
    font-weight: bold;
    color: #333;
    text-decoration: none !important;
}
.blog-article-box h1 {
    font-size: 24px;
}
.blog-article-box h1.heading1 {
    font-size: 24px !important;
}
.blog-article-box h2 {
    font-size: 18px;
    margin-top: 0px;
}
.blog-article-box h3 {
    font-size: 18px;
    margin-top: 0px;
}
.blog-article-box h4 {
    font-size: 18px;
    margin-top: 0px;
}
.blog-article-box h1:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,#6066F4 0%,#DB4CE7 50%,#C34D3A 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.blog-article-box .date, .blog-article-box .post-categories {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    background: linear-gradient(to right,#6066F4 0%,#DB4CE7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
    display: block;
    margin: 12px 0px 8px 0px !important;
}
.blog-article-box a {
  text-decoration: none !important;
}
.blog-article-box .all-posts article {
    box-shadow: 1px 1px 3px 0px #ddd;
    border-radius: 20px;
    padding: 10px 0px 20px 30px;
    margin-bottom: 0px !important;
}
.blog-banner {
    display: block;
    height: 200px;
    width: 100vw;
    background-color: #29B9F2;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    background-image: url(https://cakelabs.com/assets/image/cake_labs_banner.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    margin-top: -80px;
}
.article-page-box {
  box-shadow:1px 1px 3px 0px #ddd;
  border-radius: 20px;
}
.article-page-content {
  padding: 20px 20px 20px 40px;
}
.cover-image {
    width: 100%;
    height: 300px;
    display: block;
    background-image: url(https://cakelabs.com/assets/image/cake_labs_square.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
}
a.Pagination-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #D4F0FC;
    text-align: center;
    border-radius: 5px;
    padding-top: 2px;
    margin-right: 10px;
    vertical-align: top;
    border: 2px solid #D4F0FC;
}
a.Pagination-link.Pagination-link--active {
    border: 2px solid #29B9F2 !important;
}
span.Pagination-link--inactive {
    display: none;
}
@media only screen and (min-width:800px) {
.container {
  display:flex;
}
}
@media only screen and (min-width:800px) and (max-width:1200px) {
.container {
  max-width:800px !important;
}
.blog-banner {
  height: 100px !important;
}
.article-page-content {
  padding: 20px !important;
}
.nav-bar {
  display:none !important
}
.title {
  text-align:left;
  font-size:46px !important;
  line-height:40px !important;
}
.desc {
  font-size:18px !important;
}
.header-text {
  padding-top:0px !important
}
.header {
  height:440px !important;
}
.header .container {
  height:auto !important;
}
.header-img {
  margin-top:60px;
}
.header-img img {
  display:inline-block;
  margin:0 auto;
  height:auto;
  width:120px;
}
.icon-box {
  width:calc(30% - 10px) !important;
  min-height:340px;
}
.apps .box-66 {
  padding-right:20px;
}
.header .btn.margin-right {
  margin-right:10px !important;
}
.header .btn.margin-left {
  margin-left:10px !important;
}
.header .btn {
  padding:8px 18px !important;
  font-size:12px !important;
}
}
@media only screen and (max-width:799px) {
.apps .box-33 {
  height:330px;
}
.box-50 {
  width:99% !important;
  display:block !important;
  float:none !important;
  margin:0 auto !important;
  position:relative !important;
  margin-bottom:40px !important;
  padding:20px !important;
}
.blog-banner {
  height: 100px !important;
}
.article-page-content {
  padding: 20px !important;
}
.avatar-container {
  width:calc(90% - 30px) !important;
}
.box-left,.box-right {
  padding:0px !important;
}
.nav-bar {
  display:none !important;
}
.icon-box {
  width:calc(90% - 10px) !important;
  min-height:auto !important
}
.title {
  text-align:left !important;
  font-size:40px !important;
  line-height:38px !important;
}
.desc {
  font-size:18px !important;
}
.header-text {
  padding-top:0px !important
}
.header {
  height:auto !important;
}
.header .container {
  height:auto !important;
}
.header-text {
  padding:0 !important;
}
.header-img {
  display:none !important
}
.header .btn.margin-right {
  margin-right:10px !important;
}
.header .btn.margin-left {
  margin-left:10px !important;
}
.header .btn {
  padding:8px 18px !important;
  font-size:12px !important;
}
.container {
  max-width:99vw !important;
  padding-bottom:0px;
}
.container.apps {
  width:90%;
}
.container.apps .box-33 {
  width:100%;
  border-radius:20px 20px 0px 0px;
}
.container.apps .box-66 {
  width:100%;
  padding:30px !important;
}
.contact-form-container {
  border-top:4px solid #fff;
  padding-top:60px !important;
}
img {
  max-width:99vw !important;
}
.subtitle {
  font-size:16px !important;
  line-height:16px !important
}
.cake-mobile-logo {
  display:block !important;
  width:80px;
  height:80px;
  margin-bottom:20px;
  margin-top:-20px;
}
.header {
  background-image:url(squares_bg_2.png) !important;
}
.news {
  margin-left: 0px;
  padding-left: 0px;
}
}
