.uk-container-xsmall {
  max-width: 700px; }

.uk-post-cover img {
  border-radius: 10px !important;
  -webkit-box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.19);
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.19); }

.uk-article .uk-container-xsmall {
  border-bottom: 1px solid #eff2f5; }

.uk-article:last-child .uk-container-xsmall {
  border-bottom: 1px solid transparent; }

.uk-navbar {
  width: 100%; }
  .uk-navbar .uk-search-default {
    width: auto; }
    .uk-navbar .uk-search-default .uk-search-input {
      width: 2rem;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .uk-navbar .uk-search-default .uk-search-input:focus, .uk-navbar .uk-search-default .uk-search-input:active, .uk-navbar .uk-search-default .uk-search-input:hover, .uk-navbar .uk-search-default .uk-search-input:not(:empty) {
        width: 220px;
        background: #fafafa; }
      .uk-navbar .uk-search-default .uk-search-input:not(:invalid) {
        min-width: 220px;
        background: #fafafa; }

.uk-button-free-reg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff446), to(#ffd801));
  background-image: -webkit-linear-gradient(top, #fff446 0%, #ffd801 100%);
  background-image: -o-linear-gradient(top, #fff446 0%, #ffd801 100%);
  background-image: linear-gradient(180deg, #fff446 0%, #ffd801 100%);
  border-radius: 5px;
  color: #22267b;
  -webkit-box-shadow: 0 0 0px 0 rgba(41, 31, 95, 0.2), 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0px 0 rgba(41, 31, 95, 0.2), 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  border: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .uk-button-free-reg:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff446), to(#ffd801));
    background-image: -webkit-linear-gradient(bottom, #fff446 0%, #ffd801 100%);
    background-image: -o-linear-gradient(bottom, #fff446 0%, #ffd801 100%);
    background-image: linear-gradient(0deg, #fff446 0%, #ffd801 100%);
    color: #22267b;
    -webkit-box-shadow: 6px 6px 28px rgba(41, 31, 95, 0.2), 0 -4px 0 rgba(34, 38, 123, 0.3) inset;
    box-shadow: 6px 6px 28px rgba(41, 31, 95, 0.2), 0 -4px 0 rgba(34, 38, 123, 0.3) inset; }

.uk-post-date {
  border: 1px solid #fafbfc;
  left: 0;
  -webkit-box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.19);
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  float: right; }
  .uk-post-date::before {
    content: '';
    width: 100%; }
  .uk-post-date-day {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fafbfc; }

.uk-modal-full .uk-search .uk-search-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff; }

.last-posts ul li {
  position: relative; }

#ez-toc-container {
  background-color: #fafbfc;
  padding: 1.4rem 2rem;
  border-radius: 10px; }
  #ez-toc-container ul {
    margin-bottom: 0; }
  #ez-toc-container .ez-toc-title {
    position: relative; }
    #ez-toc-container .ez-toc-title::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2rem;
      width: 3px;
      height: 100%;
      background: #3c90dc; }

.uk-pagination li a {
  color: #000;
  font-size: 1rem;
  padding: .5rem 2rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .uk-pagination li a:hover {
    color: #3c90dc; }
  .uk-pagination li a .uk-pagination-previous {
    margin-right: .5rem; }
  .uk-pagination li a .uk-pagination-next {
    margin-left: .5rem; }

.tm-header .tm-headerbar-top .free-reg-button {
  display: block; }

.tm-header .free-reg-button {
  display: none; }

.tm-header .uk-sticky-fixed .free-reg-button, .tm-header-mobile .uk-sticky-fixed .free-reg-button {
  display: block; }
  .tm-header .uk-sticky-fixed .free-reg-button span, .tm-header-mobile .uk-sticky-fixed .free-reg-button span {
    display: none; }

#tm-mobile .uk-offcanvas-bar .uk-sticky-fixed .free-reg-button {
  max-width: 170px;
  line-height: 13px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 2rem; }

.mobile-free-reg-button {
  display: none;
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid rgba(205, 204, 204, 0.28);
  padding-bottom: 10px; }
  .mobile-free-reg-button.uk-active {
    display: block;
    padding-bottom: 130px;
    padding-top: 130px;
    position: fixed;
    bottom: -10px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    top: auto !important;
    z-index: 980; }

.uk-totop {
  z-index: 980 !important; }

.home .mobile-free-reg-button {
  display: block; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1280px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 960px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  /**/ }

/* Custom, iPhone 8 Plus  */
@media only screen and (max-width: 414px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 640px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 960px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 1024px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 1200px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  /**/ }

/*# sourceMappingURL=custom.css.map */