h1, h2, h3, h4, h5, h6 {
  line-height: 1.4 !important;
}
li {
  line-height: 1.5;
}
#site-navigation {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  #site-navigation {
    margin-right: 0;
    margin-left: auto;
  }
}
#site-navigation .nav-toggle {
  display: none;
}
.navigation.section {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 129px - 20px - 4px);
  height: 62px;
  padding-right: 20px;
  background: transparent !important;
}
@media (min-width: 400px) {
  .navigation.section {
    width: calc(100% - 129px - 20px - 4px);
  }
}
@media (min-width: 768px) {
  .navigation.section {
    height: 92px;
    padding-right: 40px;
    left: initial;
    width: calc(100% - 166px - 40px);
  }
}
@media (min-width: 1024px) {
  .navigation.section {
    padding-right: 40px;
    width: calc(100% - 166px);
  }
}
@media (min-width: 1280px) {
  .navigation.section {
    padding-right: 60px;
    width: calc(100% - 166px - 60px);
  }
}
@media (min-width: 1440px) {
  .navigation.section {
    padding-right: 80px;
    width: calc(100% - 166px - 80px);
  }
}
.navigation .alan-tutor-top-menu-link {
  display: none;
}
@media (min-width: 500px) {
  .navigation .alan-tutor-top-menu-link {
    display: inline-block;
  }
}
.navigation .blog-top-menu-link, .navigation .privacy-top-menu-link, .navigation .terms-top-menu-link, .navigation .about-us-top-menu-link, .navigation .contact-top-menu-link {
  display: none;
}
@media (min-width: 768px) {
  .navigation .blog-top-menu-link, .navigation .privacy-top-menu-link, .navigation .terms-top-menu-link, .navigation .about-us-top-menu-link, .navigation .contact-top-menu-link {
    display: inline-block;
  }
}
.navigation .careers-top-menu-link, .navigation .docs-top-menu-link {
  display: none;
}
@media (min-width: 1024px) {
  .navigation .careers-top-menu-link, .navigation .docs-top-menu-link {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #site-navigation {
    position: relative;
    width: 100%;
  }
}
.main-navigation {
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0;
  min-height: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  display: flex !important;
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 540px) {
  .main-navigation {
    width: initial;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-navigation ul li {
  float: left;
  border-top: none !important;
}
.main-navigation ul li.alan-menu-item-selected a {
  color: rgba(141, 203, 255, 0.9) !important;
}
.main-navigation ul li a {
  position: relative;
  display: inline-block;
}
.main-navigation ul li a:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  display: inline-block;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.main-navigation ul li a:hover:before {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  background-color: #8dcbff;
}
.main-navigation ul li:before {
  display: none;
}
.main-navigation ul li.sign-in a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.main-navigation ul li.sign-in a:after {
  position: relative;
  content: '';
  top: 2px;
  min-height: 16px;
  height: 16px;
  max-height: 16px;
  min-width: 16px;
  width: 16px;
  max-width: 16px;
  display: inline-block;
  background: url('https://alan.app/blog/voice/images/blog//icon-arrow-more.svg') no-repeat center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(8px);
  transition: transform 300ms ease-in-out;
}
.main-navigation ul li.sign-in a:hover:after {
  background: url('https://alan.app/blog/voice/images/blog//icon-arrow-more-hovered.svg') no-repeat center;
  background-size: contain;
  transform: translateX(16px);
  transition: transform 300ms ease-in-out;
}
.main-navigation ul li a {
  padding: 0;
  line-height: 17px;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
  margin-right: 0px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  min-width: 80px;
}
@media (min-width: 540px) {
  .main-navigation ul li a {
    margin-right: 14px;
    min-width: initial;
  }
}
@media (min-width: 768px) {
  .main-navigation ul li a {
    line-height: 19px;
    font-size: 16px;
    margin-right: 0;
    letter-spacing: 0.4px;
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul li a {
    margin-left: 30px;
  }
}
.main-navigation ul li:hover a {
  text-decoration: none !important;
  color: rgba(141, 203, 255, 0.9) !important;
}
.main-navigation ul li:active a {
  text-decoration: none;
  color: rgba(141, 203, 255, 0.9) !important;
}
.navigation {
  background-color: #fff !important;
}
.wf-active .site-title, .wf-active .site-description {
  visibility: visible !important;
}
.more-link {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
}
.more-link:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .more-link {
    max-width: 128px;
  }
}
@media (min-width: 1024px) {
  .more-link {
    max-width: 160px;
  }
}
.header {
  background-color: #000 !important;
  padding-bottom: 0 !important;
  padding-top: 62px !important;
}
@media (min-width: 768px) {
  .header {
    padding-top: 92px !important;
  }
}
@media (min-width: 1024px) {
  .header {
    padding-top: 92px !important;
  }
}
@media (min-width: 1280px) {
  .header {
    padding-top: 92px !important;
  }
}
@media (min-width: 1440px) {
  .header {
    padding-top: 92px !important;
  }
}
.header .cover {
  background: none;
}
.header .section-inner {
  width: 100% !important;
  max-width: 100%;
}
.post .content-inner {
  max-width: 800px;
}
.entry-title {
  text-align: left;
  margin: 0 !important;
}
.single .heading-title {
  text-align: left;
}
.hentry {
  margin-bottom: 0px;
  padding-top: 8px;
}
.row .col.section-title span {
  padding-left: 0 !important;
}
.blog-title {
  margin-bottom: 0px;
}
.related-post-wrap .row-bg-wrap .row-bg {
  background-color: f9f9f9;
}
#top nav > ul {
  margin-top: 24px;
}
.header-inner.section-inner {
  position: initial;
  margin: 0;
  min-height: 80px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url('https://alan.app/blog/voice/images/blog/illustration-blog-bg-320@2x.jpg'), url('https://alan.app/blog/voice/images/blog/illustration-blog-bg-320-small.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #0d1940 !important;
  /* ANNA
@media (min-width: 400px){.post-featured-img-wrap{}}
@media (min-width: 768px){.post-featured-img-wrap{}}
@media (min-width: 1024px){.post-featured-img-wrap{}}
@media (min-width: 1280px){.post-featured-img-wrap{}}
@media (min-width: 1440px){.post-featured-img-wrap{}}
@media (min-width: 1920px){}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    width: 53%;}
.post-featured-img-wrap{
  min-width:290px;
    height:174px;
  
  @include screen400() {
    min-width:290px;
    height:174px;

  }
    @include tablet() {
      min-width:290px;
    height:174px;

  }
  @include screen1024() {
    min-width:290px;
    height:174px;

  }
  @include screen1280() {
    min-width:290px;
    height:174px;

  }
  @include screen1440() {
    min-width:290px;
    height:174px;}
  }
 */
}
@media (min-width: 768px) {
  .header-inner.section-inner {
    min-height: 160px;
    padding-top: 104px !important;
    background-image: url('https://alan.app/blog/voice/images/blog/illustration-blog-bg@2x.jpg'), url('https://alan.app/blog/voice/images/blog/illustration-blog-bg-small.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
.header-inner.section-inner .site-title a, .header-inner.section-inner .site-description {
  color: #fff;
}
.header-inner.section-inner .site-title, .header-inner.section-inner .site-description {
  text-shadow: none !important;
}
.header-inner.section-inner .site-title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .header-inner.section-inner .site-title {
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
  }
}
.header-inner.section-inner .site-description {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .header-inner.section-inner .site-description {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
  }
}
@media (min-width: 1440px) {
  .post-featured-img-wrap {
    min-width: 290px;
    height: 174px;
  }
  .container {
    max-width: 1360px;
  }
  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    width: 53%;
  }
  .single .heading-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1920px) {
  .post-featured-img-wrap {
    min-width: 290px;
    height: 174px;
  }
  .container {
    max-width: 1440px;
  }
  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    width: 53%;
  }
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
  width: 100%;
}
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  padding: 8%;
}
.post-featured-img-wrap {
  min-width: 290px;
  min-height: 215px;
  /* ууу */
}
@media (min-width: 400px) {
  .post-featured-img-wrap {
    min-width: 290px;
    min-height: 215px;
  }
}
@media (min-width: 768px) {
  .post-featured-img-wrap {
    min-width: 290px;
    min-height: 215px;
  }
}
@media (min-width: 1024px) {
  .post-featured-img-wrap {
    min-width: 290px;
    min-height: 215px;
  }
}
@media (min-width: 1280px) {
  .post-featured-img-wrap {
    min-width: 290px;
    min-height: 215px;
  }
}
@media (min-width: 1440px) {
  .post-featured-img-wrap {
    min-width: 290px;
    min-height: 215px;
  }
}
.custom-logo-link {
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
  display: flex !important;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .custom-logo-link {
    padding-left: 40px;
    height: 92px;
  }
}
@media (min-width: 1024px) {
  .custom-logo-link {
    padding-left: 40px;
    height: 92px;
  }
}
@media (min-width: 1280px) {
  .custom-logo-link {
    padding-left: 60px;
    height: 92px;
  }
}
@media (min-width: 1440px) {
  .custom-logo-link {
    padding-left: 80px;
    height: 92px;
  }
}
.custom-logo-link img {
  max-width: initial !important;
  max-height: 28px !important;
  height: 28px !important;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .custom-logo-link img {
    max-height: 28px !important;
    height: 28px !important;
  }
}
@media (min-width: 1280px) {
  .custom-logo-link img {
    max-height: 36px !important;
    height: 36px !important;
  }
}
.post-header .post-title a:hover, .post-header .post-title a:focus {
  color: #2c9eff;
  outline: none !important;
  text-decoration: none !important;
}
body {
  background: #f2f3f5;
}
body a {
  color: #0079e8;
  text-decoration: none;
}
.post-content a:hover, .post-content a:focus {
  text-decoration: none;
  color: #2c9eff;
  outline: none !important;
  text-decoration: none !important;
}
.single .post-content .section {
  padding-top: 0px !important;
}
[id*="post-"] .post-content {
  padding-top: 0px !important;
}
@media (min-width: 768px) {
  [id*="post-"] .post-content {
    padding-top: 0px !important;
    /* @include screen1024() {
      padding-top: 50px !important;
    } */
  }
}
.navigation.posts-navigation {
  background-color: transparent !important;
}
.search-toggle {
  display: none;
}
.hentry, .post {
  /* box-shadow: 0 5px 30px 0 rgba(0, 58, 94, 0.2); */
  border-radius: 7px;
}
.single .heading-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.post-meta {
  font-weight: normal !important;
  background-color: #f7f7f7 !important;
  white-space: nowrap !important;
}
.post-meta a {
  color: rgba(0, 0, 0, .6) !important;
  font-size: 13px;
}
.post-meta a:hover, .post-meta a:focus {
  text-decoration: none;
  color: #2c9eff !important;
  text-decoration: none !important;
  outline: none !important;
}
.post-meta .post-comments {
  visibility: hidden;
  float: right !important;
  position: relative;
  white-space: nowrap !important;
  min-width: 102px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .post-meta .post-comments {
    min-width: 114px;
  }
}
.post-meta .post-comments:before {
  color: #ced3db !important;
  visibility: visible;
}
.post-meta .post-comments:after {
  position: absolute;
  left: 24px;
  top: 0px;
  content: 'Leave a Reply';
  visibility: visible;
}
.post-meta .post-edit-link {
  display: none !important;
}
.post-date i {
  display: none;
}
.post-categories .fa-folder-open {
  font-size: 18px !important;
  top: 4px !important;
  display: none !important;
}
@media (min-width: 768px) {
  .post-categories .fa-folder-open {
    top: 10px !important;
  }
}
.post-meta-container {
  background-color: #f7f7f7 !important;
}
.post-meta-container .entry-author:before {
  background-color: #0079e8;
}
.post-meta-container .entry-author:after {
  border-left-color: #0079e8;
  border-right-color: #0079e8;
}
.post-meta-container .entry-author .author-title {
  color: #000 !important;
}
.post-meta-container .entry-author .author-avatar {
  width: 32px !important;
  height: 32px !important;
  margin-left: 4px !important;
}
.post-meta-container .author-link:before {
  display: none !important;
}
.post-meta-container .author-link:hover, .post-meta-container .author-link:focus {
  color: #2c9eff !important;
  outline: none !important;
  text-decoration: none !important;
}
.post-meta-container .post-meta, .post-meta-container .post-navigation {
  background-color: #edeef0 !important;
}
.post-meta-container .post-navigation .nav-links a {
  color: #0079e8 !important;
  white-space: normal;
}
.post-meta-container .post-navigation .nav-links a:hover, .post-meta-container .post-navigation .nav-links a:focus {
  color: #2c9eff !important;
  outline: none !important;
  text-decoration: none !important;
}
.post p {
  font-size: 15px !important;
  line-height: 1.6666 !important;
}
@media (min-width: 768px) {
  .post p {
    font-size: 16px !important;
    line-height: 1.875 !important;
  }
}
@media (min-width: 1024px) {
  .post p {
    font-size: 20px !important;
    line-height: 1.7 !important;
  }
}
.post-title {
  font-weight: 900 !important;
}
@media (min-width: 768px) {
  .post-content figure, .post-content img {
    margin-bottom: 34px !important;
  }
}
.post-likes-widget {
  display: none;
}
.posts-navigation a {
  border-radius: 8px !important;
  background: #0070d9 linear-gradient(68deg, #0070d9, #009dff) !important;
  color: #fff !important;
  border: none;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.posts-navigation a:hover {
  background-color: #0070d9 !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(77deg, #0070d9, #009dff) !important;
}
.posts-navigation a:active {
  background-color: #0070d9 !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(77deg, #0070d9, #009dff) !important;
}
#respond #reply-title {
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 0.94 !important;
  margin-bottom: 30px !important;
}
#respond form {
  background: none !important;
}
#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type=submit], #respond p.form-submit input[type=submit], #respond input[type=submit], #respond #commentform #submit {
  border-radius: 8px !important;
  background: #0070d9 linear-gradient(68deg, #0070d9, #009dff) !important;
  color: #fff !important;
  min-width: 190px;
  min-height: 44px;
  border: none;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#respond .form-submit input:hover, #respond .form-submit input#comment-submit:hover, #respond .comment-form-fields input[type=submit]:hover, #respond p.form-submit input[type=submit]:hover, #respond input[type=submit]:hover, #respond #commentform #submit:hover {
  background-color: #0070d9;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(77deg, #0070d9, #009dff);
}
#respond .form-submit input:active, #respond .form-submit input#comment-submit:active, #respond .comment-form-fields input[type=submit]:active, #respond p.form-submit input[type=submit]:active, #respond input[type=submit]:active, #respond #commentform #submit:active {
  background-color: #0070d9;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(77deg, #0070d9, #009dff);
}
#respond .comment-textarea {
  background: none !important;
}
#respond .comment-textarea #comment-form-comment {
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: solid 1px #566270 !important;
  box-shadow: none !important;
  padding-left: 16px !important;
  padding-top: 24px !important;
  margin-bottom: 36px !important;
}
#respond .comment-textarea #comment-form-comment #comment {
  font-size: 16px !important;
  margin-left: 5px !important;
}
#respond .comment-textarea #comment-form-comment.active {
  border-color: #2c9eff !important;
}
#respond .comment-textarea .comment-form-input {
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: solid 1px #566270 !important;
}
#respond .comment-textarea #comment::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
#respond .comment-textarea #comment:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
#respond .comment-textarea #comment:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
#respond #comment-form-guest {
  border: none !important;
}
#respond #comment-form-guest div.comment-form-fields {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#respond #comment-form-guest div.comment-form-fields .comment-form-field {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#respond #comment-form-guest div.comment-form-fields label {
  top: 14px !important;
  left: 16px !important;
  font-size: 16px !important;
}
#respond #comment-form-guest div.comment-form-fields label .required, #respond #comment-form-guest div.comment-form-fields label .nopublish {
  font-size: 15px !important;
}
#respond #comment-form-guest div.comment-form-fields label .nopublish {
  right: 24px;
}
#respond #comment-form-guest .comment-form-padder {
  padding: 0 !important;
}
#respond #comment-form-guest .comment-form-avatar {
  display: none !important;
}
#respond #comment-form-guest div.comment-form-input {
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: solid 1px #566270 !important;
  margin-bottom: 36px !important;
  padding: 12px 5px !important;
}
#respond #comment-form-guest div.comment-form-input input {
  font-size: 16px !important;
}
#respond #comment-form-guest div.comment-form-input.focus {
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #2c9eff !important;
  color: #000 !important;
}
#respond #comment-form-identity #comment-form-nascar p {
  padding-left: 0 !important;
  color: rgba(0, 0, 0, .6) !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 2.125 !important;
}
#respond #comment-form-identity #comment-form-nascar ul {
  margin-right: 0 !important;
}
#respond #comment-form-identity #comment-form-nascar #postas-facebook {
  margin-left: 16px;
}
#respond #comment-form-identity #comment-form-nascar #postas-twitter {
  margin-left: 16px;
}
#footer {
  background-color: #fefefe !important;
  background-image: linear-gradient(101deg, #fefefe, #f5f5f5);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 32px;
}
#footer .section-inner {
  margin-left: initial !important;
  margin-right: initial !important;
  width: 100% !important;
  max-width: 100% !important;
}
#footer .widget-title {
  display: none !important;
}
#footer .widget-content {
  color: #000 !important;
}
#footer .one-third {
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.vi_footer-holder {
  background-color: #010615;
}
.vi_footer-holder_content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .vi_footer-holder_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .vi_footer-holder_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .vi_footer-holder_content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1920px) {
  .vi_footer-holder_content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .vi_footer-holder_content {
    padding-bottom: 32px;
  }
}
.vi_footer-holder .vi_footer {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer {
    max-width: 100%;
    align-items: flex-start;
  }
}
.vi_footer-holder .vi_footer_logo-and-text {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (min-width: 768px) {
  .vi_footer-holder .vi_footer_logo-and-text {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.vi_footer-holder .vi_footer_social-icons {
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .vi_footer-holder .vi_footer_social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.vi_footer-holder .vi_footer_logo {
  min-width: 166px;
  width: 166px;
  max-width: 166px;
  min-height: 36px;
  height: 36px;
  max-height: 36px;
  background: url('/voice/images/brand_alan_app_site/footer/alan-logo-footer.svg') no-repeat center;
  background-size: contain;
  margin-bottom: 24px;
  cursor: pointer;
}
.vi_footer-holder .vi_footer_logo:hover {
  opacity: 0.8;
}
.vi_footer-holder .vi_footer_logo:focus {
  outline: none;
}
.vi_footer-holder .vi_footer_space-between-icons {
  min-height: 20px;
  height: 20px;
  max-height: 20px;
  min-width: 20px;
  width: 20px;
  max-width: 20px;
}
.vi_footer-holder .vi_footer_facebook, .vi_footer-holder .vi_footer_linked-in, .vi_footer-holder .vi_footer_twitter, .vi_footer-holder .vi_footer_shop, .vi_footer-holder .vi_footer_youtube, .vi_footer-holder .vi_footer_instagram, .vi_footer-holder .vi_footer_slack {
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
}
.vi_footer-holder .vi_footer_facebook:visited, .vi_footer-holder .vi_footer_linked-in:visited, .vi_footer-holder .vi_footer_twitter:visited, .vi_footer-holder .vi_footer_shop:visited, .vi_footer-holder .vi_footer_youtube:visited, .vi_footer-holder .vi_footer_instagram:visited, .vi_footer-holder .vi_footer_slack:visited, .vi_footer-holder .vi_footer_facebook:focus, .vi_footer-holder .vi_footer_linked-in:focus, .vi_footer-holder .vi_footer_twitter:focus, .vi_footer-holder .vi_footer_shop:focus, .vi_footer-holder .vi_footer_youtube:focus, .vi_footer-holder .vi_footer_instagram:focus, .vi_footer-holder .vi_footer_slack:focus, .vi_footer-holder .vi_footer_facebook:active, .vi_footer-holder .vi_footer_linked-in:active, .vi_footer-holder .vi_footer_twitter:active, .vi_footer-holder .vi_footer_shop:active, .vi_footer-holder .vi_footer_youtube:active, .vi_footer-holder .vi_footer_instagram:active, .vi_footer-holder .vi_footer_slack:active {
  outline: none;
}
.vi_footer-holder .vi_footer_facebook {
  background: url('/voice/images/brand_alan_app_site/footer/icon-fb.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_facebook:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-fb-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_facebook:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-fb-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_facebook:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-fb-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-fb-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_facebook:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-fb-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_facebook:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_linked-in {
  background: url('/voice/images/brand_alan_app_site/footer/icon-linkedin.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_linked-in:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-linkedin-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_linked-in:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-linkedin-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_linked-in:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-linkedin-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-linkedin-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_linked-in:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-linkedin-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_linked-in:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_twitter {
  background: url('/voice/images/brand_alan_app_site/footer/icon-twitter.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_twitter:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-twitter-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_twitter:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-twitter-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_twitter:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-twitter-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-twitter-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_twitter:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-twitter-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_twitter:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_youtube {
  background: url('/voice/images/brand_alan_app_site/footer/icon-youtube.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_youtube:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-youtube-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_youtube:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-youtube-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_youtube:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-youtube-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-youtube-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_youtube:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-youtube-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_youtube:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_instagram {
  background: url('/voice/images/brand_alan_app_site/footer/icon-instagram.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_instagram:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-instagram-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_instagram:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-instagram-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_instagram:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-instagram-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-instagram-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_instagram:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-instagram-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_instagram:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_shop {
  background: url('/voice/images/brand_alan_app_site/footer/icon-shop.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_shop:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-shop-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_shop:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-shop-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_shop:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-shop-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-shop-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_shop:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-shop-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_shop:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_slack {
  background: url('/voice/images/brand_alan_app_site/footer/icon-slack.svg') no-repeat center;
  background-size: contain;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.vi_footer-holder .vi_footer_slack:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-slack-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_slack:hover {
  background: url('/voice/images/brand_alan_app_site/footer/icon-slack-hovered.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_slack:after {
  content: '';
  background: url('/voice/images/brand_alan_app_site/footer/icon-slack-hovered.svg') no-repeat center, url('/voice/images/brand_alan_app_site/footer/icon-slack-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_slack:active {
  background: url('/voice/images/brand_alan_app_site/footer/icon-slack-active.svg') no-repeat center;
  background-size: contain;
}
.vi_footer-holder .vi_footer_slack:hover {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer_tm-and-from {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
.vi_footer-holder .vi_footer_tm {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.33px;
  text-align: center;
  color: #bbcfe7;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer_tm {
    margin-bottom: 0px;
  }
}
.vi_footer-holder .vi_footer_from {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.33px;
  text-align: center;
  color: #bbcfe7;
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer_from {
    margin-bottom: 0px;
    margin-left: 4px;
  }
}
.vi_footer-holder .vi_footer sup {
  vertical-align: super;
  font-size: smaller;
}
.vi_footer-holder .vi_footer_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 44px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .vi_footer-holder .vi_footer_links {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer_links {
    padding-top: 56px;
    width: 100%;
  }
}
.vi_footer-holder .vi_footer_links_col {
  margin-top: 36px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .vi_footer-holder .vi_footer_links_col {
    width: 33%;
    min-width: 33%;
    margin-top: 44px;
    padding-left: 0px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .vi_footer-holder .vi_footer_links_col {
    width: 20%;
    min-width: 20%;
    margin-top: 0px;
  }
}
.vi_footer-holder .vi_footer_links_col_header {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.57px;
  color: #90abc3;
  margin-bottom: 0px;
}
.vi_footer-holder .vi_footer_links_col_items {
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .vi_footer-holder .vi_footer_links_col_items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.vi_footer-holder .vi_footer_links_col_items a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  color: #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}
.vi_footer-holder .vi_footer_links_col_items a:first-of-type {
  margin-top: 16px;
}
.vi_footer-holder .vi_footer_links_col_items a:last-of-type {
  margin-bottom: 0px;
}
.vi_footer-holder .vi_footer_links_col_items a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  min-height: 1px;
  width: 100%;
  content: '';
  transition: background-color 300ms ease-in-out;
  background-color: transparent;
  display: inline-block;
}
.vi_footer-holder .vi_footer_links_col_items a:hover {
  color: #8dcbff;
}
.vi_footer-holder .vi_footer_links_col_items a:hover:before {
  transition: background-color 300ms ease-in-out;
  background-color: #8dcbff;
}
.vi_footer-holder .vi_footer_links_col_items a:active {
  text-decoration: none;
}
.vi_footer-holder .vi_footer_links_col_items a:hover, .vi_footer-holder .vi_footer_links_col_items a:visited, .vi_footer-holder .vi_footer_links_col_items a:active {
  outline: none;
}
#infinite-handle span {
  background: #0070d9 linear-gradient(68deg, #0070d9, #009dff);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
}
#infinite-handle span:before {
  display: none;
}
#infinite-handle span:hover {
  background-color: #0070d9;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(77deg, #0070d9, #009dff);
}
#infinite-handle span:active {
  background-color: #0070d9;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(77deg, #0070d9, #009dff);
}
#infinite-handle span button {
  outline: none !important;
}
.credits.section.bg-dark {
  background-color: #000 !important;
}
.link-with-arrow {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  transition: color 300ms ease-in-out;
  text-decoration: none !important;
}
.link-with-arrow:focus, .link-with-arrow:hover, .link-with-arrow:active, .link-with-arrow:visited {
  text-decoration: none !important;
}
.link-with-arrow:before {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  display: inline-block;
  content: '';
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.link-with-arrow:after {
  position: relative;
  content: '';
  top: 5px;
  min-height: 16px;
  height: 16px;
  max-height: 16px;
  min-width: 16px;
  width: 16px;
  max-width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(8px);
  transition: transform 300ms ease-in-out;
}
.link-with-arrow:hover {
  cursor: pointer;
  transition: color 300ms ease-in-out;
}
.link-with-arrow:hover:after {
  transform: translateX(16px);
  transition: transform 300ms ease-in-out;
}
.link-with-arrow:hover:before {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.link-with-arrow.margin-12 {
  padding-right: 20px;
}
.link-with-arrow.margin-12:after {
  transform: translateX(12px);
}
.link-with-arrow.margin-12:hover:after {
  transform: translateX(20px);
}
.link-with-arrow.size-20:after {
  min-height: 20px;
  height: 20px;
  max-height: 20px;
  min-width: 20px;
  width: 20px;
  max-width: 20px;
}
.link-with-arrow.white {
  color: #fff;
}
.link-with-arrow.white:after {
  background: url('https://alan.app/blog/voice/images/blog//icon-arrow-more.svg') no-repeat center;
  background-size: contain;
}
.link-with-arrow.white:before {
  background-color: #8dcbff;
}
.link-with-arrow.white:hover {
  color: #8dcbff;
}
.link-with-arrow.white:hover:after {
  background: url('https://alan.app/blog/voice/images/blog//icon-arrow-more-hovered.svg') no-repeat center;
  background-size: contain;
}
.posts .post-meta {
  opacity: 0%;
}
#header-outer {
  /* background-image: url($path-to-image + 'illustration-blog-bg-320@2x.jpg'), url($path-to-image + 'illustration-blog-bg-320-small.jpg') !important; */
  height: 80px;
  background-position: top;
  background-size: inherit;
  background-repeat: no-repeat !important;
}
@media (min-width: 400px) {
  #header-outer {
    background-position: top;
    background-size: auto;
  }
}
@media (min-width: 768px) {
  #header-outer {
    background-position: top !important;
    background-size: auto;
  }
}
#header-space {
  height: 80px !important;
}
@media (min-width: 400px) {
  #header-space {
    height: 80px !important;
    min-height: 80px !important;
  }
}
@media (min-width: 768px) {
  #header-space {
    height: 80px !important;
    min-height: 80px !important;
  }
}
@media (min-width: 1024px) {
  #header-space {
    height: 124px !important;
    min-height: 124px !important;
  }
}
@media (min-width: 1280px) {
  #header-space {
    height: 80px !important;
    min-height: 80px !important;
  }
}
@media (min-width: 1440px) {
  #header-space {
    height: 80px !important;
    min-height: 80px !important;
  }
}
#top .container .row {
  align-items: flex-start;
}
.single .heading-title[data-header-style="default_minimal"] {
  text-align: left;
}
.single .heading-title[data-header-style="default_minimal"] .entry-title {
  text-align: left;
  margin: 0 !important;
}
.container {
  padding-top: 4px;
}
.article-content-wrap {
  padding-left: 24px;
  padding-top: 4px !important;
  padding-right: 20px !important;
  padding-left: 24px !important;
  padding-bottom: 20px !important;
}
.img-link {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .08);
}
.excerpt {
  color: #0d1940;
  font-size: 14px;
}
.post-meta a, .masonry.classic_enhanced .post-header, .masonry.classic_enhanced .post .excerpt, .blog-recent[data-style*="classic_enhanced"] .excerpt, .blog-recent[data-style*="classic_enhanced"] .post-meta a {
  color: #0d1940;
  font-size: 14px;
  /* trying to fix height of the post on blog page */
  /* .type-post{height: 580px!important;} */
  /* .status-publish{height: 580px!important;}
*/
}
.masonry-blog-item {
  height: 580px !important;
}
.meta-category {
  visibility: hidden;
}
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  margin-left: 0px !important;
}
.single .heading-title[data-header-style="default_minimal"] {
  border-bottom: 0;
  text-align: left;
  padding-top: 40px;
}
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  max-width: 1440px;
  margin-left: 0px !important;
  padding-top: 0px !important;
}
.main-content {
  padding-top: 24px !important;
  margin-top: 24px;
}
.single .heading-title[data-header-style="default_minimal"] {
  padding-top: 4px;
}
.container-wrap {
  padding-top: 0px !important;
}
