
/*common--css--style*/
.depg-main .post-grid-thumbnail{
    position: relative;
    overflow: hidden;
}

.depg-main .post-grid-inner{
    box-sizing: border-box;
    height: 100%;
}

.depg-main > article{
    position: relative;
}

.depg-main .post-grid-inner {
    display: flex;
    overflow: hidden;
}
.depg-main.depg-slider-container .post-grid-inner,
.depg-main.depg-grid-container .post-grid-inner,
.depg-main.depg-filter-container .post-grid-inner {
  flex-direction: column;
}

.depg-main .post-grid-inner .post-grid-thumbnail img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.depg-main .post-grid-meta{
  margin-bottom: 10px;
}
.depg-main .post-grid-meta > span{
  font-size: 14px;
  font-weight: 400;
  color: var(--depg-color-light_gray);
}

.depg-main .post-grid-meta > span a{
  color: var(--depg-color-light_gray);
  transition: 0.3s ease-in-out;
}

.depg-main .post-grid-meta > span a:hover{
  text-decoration: underline;
}

.depg-main .post-grid-meta .dwl-divider{
  color: var(--depg-color-light_gray);
  display: inline-block;
  margin: 0 5px;
}

/* .depg-grid-container .post-grid-meta .post-comments{
    font-size: 15px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
} */

.depg-grid-container .post-grid-excerpt,
.depg-filter-container .post-grid-excerpt{
  font-size: 16px;
  font-weight: 400;
  color: var(--depg-color-light_gray);
  line-height: 1.3;
  margin-bottom: 15px;
}

.depg-grid-container .post-grid-inner .post-grid-excerpt,
.depg-list-container .post-grid-inner .post-grid-excerpt,
.depg-filter-container .post-grid-inner .post-grid-excerpt {
  margin-bottom: 10px;
}

.depg-grid-container .post-grid-text-wrap .title
.depg-filter-container .post-grid-text-wrap .title{
    font-size: 29px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.depg-grid-container .post-grid-text-wrap .dwl-post-title,
.depg-filter-container .post-grid-text-wrap .dwl-post-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--depg-color-light_black);
  margin: 5px 0px 5px 0px;
}

.depg-main .post-grid-text-wrap .dwl-post-title a{
  color: var(--depg-color-light_black);
  text-decoration: none;
}

.depg-grid-container .post-grid-inner h3.title,
.depg-filter-container .post-grid-inner h3.title{
    font-size: 29px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.depg-grid-container .post-grid-inner .post-grid-thumbnail,
.depg-filter-container .post-grid-inner .post-grid-thumbnail{
    width:100%;
    overflow: hidden;
}

.depg-grid-container .post-grid-inner .post-grid-thumbnail img,
.depg-filter-container .post-grid-inner .post-grid-thumbnail img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.depg-grid-container .post-grid-thumbnail img{
    width:100%;
}

.depg-main a.read-more-btn-outline{
  align-items: center;
  background-color: hsla(0,0%,100%,.7);
  border: 1px solid #e5e5e5;
  color: #646464;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: left;
  line-height: 1.8;
  overflow: hidden;
  padding: 6px 20px;
  text-decoration: none;
}

.depg-grid-container .post-grid-text-wrap .read-more-btn:hover,
.depg-filter-container .post-grid-text-wrap .read-more-btn:hover{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7a64f2;
  color: #7a64f2;
}

.depg-main .post-grid-text-wrap{
  padding-right: 15px;
}

/* pagintion */

.depg-pagination-wrap{
  display: flex;
  justify-content: center;
}
.depg-pagination-wrap .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    transition: 0.3s;
    color:var(--depg-color-white);
    background-color: var(--depg-color-3e3ff0);
    border: 1px solid var(--depg-color-3e3ff0);

    border-radius: 75px;
    margin: 1px 1px 1px 1px;
}

.depg-pagination-wrap .page-numbers.next,
.depg-pagination-wrap .page-numbers.prev{
padding-left: 10px;
padding-right: 10px;
}

.depg-pagination-wrap .page-numbers:hover{
    background-color: var(--depg-color-white);
    color:var(--depg-color-3e3ff0);
} 

/* Color palet 1*/
.dpga-color-palette-1 .post-grid-text-wrap .read-more-btn{
    color:var(--depg-color-white);
    border: 1px solid var(--depg-color-light_blue);
    background-color:var(--depg-color-light_blue);
}

.dpga-color-palette-1 .post-grid-text-wrap .read-more-btn:hover{
    color:var(--depg-color-dark_blue);
    background-color:var(--depg-color-white);
    cursor: pointer;
    transition: background-color 0.5s ease-out;
 }

.dpga-color-palette-1 .post-grid-text-wrap .title a{
    color:var(--depg-color-dark_blue);
}

.dpga-color-palette-1 .post-grid-meta .post-date{
    color: var(--color-gray);
}

.dpga-color-palette-1 .post-grid-meta .post-comments{
    color: var(--color-gray);
}

.dpga-color-palette-1 .post-grid-excerpt p{
    color:var(--color-blue);
}

.dpga-color-palette-1 .depg-pagination-wrap .page-numbers{
    color:var(--depg-color-white);
    background-color: var(--depg-color-light_blue);
    border: 1px solid var(--depg-color-light_blue);
}

/* Color palet 2*/

.dpga-color-palette-2 .post-grid-text-wrap .read-more-btn{
    color:var(--color-gray);
    border: 1px solid var(--color-gray);
    background-color:var(--depg-color-white);
}

.depg-grid-layout-1 .post-grid-thumbnail a img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.depg-grid-layout-1 .post-grid-thumbnail a img:hover{
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.depg-grid-container .post-grid-inner .post-grid-thumbnail,
.depg-filter-container .post-grid-inner .post-grid-thumbnail{
    overflow:hidden;
    width:100%;
    margin-bottom: 20px;
}

/*layout 2*/
.depg-grid-layout-2 .post-grid-inner{
    border-radius: 5px;
}

.depg-grid-layout-2 .post-grid-inner .post-grid-thumbnail{
    width:100%;
    overflow: hidden;
}

.depg-grid-layout-2 .post-grid-inner .post-grid-thumbnail img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.depg-grid-layout-2 .post-grid-inner .post-grid-thumbnail img:hover {
    opacity:0.5;
}

.depg-grid-layout-2 .post-grid-meta{
 margin-bottom: 0;
}

.depg-grid-container.depg-grid-layout-2 .post-grid-text-wrap .dwl-post-title{
  margin-bottom: 15px;
}


/* layout 3 */

.depg-grid-layout-3 .post-grid-inner .post-grid-thumbnail img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.depg-grid-layout-3 .post-grid-inner a{
    color:var(--depg-color-dark_blue);
}

.depg-grid-layout-3 .post-grid-inner .post-grid-thumbnail img:hover {
    opacity:0.5;
}
.depg-grid .depg-grid-layout-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


.depg-grid-layout-3 .post-grid-inner h3.title{
    padding-left: 10px;
}

.depg-grid-layout-3 .dwl-post-title{
  margin-bottom: 0;
}

.depg-grid-layout-3 .post-grid-inner {
  border: 1px solid #ddd;
}

.depg-grid-layout-3 .post-grid-text-wrap {
  padding: 10px 15px 10px 15px;
}
.depg-grid-layout-3 .post-grid-thumbnail + .post-grid-text-wrap {
  padding-top: 0;
}
.depg-grid-layout-3 .post-grid-meta {
  margin: auto 0 0 0;
  padding: 15px;
  border-top: 1px solid #ddd;
  margin-top: auto;
}

/* layout 4 */
.depg-grid-layout-4 .post-grid-inner .post-grid-thumbnail img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.depg-grid-layout-4 .post-grid-inner a{
    color:var(--depg-color-dark_blue);
}

.depg-grid-layout-4 .post-grid-inner .post-grid-thumbnail img:hover {
    opacity:0.5;
}

.depg-grid .depg-grid-layout-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.depg-grid-layout-4 .post-grid-inner h3.title{
    margin: 10px;
}

.depg-grid-layout-4 .dwl-post-title{
  margin-bottom: 0;
}

.depg-grid-layout-4 .degp-meta-data a {
  color: #FFFFFF;
}

a.dwl-overlay-category {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 15px;
  background: #e12de1;
  color: var(--depg-color-white) !important;
  padding: 10px 20px;
  line-height: 1;
}

/* layout 5 */
.depg-grid .depg-grid-layout-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.depg-grid-layout-5 .post-grid-thumbnail a img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.depg-grid-layout-5 .post-grid-thumbnail a img:hover{
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* list layout 1 */

.depg-list-container .dwl-post-title{
  margin: 5px 0 10px 0;
}

/* pagination */
.depg-pagination-wrap {
  margin-top: 50px;
}


/* layout 6 style */
.dwl-overlay-post-wrap,
.dwl-list-post-wrap,
.dwl-post-list-thumb,
.dwl-post-list-text-wrap{
  width: 50%;
  padding: 0 8px;
}

.dwl-post-list{
  margin-bottom: 20px;
}

.depg-grid-container .dwl-post-list-text-wrap .read-more-btn,
.depg-filter-container .dwl-post-list-text-wrap .read-more-btn {
  border: 0 none;
  padding: 0;
}

.dwl-post-overlay{
  position: relative;
}

.post-grid-text-wrap.dwl-overly-text-wrap {
  position: absolute;
  width: 100%;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.dwl-overlay-bg{
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.4) 59%,rgba(0,0,0,.8));
  z-index: 9;
}

.depg-grid-container .dwl-overly-text-wrap .post-grid-meta > span,
.depg-filter-container .dwl-overly-text-wrap .post-grid-meta > span{
  color: var(--depg-color-white);;
}

.depg-grid-container .dwl-overly-text-wrap .post-grid-meta,
.depg-filter-container .dwl-overly-text-wrap .post-grid-meta {
  margin: 0;
}

.depg-grid-container .dwl-overly-text-wrap .dwl-post-title a,
.depg-filter-container .dwl-overly-text-wrap .dwl-post-title a{
  color: var(--depg-color-white);
}

.depg-grid-container .dwl-overly-text-wrap .read-more-btn,
.depg-filter-container .dwl-overly-text-wrap .read-more-btn{
  padding: 0;
  border: 0 none;
  color: var(--depg-color-white);;
  background: transparent;
}

.post-grid-meta > span + span {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.post-grid-meta > span::before {
  /* content: attr(data-meta-separator); */
  position: absolute;
  left: -5px;
}

.depg-list-layout-1 .dpg-list-post + .dpg-list-post{
  margin-top: 30px;
}

.depg-list-layout-2 .post-grid-text-wrap{
  padding: 10px 24px;
}

/* slider style layout-4 */
.depg-slider-container.depg-slider-layout-4 .post-slider-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.depg-slider-container.depg-slider-layout-4 .post-grid-excerpt .read-more-btn,
.depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap .post-author,
.depg-slider-container.depg-slider-layout-4 .post-grid-excerpt p{
  color: #000000;
  font-family: 'inter', Sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 41px;
}
.depg-slider-container.depg-slider-layout-4 .post-grid-excerpt .read-more-btn{
  color: #d6670b;
}
.depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap .post-author{
  margin-bottom: 0px;
}
.depg-slider-container.depg-slider-layout-4 .post-grid-excerpt{
  margin-bottom: 0px;
}
.depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap{
  width: 75%;
  padding-left: 20px;
}

.depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail {
  max-width: 220px;
  /* padding: 10px; */
  margin-bottom: 0px;
}
.depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail a img{
  margin-bottom: 0px;
}
.depg-slider-container.depg-slider-layout-4 .post-slider-excerpt-wrap p {
  display: inline;
}
.depg-slider-container.depg-slider-layout-4 a.read-more-btn-outline{
  background-color: transparent;
  border: 1px solid transparent;
}

.depg-slider-container.depg-slider-layout-4 .depg-post-slider .slick-next.slick-arrow::before,
.depg-slider-container.depg-slider-layout-4 .depg-post-slider .slick-prev.slick-arrow::before{
  /* display: inline-block; */
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.depg-slider-container.depg-slider-layout-4 .depg-post-slider .slick-prev.slick-arrow::before{
  transform: rotate(-45deg);
  left: 0;
}

.depg-slider-container.depg-slider-layout-4 .depg-post-slider .slick-next.slick-arrow::before{
  transform: rotate(135deg);
  right: 0;
}

.depg-slider-container.depg-slider-layout-4 .depg-post-slider button.slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 9;
  top: 30%;
  transform: translateX(-50%);
  display: block;
  background: transparent;
  border: 0 none;
}

.depg-slider-container.depg-slider-layout-4 .depg-post-slider .fa-user:before{
  content: 'By:';
  color: #000000;
  font-family: 'inter', Sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 41px;
}

@media (max-width: 979px){
  .depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail{
    padding: 0px;
    max-width: 240px;
  }
  .depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap{
    width: 66%;
    padding: 10px;
  }
}

@media (max-width: 899px){
  .depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail{
    padding: 0px;
    max-width: 240px;
  }
  .depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap{
    width: 64%;
    padding: 10px;
  }
}

@media (max-width: 805px){
  .depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail{
    padding: 0px;
    max-width: 240px;
  }
  .depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap{
    width: 60%;
    padding: 10px;
  }
}

@media (max-width: 767px){
  .depg-slider-container.depg-slider-layout-4 .post-grid-thumbnail{
    width: 100%;
    padding: 0px;
    max-width: 100%;
  }
  .depg-slider-container.depg-slider-layout-4 .post-slider-text-wrap{
    width: 100%;
    padding: 10px;
  }
}

/* slider style layout-4 end*/

/* slider style */

.depg-post-slider .slick-prev-icon,
.depg-post-slider .slick-next-icon{
display: none !important;
opacity: 0;
}
.depg-post-slider .slick-slide img{
  width: 100%;
  object-fit: cover;
}

.depg-post-slider .dpg-slider-dots {
  display: flex;
  justify-content: center;
  list-style: none;
}

.depg-post-slider .dpg-slider-dots li button {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  font-size: 0;
  border: 0 none;
  padding: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
}

.depg-post-slider .dpg-slider-dots li {
  margin: 0 4px;
}

.depg-post-slider .dpg-slider-dots .slick-active button {
  transform: scale(1);
  background: #333;
}

.depg-post-slider .slick-prev.slick-arrow::before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--depg-color-black);
}

.depg-post-slider .slick-next.slick-arrow::before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--depg-color-black);
}

.depg-post-slider button.slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateX(-50%);
  display: block;
  background: transparent;
  border: 0 none;
}

.depg-post-slider button.slick-arrow.slick-prev {
  left: -15px;
}

.depg-post-slider button.slick-arrow.slick-next {
  right: -35px;
}

.depg-post-slider .post-grid-excerpt{
  margin-bottom: 20px;
}

.depg-image-wrapper{
  position: relative;
}
.depg-image-wrapper .degp-term-meta{
  position: absolute;
  left: 15px;
  padding-right: 15px;
  top: 15px;
  z-index: 5;

}
.depg-image-wrapper .degp-term-meta a{
  display: inline-block;
  background: green;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.3;
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.3;
  margin-right: 4px;
  padding: 4px 8px 3px;
}
.depg-image-wrapper .depg-category-link a:hover{
  opacity: 0.7;
}

@media (min-width: 1024px){
  .slider-column-2 .depg-post-slider .slick-slide img{
    height: 350px;
  }
  
  .slider-column-3 .depg-post-slider .slick-slide img,
  .slider-column-4 .depg-post-slider .slick-slide img{
    height: 236px;
  }
}



.depg-post-slider .post-grid-thumbnail{
  margin-bottom: 20px;
}

.dpg-slide{
  padding: 0 10px;
}

.depg-post-slider{
  margin: 0 -10px;
}

.depg-post-slider .post-grid-text-wrap{
  padding-right: 0;
}

.depg-filter-item {
  padding: 0 10px;
}

.depg-term-filter {
  margin: 0 -10px;
}

.depg-isotope-categories {
  margin-bottom: 15px;
  text-align: center;
}

.depg-isotope-categories .depg-isotope-filter-btn {
  background: #7a64f2;
  color: #fff;
  border-color: transparent;
  padding: 5px 10px;
  margin: 0 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.depg-isotope-categories .depg-isotope-filter-btn:hover,
.depg-isotope-categories .depg-isotope-filter-btn.active-filter{
  background: #e12de1;
}


.depg-thubnail-wrap {
  position: relative;
}

.depg-grid-layout-4 .depg-thubnail-wrap img{
  height: 260px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.depg-grid-layout-4 .depg-thubnail-wrap:hover img{
  transform: scale(1.1);
}

.depg-grid-layout-4 .depg-meta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 18px;
}

.depg-grid-layout-4 .degp-term-meta a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}



.depg-grid-layout-4 .degp-term-meta a + a {
  margin-left: 5px;
}

.depg-grid-layout-4 .degp-term-meta a {
  display: block;
  line-height: 1;
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
}

.depg-grid-layout-4 .depg-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  background: rgba(0,0,0, 0.4);
  min-height: 75px;
}

.depg-grid-layout-4 .depg-title-wrap .dwl-post-title a {
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 1;
}

.depg-grid-layout-4 .depg-title-wrap .dwl-post-title {
  line-height: 1.3;
}

.no-depg-post-thumbnail{
  height: 260px;
  background: #ddd;
}


.depg-thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.4);
  z-index: 1;
}

.depg-gs-common-1 .depg-thubnail-wrap img{
  transition: all 0.4s ease;
  height: 260px;
  object-fit: cover;
}

.depg-gs-common-1  .depg-thubnail-wrap:hover img{
  transform: scale(1.1);
}

.depg-gs-common-1 .depg-title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 2;
}

.depg-gs-common-1 .degp-term-meta {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.depg-gs-common-1 .depg-thubnail-wrap:hover .degp-term-meta{
  visibility: visible;
  opacity: 1;
}

.depg-gs-common-1 .depg-post-slider .post-grid-thumbnail{
  margin: 0;
}

.depg-gs-common-1 .depg-title-wrap .dwl-post-title {
  margin: 0 0 10px;
}

.depg-gs-common-1 .depg-title-wrap .dwl-post-title a {
  color: #fff;
}

.depg-gs-common-1 .degp-meta-data a {
  color: #fff;
  margin: 0 10px;
}

.degp-meta-data a + a{
  margin-left: 5px;
}

.depg-gs-common-1 .degp-term-meta a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  padding: 5px 8px;
  transition: all 0.3s ease;
}

.depg-gs-common-1 .degp-term-meta a:hover{
  background: #fff;
  color: #000;
}


.depg-grid-layout-6 .degp-term-meta {
  position: absolute;
  top: 10px;
  left: 10px;
}

.depg-grid-layout-6 .depg-thumbnail-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.depg-grid-layout-6 .degp-term-meta a {
  padding: 5px 8px;
  background: #9b3eed;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.depg-grid-layout-6 .degp-term-meta a:hover{
  background: #a84bf8;
}

.depg-grid-layout-6 .degp-term-meta a + a {
  margin-left: 7px;
}

.depg-grid-layout-6 .post-grid-thumbnail img {
  border-radius: 5px;
  transition: all 0.4s ease;
}

.depg-grid-layout-6 .depg-thumbnail-wrap:hover .post-grid-thumbnail img{
  transform: scale(1.2);
}

.depg-grid-layout-6 .depg-content-wrap {
  padding: 15px 0 0 25px;
}

.depg-grid-layout-6 .degp-meta-data a {
  font-size: 14px;
  color: #8d99ae;
}

.depg-grid-layout-6 .degp-meta-data a + a {
  margin-left: 8px;
}

.depg-grid-layout-6 .degp-meta-data a i {
  color: #9d9c9c;
  margin-right: 2px;
}

.depg-grid-layout-6 .post-grid-text-wrap .dwl-post-title a {
  color: #2b2d42;
}

.depg-grid-layout-6 .degp-meta-data {
  margin-bottom: 10px;
}

.depg-grid-container .depg-grid-layout-6 .post-grid-text-wrap .dwl-post-title {
  margin-bottom: 11px;
}

.depg-grid-container .depg-grid-layout-6 .post-grid-excerpt {
  color: #8d99ae;
}

/* =====================================================
    list layout 3 
  ======================================================*/
.depg-list-layout-3 .dpg-list-post .post-grid-inner {
  border: 1px solid #16bbaa;
  position: relative;
  margin: 0;
}

.depg-list-layout-3 .depg-thumbnail-wrap {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.depg-list-layout-3 .post-grid-inner .post-grid-thumbnail img{
  transition: all 0.4s ease;
}
.depg-list-layout-3 .depg-thumbnail-wrap:hover  .post-grid-thumbnail img{
  transform: scale(1.1);
}

.depg-list-layout-3 .depg-list-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px 0 0 0;
}

.depg-list-layout-3 .depg-list-date span {
    display: block;
    text-align: center;
    line-height: 1.2;
}

.depg-list-layout-3 .depg-list-date-date {
    font-size: 20px;
    font-weight: 600;
    color: #16bbaa;
}

.depg-list-layout-3 .depg-list-date-month {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.depg-list-layout-3 .degp-term-meta a {
  color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 15px 5px 15px;
  font-family: "Lora", Sans-serif;
  font-size: 10px;
  background: rgb(67, 170, 139);
  display: inline-block;
}

.depg-list-layout-3 .degp-term-meta a + a {
  margin-left: 8px;
}

.depg-list-layout-3 .post-grid-text-wrap .read-more-btn-outline{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  padding: 6px 12px;
  border-top: 1px solid #16bbaa;
  border-left: 1px solid #16bbaa;
  border-right: 0;
  border-bottom: 0;
  border-radius: 5px 0 0 !important;
}

.depg-list-layout-3 .post-grid-text-wrap .read-more-btn-outline:hover{
  background: #16bbaa;
  color: #fff !important;
}

.depg-list-layout-3 .dwl-post-title {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.depg-list-layout-3 .degp-term-meta {
  margin-bottom: 10px;
}

.depg-list-layout-3 .post-grid-text-wrap {
  padding: 0 20px;
}

.depg-list-layout-3 .dpg-list-post {
  padding: 0 10px;
  margin-bottom: 20px;
}

.depg-list-layout-3 .dpg-row {
  margin: 0 -10px;
}

/*====================================================
grid layout 7
==================================================*/


.depg-grid-layout-7 .degp-overlay-post-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 14px;
  backdrop-filter: blur(3px);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}

.depg-grid-layout-7 .degp-overlay-post-content-wrap .dwl-post-title a {
  color: #fff;
}

.depg-grid-layout-7 .degp-overlay-post-content-wrap .dwl-post-title {
  line-height: 1.3;
  margin: 0 0 7px;
}

.depg-grid-layout-7 .degp-overlay-post-content-wrap .post-grid-meta > span {
  color: #fff;
}

.depg-grid-layout-7 .degp-overlay-post-content-wrap .post-grid-excerpt {
  font-size: 14px;
  color: #fff;
}

.depg-grid-layout-7 .degp-overlay-post-content-wrap .read-more-btn {
  color: #fff;
}

.depg-grid-layout-7 .depg-title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 9;
  background: #a84bf8;
  transition: all 0.4s ease;
}

.depg-grid-layout-7 .depg-title-wrap .dwl-post-title > a {
  color: #fff;
}

.depg-grid-layout-7 .depg-title-wrap .dwl-post-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.depg-grid-layout-7 .degp-term-meta a {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 4px 8px;
  color: #fff;
  margin-top: 5px;
}

.depg-grid-layout-7 .post-grid-thumbnail img {
  height: 100%;
  object-fit: cover;
}

.depg-main.depg-grid-layout-7 .post-grid-thumbnail {
  height: 350px;
}

.depg-grid-layout-7 .depg-thubnail-wrap:hover .depg-title-wrap{
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
} 

.depg-grid-layout-7 .depg-thubnail-wrap:hover .degp-overlay-post-content-wrap{
  visibility: visible;
  opacity: 1;
}

/*====================================================
grid layout 8
==================================================*/
.depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-excerpt{
  font-weight: 300;
  line-height: 25px;
}
.depg-list-layout-4 .post-list-inner-style-4 .post-grid-meta > span,
.depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-meta > span {
  font-weight: 300;
}
.depg-grid-layout-8 .post-grid-inner-style-8{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  padding: 18px;
}

.depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-text-wrap,
.depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-image-wrap{
  width: 48%;
  padding: 0;
}

.depg-grid-layout-8 .post-grid-thumbnail a img{
  border-radius: 10px;
}

/*====================================================
Grid layout 9
==================================================*/
.depg-grid-layout-9 .post-grid-inner-style-9 .post-grid-title-meta-wraper{
  transition: .5s;
}
.depg-grid-layout-9 .post-grid-inner-style-9{
  width: 100%;
  height: auto;
}

.depg-grid-layout-9 article .post-grid-inner-style-9 .post-grid-thumbnail a img{
  width: 100%;
  height:400px;
  transition: all 3s;
}
.depg-grid-layout-9 article:hover .post-grid-inner-style-9{
  position: relative;
}

.depg-grid-layout-9 article:hover .post-grid-title-meta-wraper {
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  background: #0c0909d4;
}
.depg-grid-layout-9 article:hover .post-grid-inner-style-9{
  min-height: auto;
}
.depg-grid-layout-9 .post-grid-inner-style-9 {
  padding-top: 304px;
  transition: padding .5s;
  width: 100%;
}

.depg-grid-layout-9 .post-grid-inner-style-9 {
  transition-timing-function: linear;
}

.depg-grid-layout-9 article:hover .post-grid-inner-style-9{
  padding:0px;
}

.depg-grid-layout-9 .post-grid-title-meta-wraper .dwl-post-title,
.depg-grid-layout-9 .post-grid-title-meta-wraper .post-grid-meta{
  display: none;
}
.depg-grid-layout-9 article:hover .post-grid-title-meta-wraper .dwl-post-title,
.depg-grid-layout-9 article:hover .post-grid-title-meta-wraper .post-grid-meta{
  display: block;
}

.depg-grid-layout-9 article:hover .post-grid-title-meta-wraper .post-grid-meta span,
.depg-grid-layout-9 article:hover .post-grid-title-meta-wraper .dwl-post-title a{
  color: #FFFFFF;
  height: 100%;
}


.depg-grid-layout-9 article:hover .post-grid-title-meta{
  display: none;
}


.depg-grid-layout-9 article:hover .post-grid-inner-style-9 .post-grid-thumbnail a img {
  height: 190px;
}

/* .depg-grid-layout-9 .post-grid-title-meta, */
.depg-grid-layout-9 .post-grid-text-wrap{
  display: none;
  transition: 5s;
}
.depg-grid-layout-9 article:hover .post-grid-text-wrap{
  padding-top: 20px;
  font-weight: 300;
  display: block;
}
.depg-grid-layout-9 .post-grid-inner-style-9 .dwl-post-title{
  margin-top: 22px;
  margin-bottom: 22px;
}
.depg-grid-layout-9 .post-grid-inner-style-9 .post-grid-meta span{
  font-weight: 300;
}
.depg-grid-layout-9 .post-grid-inner-style-9 .dwl-post-title a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #1D1D1D;
}
.depg-grid-layout-9 .post-grid-inner-style-9 .dwl-post-title a,
.depg-grid-layout-9 .post-grid-title-meta .dwl-post-title a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #1D1D1D;
}



/*====================================================
Grid layout 10
==================================================*/

.depg-grid-layout-10 .post-grid-text-wrap .read-more-btn{
  display: none;
  transform: translate(2s);
}
.depg-grid-layout-10 .post-grid-inner-style-10:hover .post-grid-text-wrap .read-more-btn{
  display: block;
  transform: translate(2s);
}

.depg-grid-layout-10 .post-grid-inner-style-10:hover .post-grid-text-wrap{
  padding: 20px 0px 0px;
}
.depg-grid-layout-10 .post-grid-inner-style-10:hover .read-more-btn{
  width: 100%;
  background: #11A4AD;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #FFFFFF;
  border: 1px solid #11A4AD;
}
.depg-grid-layout-10 .post-grid-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.depg-grid-layout-10 .author-date-wrap{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.depg-grid-layout-10 .post-grid-meta .post-date::before{
  display: none;
  margin-top: 10px;
}

.depg-grid-layout-10 .post-grid-meta .post-date .fa-calendar-days{
  display: none;
}

.depg-grid-layout-10 .post-grid-meta .post-author{
  font-family: 'Open Sans';
  color: #16bbaa;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
}

.depg-grid-layout-10 .post-grid-meta .author-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.depg-grid-layout-10 .post-grid-meta .author-wrap{
  text-align: center;
  width: 38px;
  height: 38px;
  border: 1px solid #11A4AD;
  border-radius: 50%;
}

.depg-grid-layout-10 .post-grid-meta .post-date{
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #707070;
  margin: 5px 0px 0px 0px;
}

.depg-grid-layout-10 .post-grid-inner {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.depg-grid-layout-10 .post-grid-thumbnail a img{
  border-radius: 15px;
  

}

.depg-grid-layout-10 .post-grid-text-wrap {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  backdrop-filter: blur(12.5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  padding: 20px 0px 20px;
  border-radius: 10px 0px 0px 0px;
  /* transition:height 4s; */
}

.depg-grid-layout-10 .post-grid-text-wrap .degp-term-meta{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 15px;
} 

.depg-grid-layout-10 .post-grid-text-wrap .degp-term-meta a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  padding-right: 10px;
}

.depg-grid-layout-10 .post-grid-text-wrap .degp-term-meta a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  background-color: #000000;
  bottom: 9px;
  margin-left: 5px;
}

.depg-grid-layout-10 .post-grid-text-wrap .degp-term-meta a:last-child::after{
  display: none;
}

.depg-grid-layout-10 .post-grid-title-meta-wraper {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 0px 0px 15px 0px;
  padding: 16px 30px;
}

.depg-grid-layout-10 .post-grid-inner-style-10 .post-grid-thumbnail{
  margin-bottom: -7px;
}

.depg-grid-layout-10 .post-grid-text-wrap .dwl-post-title a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #11A4AD;
}
.depg-grid-layout-10 .post-grid-text-wrap h3{
  padding-left: 15px;
}
/* .depg-grid-layout-10 .post-grid-inner-style-10{
  border-radius: 10px;
} */

/*====================================================
list layout 4
==================================================*/
.depg-list-layout-4 .dpg-row{
  padding: 10px;
}
.depg-list-layout-4 article{
  position: relative;
  border: 1px solid #D9D9D9;
  padding-left: 0;
}

.depg-list-layout-4 .post-grid-thumbnail a{
  display: inline-block;
  width: 100%;
}

.depg-list-layout-4 .post-grid-thumbnail a img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.depg-list-layout-4 .post-list-inner-style-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.depg-list-layout-4 .post-list-inner-style-4 .post-grid-excerpt{
  font-size: 16px;
  font-weight: 300;
  color: var(--depg-color-light_gray);
  line-height: 25px;
  margin-bottom: 15px;
}

.depg-list-layout-4 .post-list-image-wrap{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.depg-list-layout-4 .post-list-inner-style-4 .degp-term-meta {
  display: flex;
  flex-wrap: wrap;
}

.depg-list-layout-4 .post-list-inner-style-4 .degp-term-meta {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 10px;
}
.depg-list-layout-4 .post-list-inner-style-4 .degp-term-meta a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px;
  color: #FFFFFF;
  background: #2965FF;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.depg-list-layout-4 .post-list-inner-style-4 .post-list-image-wrap{
  width: 30%;
}

.depg-list-layout-4 .post-list-inner-style-4 .post-grid-text-wrap{
  width: 70%;
  padding-left: 22px;
}


@media (max-width: 991px){
  .depg-list-layout-2 .post-grid-text-wrap{
    padding: 20px 0 0;
  }

  .depg-list-layout-2 .dpg-list-post{
    margin-bottom: 40px;
  }
}


@media (max-width: 767px){
  .depg-list-layout-4 .post-list-inner-style-4 .post-list-image-wrap{
    width: 100%;
  }
  
  .depg-list-layout-4 .post-list-inner-style-4 .post-grid-text-wrap{
    width: 100%;
    padding-left: 0;
  }
  .depg-list-layout-4 .post-list-inner-style-4 {
    padding: 0px 10px 0px 20px;
  }
}

@media (max-width: 575px){
  .depg-list-layout-3 .post-grid-text-wrap {
    padding: 20px 10px 35px;
  }
}

@media (max-width: 461px){
  .dpg-slide{
    padding: 0;
  }

  .depg-post-slider{
    margin: 0;
  }
}
@media (max-width: 536px){
  .depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-text-wrap,
  .depg-grid-layout-8 .post-grid-inner-style-8 .post-grid-image-wrap{
    width: 100%;
    padding: 0;
  }
}