

.widget.c-news.c-news-template-3 {
    padding-top: 50px;
} 
.widget.c-news.c-news-template-3 .widget-header .widget-title-custom {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #000;
    padding-bottom: 45px;
}
.widget.c-news.c-news-template-3 .widget-item-wrapper {
    height: 100%;
    background-color: #FFF;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.widget.c-news.c-news-template-3 .widget-item-picture {
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.widget.c-news.c-news-template-3 .widget-item-text {
    padding: 21px 20px 35px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.widget.c-news.c-news-template-3 .widget-item-date {
  font-size: 12px;
  line-height: 15px;
  color: #898989;
  margin-bottom: 10px;
}
.widget.c-news.c-news-template-3 .widget-item-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #404040;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-news.c-news-template-3 .widget-footer-button {
    background: #262A2E;
    padding: 15px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius: 10px;
    transition: 0.4s;
    text-decoration: none;
	display:inline-block;
}
.widget.c-news.c-news-template-3 .widget-footer-button:hover {
    background: #ff1f4c;
}
.widget.c-news.c-news-template-3 .widget-content {
    margin-top: 60px;
}
.widget.c-news.c-news-template-3 .widget-description-custom {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 123%;
}
.widget.c-news.c-news-template-3 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-3 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-3 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-3 .widget-all-button i {
  display: none;
  font-size: 18px;
}

.widget.c-news.c-news-template-3 .widget-item-text-flex {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.widget.c-news.c-news-template-3 .widget-item-text-top {
    padding-bottom: 165px;
}

.widget.c-news.c-news-template-3 .pic {
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    min-width: 48px;
    margin-right: 13px;
}

.widget.c-news.c-news-template-3 .description {
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 123%;
    transition: 0.5s;
    position: relative;
    top: 10px;
}

.widget.c-news.c-news-template-3  .link-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    top: -10px;
    transition: 0.5s;
    opacity: 0;
}

.widget.c-news.c-news-template-3 .widget-item-picture:after {
    transition: 0.4s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    background: #ff1f4c;
    opacity: 0;
    border-radius: 50%;
} 
.widget.c-news.c-news-template-3 .widget-item-picture:hover:after {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.widget.c-news.c-news-template-3 .widget-item-picture:hover .description {
    opacity: 1;
    top: 0;
}

.widget.c-news.c-news-template-3 .widget-item-picture:hover .link-txt {
    opacity: 1;
    top: 0;
}
.widget.c-news.c-news-template-3 .widget-content .owl-nav {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.widget.c-news.c-news-template-3 .widget-content .owl-nav button {
	transition: 0.4s;
	width: 49px;
	height: 49px;
	border: 1px solid #262A2E;
	opacity: 1;
	outline: none;
	background: #fff;
	position: static;
	border-radius: 10px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget.c-news.c-news-template-3 .widget-content .owl-nav button.owl-prev {
	margin-right: -1px;
}

.widget.c-news.c-news-template-3 .widget-content .owl-nav button:hover {
	border-color: #ff1f4c;
	background: #ff1f4c;
}

.widget.c-news.c-news-template-3 .widget-content .owl-nav button:hover svg path {
	fill: #fff;
}

.widget.c-news.c-news-template-3 .widget-content .owl-nav button svg path {
	transition: 0.4s;
}
@media all and (max-width: 768px) {
	.widget.c-news.c-news-template-3 .widget-content .owl-stage {
		display: flex;
	}

	.widget.c-news.c-news-template-3 .widget-content .owl-stage .widget-item {
		height: 100%;
	}
	.widget.c-news.c-news-template-3 .widget-footer.mobile {
		display: none;
	}
	.widget.c-news.c-news-template-3 .widget-all-container {
		display: block;
	}
	.widget.c-news.c-news-template-3 .widget-header .widget-title-custom {
		padding-bottom: 0;
		font-size: 25px;
	}

	.widget.c-news.c-news-template-3 .widget-description-custom {
		font-size: 14px;
	}

	.widget.c-news.c-news-template-3 .widget-footer-button {
		font-size: 14px;
	}
	.widget.c-news.c-news-template-3 .widget-content .owl-stage {
		display: flex;
	}

	.widget.c-news.c-news-template-3 .widget-content .owl-stage .widget-item {
		height: 100%;
	}

	.widget.c-news.c-news-template-3 .description, 
	.widget.c-news.c-news-template-3 .link-txt {
		opacity: 1;
		top: 0;
		font-size: 14px;
	}
	.widget.c-news.c-news-template-3 .widget-item-text-flex {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.widget.c-news.c-news-template-3 .widget-item-text-top {
		padding-bottom: 75px;
	}
	.widget.c-news.c-news-template-3 .widget-item-picture:after {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
		border-radius: 10px;
		background: #110602CC;
		background: linear-gradient(180deg, rgba(17, 6, 2, 0.29) 67%, rgba(49, 16, 6, 0) 100%);
	}
	.widget.c-news.c-news-template-3 .widget-content {
		margin-top: 30px;
	}
	.widget.c-news.c-news-template-3 {
		padding-top: 0;
	}
}
@media all and (min-width: 2000px) {
	.widget.c-news.c-news-template-3 {
		padding-top: 100px;
	}

	.widget.c-news.c-news-template-3 .widget-header .widget-title-custom {
		font-size: 40px;
	}

	.widget.c-news.c-news-template-3 .widget-footer-button {
		font-size: 24px;
		padding: 20px 20px;
	}

	.widget.c-news.c-news-template-3 .widget-description-custom {
		font-size: 20px;
	}

	.widget.c-news.c-news-template-3 .widget-item-text-flex {
		font-size: 32px;
	}

	.widget.c-news.c-news-template-3 .pic {
		width: 72px;
		height: 72px;
		min-width: 72px;
		margin-right: 19px;
	}

	.widget.c-news.c-news-template-3 .description {
		font-size: 24px;
	}

	.widget.c-news.c-news-template-3 .widget-item-text-top {
		padding-bottom: 270px;
	}

	.widget.c-news.c-news-template-3 .link-txt {
		font-size: 24px;
	}
}
/*# sourceMappingURL=style.css.map */
