/* @import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400); */

div.thd-sticky {
    position: -webkit-sticky;
    align-self: start;
    position: sticky;
    top: 0;
}
  
.thd-sidebar-sticky {
    --offset: var(--space);
    flex-grow: 1;
    flex-basis: 300px;
    align-self: start;
    position: sticky;
    top: var(--offset);
}

.img-circle {
    border-radius: 50%;
  }
/*
 * Page: Profile
 * -------------
 */
 .profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
  }
  .profile-username {
    font-size: 21px;
    margin-top: 5px;
  }
  .post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
  }
  .post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .post .user-block {
    margin-bottom: 15px;
  }

.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 100px;
  height: 100px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 110px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}

/* loader */

.loader {
    display: inline-block;
    align-items: center;
    justify-items: center;
    position: relative;
    width: 80px;
    height: 80px;
    opacity: 0;
}

.loader.show {
    opacity: 1;
}

.loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 10px;
    background: #fb0404;
    animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes loader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.post1-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post1-social-icon li {
	display: inline-block;
	margin: 0 0px 0 0;
}
.post1-social-icon li a i {
	background: #ec0000;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius:36px;
	text-align: center;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.post1-social-icon li a i.fa-rss { background: #FA9B39; }
.post1-social-icon li a i.fa-instagram { background: #DD6438; }
.post1-social-icon li a i.fa-facebook { background: #3B5998; }
.post1-social-icon li a i.fa-whatsapp { background: #3cb33c; }
.post1-social-icon li a i.fa-telegram { background: #00aced; }
.post1-social-icon li a i.fa-twitter { background: #00aced; }
.post1-social-icon li a i.fa-google-plus { background: #dd4b39; }
.post1-social-icon li a i.fa-vimeo-square { background: #7FC400; }
.post1-social-icon li a i.fa-youtube { background: #bb0000; }
.post1-social-icon li a i:hover { background: #1c1c1c; }

