/* Variables */
/* Mixins */
.post_posted_on {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  flex-direction: row;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .post_posted_on {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .post_posted_on {
    justify-content: center;
  }
}
.post_posted_on > div {
  display: flex;
  color: #000000;
  flex: 0 1 auto;
  margin: 5px 5px 0 0;
}
@media only screen and (min-width: 1024px) {
  .post_posted_on > div {
    margin: 0;
  }
}
.post_posted_on > div:last-child {
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .post_posted_on > div:last-child {
    margin: 0;
  }
}
.post_posted_on > div a {
  color: #FFFFFF;
  height: 23px;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 0 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 9px;
  margin: 0 4px 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .post_posted_on > div a {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .post_posted_on > div a {
    font-size: 10px;
  }
}
.post_posted_on > div a:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.post_posted_on .posted_date {
  border: 1px solid transparent;
  padding: 0;
  height: 23px;
  font-size: 9px;
  line-height: 23px;
  letter-spacing: 1px;
  border-radius: 9px;
  color: #000000;
}
@media only screen and (min-width: 1400px) {
  .post_posted_on .posted_date {
    font-size: 10px;
  }
}
.post_posted_on .posted_date:hover {
  color: #FFFFFF;
}
.post_posted_on .post_cats {
  text-transform: uppercase;
}
.post_posted_on .post_author {
  text-transform: uppercase;
}

.bgcolor .post_posted_on > div a.bgcolor {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.bgcolor .post_posted_on > div a.bgcolor:hover {
  color: #000000 !important;
  border-color: #000000;
}
.bgcolor .post_posted_on .posted_date {
  color: #FFFFFF;
}
.bgcolor .post_posted_on .posted_date:hover {
  color: #000000;
}

@media only screen and (min-width: 1200px) {
  .home .post_posted_on {
    justify-content: center;
  }
}
.home .bgcolor .post_posted_on,
.home .text_over_image .post_posted_on {
  left: 0;
}

.category_posts .bgcolor.main .post_posted_on {
  justify-content: center;
}
.category_posts .bgcolor_light .sub .post_posted_on {
  margin-left: 0;
  margin-right: 0;
}
.category_posts .slick-slide .post_excerpt {
  display: none;
}
.category_posts .slick-slide .post_posted_on {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section_right .category_posts .bgcolor_light.sub .post_posted_on {
    justify-content: center;
  }
  .section_right .category_posts .bgcolor_light.sub .post_posted_on .posted_date {
    text-align: center;
    display: block;
  }
}

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