/* Button */
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes cryprate_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cryprate_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## Blog layouts
--------------------------------------------------------------*/
/*-------------------
### Default Styles
---------------------*/
.posts-list__item.default-item + .post {
  margin-top: 30px;
  padding-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
}
.posts-list__item.default-item .sticky-label {
  margin: 0 8px 0 0;
}
.posts-list__item.default-item .post-thumbnail {
  overflow: hidden;
}
.posts-list__item.default-item .post-thumbnail a {
  display: block;
}

/*--------------------------------------------------------------
### Posts List Formats
--------------------------------------------------------------*/
.default-item.format-post .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px;
}
.default-item.format-post .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.default-item.format-post .entry-footer .entry-meta > div > * {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

/*--------------------------------------------------------------
### Grid Posts List
--------------------------------------------------------------*/
.posts-list.posts-list--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (max-width: 640px) {
  .posts-list.posts-list--grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.posts-list.posts-list--grid .grid-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: calc(1.875rem / 2);
  padding-right: calc(1.875rem / 2);
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .posts-list.posts-list--grid.posts-list-3-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--grid.posts-list-3-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--grid.posts-list-2-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
.posts-list.posts-list--grid .has-post-thumbnail .post-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.posts-list.posts-list--grid .has-post-thumbnail .post-thumbnail a {
  display: block;
}
.posts-list.posts-list--grid .has-post-thumbnail .entry-cats {
  top: 0;
  left: 15px;
}

/*--------------------------------------------------------------
### Grid Posts List
--------------------------------------------------------------*/
.posts-list.posts-list--grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 640px) {
  .posts-list.posts-list--grid-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.posts-list.posts-list--grid-2 .grid-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .posts-list.posts-list--grid-2.posts-list-3-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--grid-2.posts-list-3-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--grid-2.posts-list-2-cols .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
.posts-list.posts-list--grid-2 .posts-list__item-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 3px;
}
.posts-list.posts-list--grid-2 .post-thumbnail_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.posts-list.posts-list--grid-2 .posts-list__item-content {
  position: relative;
  z-index: 10;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  min-height: 245px;
  padding: 20px 20px 13px;
}
.posts-list.posts-list--grid-2 span.posted-on path,
.posts-list.posts-list--grid-2 span.byline path,
.posts-list.posts-list--grid-2 span.cat-links path,
.posts-list.posts-list--grid-2 span.comments-link path,
.posts-list.posts-list--grid-2 span.tags-links path {
  fill: #f3f3f3;
}
.posts-list.posts-list--grid-2 .entry-cats {
  position: static;
  margin: 0 0 auto;
  padding-bottom: 20px;
}
.posts-list.posts-list--grid-2 .entry-footer .entry-meta .tags-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.posts-list.posts-list--grid-2 .entry-footer .post__button-wrap:not(:empty) {
  margin-bottom: 7px;
}

/*-------------------
### Leftward Styles
---------------------*/
.posts-list__item.leftward-item + .post {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .posts-list__item.leftward-item.has-post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 639px) {
  .posts-list__item.leftward-item.has-post-thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.posts-list__item.leftward-item.has-post-thumbnail .entry-cats {
  top: 0;
}
@media (min-width: 640px) {
  .posts-list__item.leftward-item.has-post-thumbnail .entry-cats {
    width: 235px;
  }
}
.posts-list__item.leftward-item .post-thumbnail {
  display: block;
  /* @include media-breakpoint-down(sm) {
  	margin-bottom: 42px;
  } */
}
@media (min-width: 640px) {
  .posts-list__item.leftward-item .post-thumbnail {
    min-width: 275px;
    margin-right: 30px;
  }
}
.posts-list__item.leftward-item .post-thumbnail a {
  display: block;
}
.posts-list__item.leftward-item .post-thumbnail a img {
  border-radius: 3px;
}
.posts-list__item.leftward-item .posts-list__item-content {
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .posts-list__item.leftward-item .posts-list__item-content {
    margin-bottom: 20px;
  }
}
.posts-list__item.leftward-item .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
### Posts List Formats
--------------------------------------------------------------*/
.leftward-item.format-post .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px;
}
.leftward-item.format-post .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.leftward-item.format-post .entry-footer .entry-meta > div > * {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

/*--------------------------------------------------------------
### Masonry Posts List
--------------------------------------------------------------*/
.posts-list.posts-list--masonry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin-bottom: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 640px) {
  .posts-list.posts-list--masonry {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.posts-list.posts-list--masonry .masonry-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.posts-list.posts-list--masonry.posts-list-3-cols {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 640px) {
  .posts-list.posts-list--masonry.posts-list-3-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--masonry.posts-list-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.posts-list.posts-list--masonry.posts-list-2-cols {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 940px) {
  .posts-list.posts-list--masonry.posts-list-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.posts-list.posts-list--masonry .has-post-thumbnail .post-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.posts-list.posts-list--masonry .has-post-thumbnail .post-thumbnail a {
  display: block;
}
.posts-list.posts-list--masonry .has-post-thumbnail .post-thumbnail img {
  min-width: 100%;
  width: 100%;
}
.posts-list.posts-list--masonry .has-post-thumbnail .entry-cats {
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
### Justify Posts List
--------------------------------------------------------------*/
@media (min-width: 940px) {
  .posts-list.posts-list--justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .posts-list.posts-list--justify .justify-item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 2 - 1.875rem);
        flex-basis: calc(100% / 2 - 1.875rem);
    max-width: calc(100% / 2 - 1.875rem);
  }
}
@media (min-width: 1200px) {
  .posts-list.posts-list--justify .justify-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 3 - 1.875rem);
        flex-basis: calc(100% / 3 - 1.875rem);
    max-width: calc(100% / 3 - 1.875rem);
  }
  .posts-list.posts-list--justify .justify-item:nth-of-type(7n + 2), .posts-list.posts-list--justify .justify-item:nth-of-type(7n + 3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% / 1.5 - 1.875rem);
        flex-basis: calc(100% / 1.5 - 1.875rem);
    max-width: calc(100% / 1.5 - 1.875rem);
  }
}
.posts-list.posts-list--justify .justify-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.posts-list.posts-list--justify.posts-list-3-cols {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 640px) {
  .posts-list.posts-list--justify.posts-list-3-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 940px) {
  .posts-list.posts-list--justify.posts-list-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.posts-list.posts-list--justify.posts-list-2-cols {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 940px) {
  .posts-list.posts-list--justify.posts-list-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.posts-list.posts-list--justify .has-post-thumbnail .post-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.posts-list.posts-list--justify .has-post-thumbnail .post-thumbnail a {
  display: block;
}
.posts-list.posts-list--justify .has-post-thumbnail .post-thumbnail img {
  min-width: 100%;
  width: 100%;
  height: 260px;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-list.posts-list--justify .has-post-thumbnail .entry-cats {
  top: 0;
  left: 0;
}

/*-------------------
### Timeline Styles
---------------------*/
.posts-list__item.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.posts-list__item.timeline-item .posts-list__new-date {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
.posts-list__item.timeline-item.has-post-thumbnail .entry-cats {
  top: 0;
}
@media (min-width: 1200px) {
  .posts-list__item.timeline-item.has-post-thumbnail .entry-cats {
    width: 235px;
  }
}
@media (min-width: 1200px) {
  .posts-list__item.timeline-item.has-post-thumbnail .posts-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.posts-list__item.timeline-item .posts-list__item-inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  max-width: calc(100% - 80px);
}
.posts-list__item.timeline-item .post-thumbnail {
  display: block;
}
@media (min-width: 1200px) {
  .posts-list__item.timeline-item .post-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 275px;
    margin-right: 30px;
  }
}
.posts-list__item.timeline-item .post-thumbnail a {
  display: block;
}
.posts-list__item.timeline-item .post-thumbnail img {
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-list__item.timeline-item .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.posts-list__item .post-timeline-date {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-right: 20px;
}
.posts-list__item .post-timeline-date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: -40px;
  z-index: 0;
  width: 1px;
}
.posts-list__item .post-timeline-date__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
}
.posts-list__item .post-timeline-date__link:hover {
  -webkit-box-shadow: 0 7px 12px 0 rgba(75, 77, 88, 0.15);
          box-shadow: 0 7px 12px 0 rgba(75, 77, 88, 0.15);
}
.posts-list__item .post-timeline-date__date, .posts-list__item .post-timeline-date__time {
  display: block;
  padding: 5px;
}
.posts-list__item .post-timeline-date__day {
  display: block;
  font-size: 22px;
}
.posts-list__item .post-timeline-date__date {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.posts-list__item .post-timeline-date__time {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.posts-list__item:not(:first-child) .posts-list__new-date + .post-timeline-date:before {
  top: -30px;
}
.posts-list__item:last-of-type .post-timeline-date:before {
  bottom: 0;
}

/*--------------------------------------------------------------
### Posts List Formats
--------------------------------------------------------------*/
.timeline-item.format-post .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px;
}
.timeline-item.format-post .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.timeline-item.format-post .entry-footer .entry-meta > div > * {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

/*!
Skin Name: Cryprate
*/
body.skin-cryprate {
  background-color: transparent;
}

.site-main .card-wrapper, .site-main > .post,
.site-main .single-post-wrapper .post, .site-main > .page,
.site-main .related-posts,
.site-main .comments-area {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.entry-meta .posted-by--avatar {
  margin-bottom: 11px;
}
.entry-meta .posted-by--avatar img {
  vertical-align: middle;
  border-radius: 50%;
}
.entry-meta .posted-by--avatar span {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 7px;
}
.entry-meta .posted-by--avatar span a {
  font-weight: 700;
}
.entry-meta span {
  margin-left: 0;
  margin-right: 24px;
}
.entry-meta span:last-child {
  margin-right: 0;
}
.entry-cats .cat-links, .entry-meta .cat-links {
  margin-left: 0;
}
.entry-cats .cat-links a, .entry-meta .cat-links a {
  vertical-align: middle;
  margin: 0;
  margin-right: 4px;
  padding: 0;
  background: none;
}
.entry-cats .cat-links a:hover, .entry-meta .cat-links a:hover {
  background: none;
}
.entry-cats .cat-links a:last-child, .entry-meta .cat-links a:last-child {
  margin-right: 0;
}
.entry-header .entry-title {
  margin-bottom: 10px;
}
.entry-footer .entry-meta:empty + .post__button-wrap {
  margin-top: 0;
}

.post-thumbnail img {
  border-radius: 0 !important;
}

.btn,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  padding: 7.5px 19px;
  border-radius: 0;
}

/*--------------------------------------------------------------
### Posts List
--------------------------------------------------------------*/
.posts-list__item.default-item .entry-footer .entry-meta .tags-links {
  margin-bottom: -5px;
}
.posts-list__item.leftward-item + .post {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.posts-list__item.leftward-item .post-thumbnail {
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .posts-list__item.leftward-item .post-thumbnail {
    min-width: 420px;
  }
}
.posts-list__item.leftward-item .posts-list__item-content {
  margin-bottom: 30px;
}
.posts-list__item.leftward-item .entry-meta span {
  margin-right: 7px;
}
.posts-list__item.leftward-item .entry-meta span:last-child {
  margin-right: 0;
}
.posts-list__item.leftward-item .entry-meta span.tags-links {
  margin-bottom: 0;
}
.posts-list__item.leftward-item .entry-meta span.posted-by--avatar {
  margin-top: 5px;
}
.posts-list__item.leftward-item .entry-header .entry-title {
  margin-bottom: 10px;
}
.posts-list__item.grid-item .entry-header + .entry-footer, .posts-list__item.masonry-item .entry-header + .entry-footer, .posts-list__item.justify-item .entry-header + .entry-footer {
  margin-top: -7px;
}
.posts-list__item.grid-item .entry-content + .entry-meta {
  margin-top: 15px;
}
.posts-list__item.grid-item .entry-content + .entry-meta .posted-by {
  display: inline-block;
  margin-right: 24px;
}
.posts-list__item.grid-item .entry-meta + .entry-footer {
  margin-top: -10px;
}
.posts-list__item.grid-item.grid-item-2 .entry-meta {
  margin-bottom: 15px;
}
.posts-list__item.grid-item.grid-item-2 .entry-meta + .entry-footer {
  margin-top: -25px;
}
.posts-list__item.grid-item.grid-item-2 .entry-meta .posted-by {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 18px;
}
.posts-list__item.grid-item.grid-item-2 .entry-meta .posted-by--avatar span {
  margin-top: -2px;
}
.posts-list__item.grid-item.grid-item-2 .entry-footer-container .entry-meta {
  margin-bottom: 7px;
}
.posts-list__item.timeline-item span.byline a {
  font-weight: 700;
}

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post .breadcrumbs_items {
  margin-bottom: 20px;
}
.single-post .entry-header {
  margin-bottom: 39px;
}
.single-post .entry-header .entry-title {
  margin-bottom: 1px;
}
.single-post .entry-header .entry-meta {
  font-size: 13px;
}
.single-post .entry-header .entry-meta span {
  margin-right: 8px;
}
.single-post .entry-header .entry-meta span.cat-links {
  margin-right: 8px;
}
.single-post .entry-header .entry-meta span.comments-link a {
  font-size: 13px;
}
.single-post .entry-header .entry-meta .posted-by {
  display: block;
}
@media (max-width: 640px) {
  .single-post .entry-header .entry-meta .posted-by {
    margin-top: 10px;
  }
}
.single-post .entry-header .entry-meta span.byline a {
  font-weight: 700;
}
.single-post .entry-footer:not(:empty) {
  padding-top: 0;
  border: 0;
}
.single-post .entry-footer .tags-links b {
  display: none;
}
.single-post .entry-footer .tags-links a {
  margin-right: 10px;
  padding: 5px 9px 6px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}
.single-post .post .entry-content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .single-post .post .entry-content {
    font-size: 18px;
    line-height: 1.39;
  }
}
.single-post .post-thumbnail {
  margin-left: 0;
  margin-right: 0;
  background-color: transparent !important;
}
.single-post.post-template-single-layout-2 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-2 .single-featured-header {
  padding-top: 23px;
  padding-bottom: 48px;
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-title {
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-2 .entry-cats .cat-links a, .single-post.post-template-single-layout-2 .entry-meta .cat-links a {
  background: none;
}
.single-post.post-template-single-layout-2 .entry-cats .cat-links a:hover, .single-post.post-template-single-layout-2 .entry-meta .cat-links a:hover {
  background: none;
}
.single-post.post-template-single-layout-2 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-3 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-3 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-3 .entry-header .entry-meta span.cat-links {
  margin-right: 0;
}
.single-post.post-template-single-layout-3 .single-featured-header {
  margin-bottom: 51px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-title {
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .avatar {
  margin-bottom: 0;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .byline {
  margin-bottom: 3px;
  font-weight: 700;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .posted-on,
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .comments-link {
  margin-left: 3px;
  margin-right: 3px;
}
.single-post.post-template-single-layout-4 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-4 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-4 .single-featured-header__container .site-content {
  padding-top: 158px;
  padding-bottom: 161px;
}
.single-post.post-template-single-layout-4 .single-featured-header.invert .entry-cats .cat-links a:hover, .single-post.post-template-single-layout-4 .single-featured-header.invert .entry-meta .cat-links a:hover {
  background: none;
}
.single-post.post-template-single-layout-4 .entry-header .entry-meta span {
  margin-right: 8px;
}
.single-post.post-template-single-layout-4 .entry-header .entry-meta .posted-by {
  display: inline-block;
}
@media (max-width: 640px) {
  .single-post.post-template-single-layout-4 .entry-header .entry-meta .posted-by .byline {
    margin-bottom: 4px;
  }
}
.single-post.post-template-single-layout-4 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-5 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-5 .breadcrumbs .breadcrumbs_items {
  padding-top: 20px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-5 .site-main {
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
}
.single-post.post-template-single-layout-5 .single-featured-header__container .site-content {
  padding-top: 108px;
  padding-bottom: 11px;
}
.single-post.post-template-single-layout-5 .single-featured-header.invert .entry-cats .cat-links a:hover, .single-post.post-template-single-layout-5 .single-featured-header.invert .entry-meta .cat-links a:hover {
  background: none;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-title {
  margin-top: 9px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer .posted-by {
  margin-bottom: 3px;
  font-weight: 700;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer .posted-by img {
  margin-bottom: 0;
}
.single-post.post-template-single-layout-5 .entry-header .entry-meta span.cat-links {
  margin-right: 0;
}
.single-post.post-template-single-layout-6 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-6 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-6 .single-featured-header {
  padding-top: 38px;
}
.single-post.post-template-single-layout-6 .single-featured-header .entry-title {
  margin-top: 9px;
}
.single-post.post-template-single-layout-6 .entry-meta .cat-links a {
  background: none;
}
.single-post.post-template-single-layout-6 .entry-meta .cat-links a:hover {
  background: none;
}
.single-post.post-template-single-layout-6 .entry-header .entry-meta span {
  margin-right: 8px;
}
.single-post.post-template-single-layout-6 .entry-header .entry-meta .posted-by {
  display: inline-block;
}
@media (max-width: 640px) {
  .single-post.post-template-single-layout-6 .entry-header .entry-meta-footer .posted-by {
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  .single-post.post-template-single-layout-6 .entry-header .entry-meta-footer .posted-by .byline {
    margin-bottom: 4px;
  }
}
@media (max-width: 640px) {
  .single-post.post-template-single-layout-6 .entry-header .entry-meta-footer span {
    vertical-align: middle;
  }
}
.single-post.post-template-single-layout-7 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-7 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-7 .entry-header {
  margin-bottom: 25px;
}
.single-post.post-template-single-layout-7 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-7 .entry-header .entry-title {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-8:not(.sidebar_enabled) .col-lg-9.col-lg-push-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  left: auto;
  right: auto;
}
.single-post.post-template-single-layout-8 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-8 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-8 .single-featured-header__container .site-content {
  padding-top: 18px;
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-title {
  margin-top: 20px;
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-meta-footer {
  margin-top: 54px;
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-meta-footer span {
  margin-left: 3px;
  margin-right: 3px;
}
.single-post.post-template-single-layout-8 .entry-meta .cat-links a {
  background: none !important;
}
.single-post.post-template-single-layout-8 .entry-header .entry-meta span.cat-links {
  margin-right: 0;
}
.single-post.post-template-single-layout-8 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-9:not(.sidebar_enabled) .col-lg-9.col-lg-push-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  left: auto;
  right: auto;
}
.single-post.post-template-single-layout-9 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-9 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-9 .single-featured-header .posted-by .byline {
  margin-bottom: 38px;
  font-weight: 700;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer {
  margin-top: 34px;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer:before {
  top: -24px;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer span {
  margin-left: 3px;
  margin-right: 3px;
}
.single-post.post-template-single-layout-9 .entry-meta .cat-links a {
  background: none;
}
.single-post.post-template-single-layout-9 .entry-meta .cat-links a:hover {
  background: none;
}
.single-post.post-template-single-layout-9 .entry-header .entry-meta span.cat-links {
  margin-right: 0;
}
.single-post.post-template-single-layout-9 .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-10 .breadcrumbs {
  margin-top: 0;
}
.single-post.post-template-single-layout-10 .breadcrumbs .breadcrumbs_items {
  padding-top: 21px;
  padding-bottom: 15px;
}
.single-post.post-template-single-layout-10 .entry-meta-header {
  margin-bottom: 69px;
  padding-bottom: 0;
  border: 0;
}
.single-post.post-template-single-layout-10 .entry-meta-header span {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
}
.single-post.post-template-single-layout-10 .entry-meta-header span a {
  font-size: 13px;
}
.single-post.post-template-single-layout-10 .entry-meta-header .byline {
  margin-top: 6px;
  margin-bottom: 7px;
  font-weight: 700;
}
.single-post.post-template-single-layout-10 .single-featured-header {
  margin-bottom: 37px;
  padding-bottom: 0;
}
.single-post.post-template-single-layout-10 .single-featured-header .entry-title {
  margin-bottom: 13px;
}

.post-author-bio {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 3px;
}

.comment-form .form-submit input {
  padding: 9px 16px 9px 19px;
  font-size: 13px;
  line-height: 1.175;
}

/*--------------------------------------------------------------
### Sidebar
--------------------------------------------------------------*/
#secondary .widget {
  padding: 17px 20px 12px 20px;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: transparent;
}
#secondary .widget-title {
  margin-bottom: 13px;
  padding: 0;
  text-transform: uppercase;
  border: 0;
}

.elementor-widget-wp-widget-stock_ticker .elementor-widget-container h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
### Navigation
--------------------------------------------------------------*/
.pagination .page-numbers {
  border-radius: 0;
}

.breadcrumbs {
  margin-top: -26px;
}
.breadcrumbs_wrap {
  margin-top: 0;
}
.breadcrumbs_items {
  border: 0;
}
.breadcrumbs_item {
  font-size: 11px;
}
.breadcrumbs_item_sep svg {
  width: 5px;
  height: 5px;
}

/*--------------------------------------------------------------
### Elements
--------------------------------------------------------------*/
blockquote {
  margin-left: 0;
}
blockquote:before {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 475.082 475.081" xml:space="preserve"><path d="M164.454,36.547H54.818c-15.229,0-28.171,5.33-38.832,15.987C5.33,63.193,0,76.135,0,91.365v109.632 c0,15.229,5.327,28.169,15.986,38.826c10.66,10.656,23.606,15.988,38.832,15.988h63.953c7.611,0,14.084,2.666,19.414,7.994 c5.33,5.325,7.994,11.8,7.994,19.417v9.131c0,20.177-7.139,37.397-21.413,51.675c-14.275,14.271-31.499,21.409-51.678,21.409 H54.818c-4.952,0-9.233,1.813-12.851,5.427c-3.615,3.614-5.424,7.898-5.424,12.847v36.549c0,4.941,1.809,9.233,5.424,12.848 c3.621,3.613,7.898,5.427,12.851,5.427h18.271c19.797,0,38.688-3.86,56.676-11.566c17.987-7.707,33.546-18.131,46.68-31.265 c13.131-13.135,23.553-28.691,31.261-46.679c7.707-17.987,11.562-36.877,11.562-56.671V91.361c0-15.23-5.33-28.171-15.987-38.828 S179.679,36.547,164.454,36.547z"/><path d="M459.089,52.534c-10.656-10.657-23.599-15.987-38.828-15.987H310.629c-15.229,0-28.171,5.33-38.828,15.987 c-10.656,10.66-15.984,23.601-15.984,38.831v109.632c0,15.229,5.328,28.169,15.984,38.826 c10.657,10.656,23.6,15.988,38.828,15.988h63.953c7.611,0,14.089,2.666,19.418,7.994c5.324,5.328,7.994,11.8,7.994,19.417v9.131 c0,20.177-7.139,37.397-21.416,51.675c-14.274,14.271-31.494,21.409-51.675,21.409h-18.274c-4.948,0-9.233,1.813-12.847,5.427 c-3.617,3.614-5.428,7.898-5.428,12.847v36.549c0,4.941,1.811,9.233,5.428,12.848c3.613,3.613,7.898,5.427,12.847,5.427h18.274 c19.794,0,38.684-3.86,56.674-11.566c17.984-7.707,33.541-18.131,46.676-31.265c13.134-13.135,23.562-28.695,31.265-46.679 c7.706-17.983,11.563-36.877,11.563-56.671V91.361C475.078,76.131,469.753,63.19,459.089,52.534z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 475.082 475.081" xml:space="preserve"><path d="M164.454,36.547H54.818c-15.229,0-28.171,5.33-38.832,15.987C5.33,63.193,0,76.135,0,91.365v109.632 c0,15.229,5.327,28.169,15.986,38.826c10.66,10.656,23.606,15.988,38.832,15.988h63.953c7.611,0,14.084,2.666,19.414,7.994 c5.33,5.325,7.994,11.8,7.994,19.417v9.131c0,20.177-7.139,37.397-21.413,51.675c-14.275,14.271-31.499,21.409-51.678,21.409 H54.818c-4.952,0-9.233,1.813-12.851,5.427c-3.615,3.614-5.424,7.898-5.424,12.847v36.549c0,4.941,1.809,9.233,5.424,12.848 c3.621,3.613,7.898,5.427,12.851,5.427h18.271c19.797,0,38.688-3.86,56.676-11.566c17.987-7.707,33.546-18.131,46.68-31.265 c13.131-13.135,23.553-28.691,31.261-46.679c7.707-17.987,11.562-36.877,11.562-56.671V91.361c0-15.23-5.33-28.171-15.987-38.828 S179.679,36.547,164.454,36.547z"/><path d="M459.089,52.534c-10.656-10.657-23.599-15.987-38.828-15.987H310.629c-15.229,0-28.171,5.33-38.828,15.987 c-10.656,10.66-15.984,23.601-15.984,38.831v109.632c0,15.229,5.328,28.169,15.984,38.826 c10.657,10.656,23.6,15.988,38.828,15.988h63.953c7.611,0,14.089,2.666,19.418,7.994c5.324,5.328,7.994,11.8,7.994,19.417v9.131 c0,20.177-7.139,37.397-21.416,51.675c-14.274,14.271-31.494,21.409-51.675,21.409h-18.274c-4.948,0-9.233,1.813-12.847,5.427 c-3.617,3.614-5.428,7.898-5.428,12.847v36.549c0,4.941,1.811,9.233,5.428,12.848c3.613,3.613,7.898,5.427,12.847,5.427h18.274 c19.794,0,38.684-3.86,56.674-11.566c17.984-7.707,33.541-18.131,46.676-31.265c13.134-13.135,23.562-28.695,31.265-46.679 c7.706-17.983,11.563-36.877,11.563-56.671V91.361C475.078,76.131,469.753,63.19,459.089,52.534z"/></svg>');
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
blockquote:after {
  display: none;
}
blockquote p {
  font-style: normal !important;
}
blockquote cite {
  margin-top: 12px;
  font-size: 14px !important;
}