/*--------- TILE NEWS ------------------------------*/


.News-wrapper {
    padding: 32px 0 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color1);
}

.Newstile-wrapper {
    padding: 24px 0 0 0;
}

a.Post-tile {
    background: var(--color1);
    border-radius: 4px;
    display: block;
    text-decoration: none;
    margin-bottom: 32px;
}

a.Post-tile img{
	border-radius: 4px 4px 0 0;
}

.Post-tile h4{
    font-size: large;
	font-weight: 400;
	height: 50px;
    overflow: hidden;
	
}

.Newstile-text-wrapper {
	padding: 0px 12px 24px 12px;
}


/*--------- Views -----------------------------*/

.views-icon {
	display: inline-block;
    width: 24px;
    height: 24px;
    padding-right: 8px;
    vertical-align: middle;
}

.views-wrapper {
	color: var(--textLight);
}


.credentials {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-width: 114px;
}

.credentials .date {
    margin: 0px;
    background: var(--color2);
    color: var(--textLight);
    padding: 4px 8px 3px 8px;
    border-radius: 14px;
    font-size: small;
}


.Newstile-bottom-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: stretch;
	align-items: center;
	padding: 0 12px 14px 12px;
}

.Newstile-bottom-wrapper .Button {
	padding: 7px 14px 8px 14px !important;
}


.Newstileimg{
	width: 100%;
	height: 214px;
	margin-bottom: 8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px 4px 0px 0px;
}



.MoreArticles-wrapper {
	text-align: right;
	padding: 24px 0 32px 0;
}

.MoreArticles-wrapper .Button {
	padding: 8px 14px 8px 14px !important;
    font-size: medium;
}

.owl-theme .owl-nav {
    position: absolute;
	width: 100%;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
	display: block;
	background: var(--color1) !important;
	color: var(--textLight);
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
	font-size: 28px;
}


.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    left: 0;
	margin-left: -16px;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
    right: 0;
	margin-right: -16px;
	box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
}

.owl-theme .owl-dots .owl-dot {
	box-shadow: none;
}


.owl-theme .owl-dots .owl-dot span {
	background: var(--color1) !important;
  }


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color4) !important;  
} 