/*
$gl-devices-list: (
    desktop: "screen and (min-width: 64em)", // up 1024px
    tablet: "screen and (max-width: 64em) and ( min-width: 35.5em )", // 568px - 1024px
    mobile: "screen and (max-width: 35.5em)" // from to 568px to smaller
) !default;
*/
/************************
   Device Query
*************************/
.cel-filter {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  display: block;
  align-items: center;
}
.cel-filter span, .cel-filter a {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  overflow: hidden;
}
.cel-filter a {
  cursor: pointer;
  text-decoration: none;
}

.cel-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-1 article {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-1 article {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-1 article.cel-post {
    width: calc(100% / 1);
  }
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-2 article {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-2 article {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-2 article.cel-post {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-3 article {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-3 article {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-3 article.cel-post {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-4 article {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-4 article {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-4 article.cel-post {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-5 article {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-5 article {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-5 article.cel-post {
    width: calc(100% / 5);
  }
}
@media screen and (min-width: 1025px) {
  .cel-posts.cel-col-6 article {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 1024px) {
  .cel-posts.cel-col-tablet-6 article {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 568px) {
  .cel-posts.cel-col-mobile-6 article.cel-post {
    width: calc(100% / 6);
  }
}
.cel-posts.cel-masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cel-posts.cel-masonry article {
  flex-wrap: wrap;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cel-posts article {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 35px;
  width: 100%;
  align-self: stretch;
  flex-wrap: wrap;
  display: flex;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cel-posts article.hide {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px !important;
  margin: 0px !important;
}
.cel-posts .cel-entry-media {
  position: relative;
}
.cel-posts .cel-entry-media img {
  overflow: hidden;
  line-height: 0px;
}
.cel-posts .cel-media-link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.cel-posts .cel-entry-thumbnail {
  line-height: 0px;
  display: block;
  overflow: hidden;
}
.cel-posts .cel-entry-thumbnail img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cel-posts .article-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cel-posts .cel-entry-footer {
  margin-top: auto;
}
.cel-posts.cel-custom-height .cel-entry-media {
  position: relative;
  display: block;
}
.cel-posts.cel-custom-height .cel-entry-thumbnail {
  position: relative;
  top: 0px;
  left: 0px;
  height: 0px;
  display: flex;
  padding-top: 50%;
}
.cel-posts.cel-custom-height .cel-entry-thumbnail img {
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.cel-posts .cel-entry-media-left .article-inner,
.cel-posts .cel-entry-media-right .article-inner {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 568px) {
  .cel-posts .cel-entry-media-left .article-inner,
  .cel-posts .cel-entry-media-right .article-inner {
    display: block;
  }
}
.cel-posts .cel-entry-media-left .cel-entry-media,
.cel-posts .cel-entry-media-right .cel-entry-media {
  flex-basis: 40%;
  position: relative;
}
@media screen and (max-width: 568px) {
  .cel-posts .cel-entry-media-left .cel-entry-media,
  .cel-posts .cel-entry-media-right .cel-entry-media {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 568px) {
  .cel-posts .cel-entry-media-left .cel-entry-media,
  .cel-posts .cel-entry-media-right .cel-entry-media {
    margin-bottom: 0px;
  }
}
.cel-posts .cel-entry-media-left .cel-entry-parts,
.cel-posts .cel-entry-media-right .cel-entry-parts {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 568px) {
  .cel-posts .cel-entry-media-left .cel-entry-parts,
  .cel-posts .cel-entry-media-right .cel-entry-parts {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.cel-posts .cel-entry-media-left .cel-entry-media {
  margin-right: 30px;
  margin-left: 0px;
}
.cel-posts .cel-entry-media-right .cel-entry-media {
  order: 2;
  margin-left: 30px;
  margin-right: 0px;
}
.cel-posts .cel-entry-media-right .cel-entry-parts {
  order: 1;
}
.cel-posts .cel-entry--item p:last-child {
  margin-bottom: 0px !important;
}
.cel-posts .cel-entry--part {
  margin-bottom: 15px;
}
.cel-posts .cel-entry--part .cel-entry--item:last-child, .cel-posts .cel-entry--part p:last-child {
  margin-bottom: 0px !important;
}
.cel-posts .cel-entry--part:last-child {
  margin-bottom: 0px;
}
.cel-posts .cel-entry-title {
  font-size: 1.4em;
}
.cel-posts .cel-entry-title a {
  text-decoration: none;
}
.cel-posts .cel-entry-media-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  color: rgba(255, 255, 255, 0.8);
  justify-content: center;
}
.cel-posts .cel-entry-media-content a {
  color: inherit;
}
.cel-posts .cel-entry-media-content.media-animation .cel-entry--item {
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  opacity: 0;
  transform: translateY(50%);
}
.cel-posts .cel-entry-media-content .entry--item {
  width: 100%;
}
.cel-posts .cel-entry-media-content .cel-entry-title {
  color: inherit;
}
.cel-posts article:hover .media-animation {
  background: rgba(0, 0, 0, 0.5);
}
.cel-posts article:hover .cel-entry-media-content.media-animation .cel-entry--item {
  opacity: 1;
  transform: translateY(0px);
}
.cel-posts .cel-entry-title a {
  text-decoration: none;
  color: inherit;
}
.cel-posts .cel-entry-title a:hover {
  color: inherit;
}
.cel-posts .cel-entry-terms a {
  color: currentColor;
}
.cel-posts .cel-entry-terms a:hover {
  color: inherit;
}
.cel-posts .cel-et-p-inline {
  display: inline-block;
  position: absolute;
}
.cel-posts .cel-entry-metas img.avatar {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0px;
  width: auto;
  height: auto;
  display: inline-block;
}
.cel-posts .cel-entry-metas a {
  color: inherit;
}
.cel-posts .cel-entry-metas a:hover {
  color: inherit;
}
.cel-posts .readmore-button {
  text-decoration: none;
}
.cel-posts.cel-carousel {
  position: relative;
  width: auto;
}
.cel-posts.cel-carousel .owl-nav {
  margin-top: 0px;
  z-index: 30;
}
.cel-posts.cel-carousel .owl-nav button {
  position: relative;
}
.cel-posts.cel-carousel .owl-nav i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cel-posts.cel-carousel.owl-carousel-nav-default .owl-prev, .cel-posts.cel-carousel.owl-carousel-nav-default .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0px;
}
.cel-posts.cel-carousel.owl-carousel-nav-default .owl-prev {
  position: absolute;
  left: 15px;
  right: auto;
}
.cel-posts.cel-carousel.owl-carousel-nav-default .owl-next {
  position: absolute;
  right: 15px;
  left: auto;
}
.cel-posts.cel-carousel.owl-carousel-nav-top-right .owl-prev, .cel-posts.cel-carousel.owl-carousel-nav-top-right .owl-next, .cel-posts.cel-carousel.owl-carousel-nav-top-left .owl-prev, .cel-posts.cel-carousel.owl-carousel-nav-top-left .owl-next, .cel-posts.cel-carousel.owl-carousel-nav-bottom-left .owl-prev, .cel-posts.cel-carousel.owl-carousel-nav-bottom-left .owl-next, .cel-posts.cel-carousel.owl-carousel-nav-bottom-right .owl-prev, .cel-posts.cel-carousel.owl-carousel-nav-bottom-right .owl-next {
  width: 30px;
  height: 30px;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 0px;
}
.cel-posts.cel-carousel.owl-carousel-nav-top-right .owl-nav, .cel-posts.cel-carousel.owl-carousel-nav-top-left .owl-nav, .cel-posts.cel-carousel.owl-carousel-nav-bottom-left .owl-nav, .cel-posts.cel-carousel.owl-carousel-nav-bottom-right .owl-nav {
  position: absolute;
}
.cel-posts.cel-carousel.owl-carousel-nav-top-right .owl-nav {
  top: -35px;
  right: 15px;
  margin: 0px 0 0 10px;
}
.cel-posts.cel-carousel.owl-carousel-nav-top-left .owl-nav {
  top: -35px;
  left: 15px;
  margin: 0px 10px 0 0px;
}
.cel-posts.cel-carousel.owl-carousel-nav-bottom-left .owl-nav {
  bottom: -35px;
  left: 15px;
  margin: 0px 10px 0 0px;
}
.cel-posts.cel-carousel.owl-carousel-nav-bottom-right .owl-nav {
  bottom: -35px;
  right: 15px;
  margin: 0px 0px 0 10px;
}
.cel-posts.cel-carousel .owl-dots {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.cel-posts.cel-carousel .owl-dots button {
  box-shadow: none;
}
.cel-posts.cel-carousel .owl-dots button:hover {
  box-shadow: none;
  background: none;
}

.elementor-widget-customify-posts .pagination {
  margin: 0px;
}

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