﻿body {
}

.dib-single .dib-post-featured-image {
	/*display: none;*/
	max-width: 500px;
	margin: 0 auto 30px;
}

.blog-top-margin {
	background: #F1F0F0;
}

.blog-offset {
	/*	background: #F1F0F0;*/
	margin-left: -15px;
	margin-right: -15px;
}

.blog-small-text {
	color: #737373;
}

.blog-no-bottom-margin {
	margin-bottom: 0px;
}

.nunito-heading-blog {
	font-family: 'Nunito', sans-serif;
	font-size: 35px;
	color: #04ADBF;
}

.dib-post-date {
	color: #787878;
}

.dib-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: white;
	/*padding: 20px;*/
	padding-bottom: 40px;
	/*	margin-bottom: 160px;*/
}

#dib-template-1 {
	margin-bottom: 100px;
}

.dib-post {
	font-family: "Nunito", Arial;
	font-size: 20px;
	color: #737373;
	text-align: left;
	background: #fff;
	border-radius: 6px;
	padding: 0px;
	margin: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 1.5em;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 31px 1px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 31px 1px rgba(0,0,0,0.4);
	transition: background-color 0.5s ease;
}

.dib-post {
	flex: 0 1 auto;
	flex-direction: column;
}

	.dib-post .dib-post-featured-image img {
		max-width: 100%;
		height: auto;
		border-radius: 30px;
		width: 100%;
	}

#div .dib-template-1 .dib .dibsingle .dib-post-featured-image img {
	display: none;
}

.dibsingle img {
	display: none;
}

.dib-single {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 180px;
	padding: 20px;
	background: #F1F0F0;
}

	.dib-single .dib-post span {
		font-family: "Nunito", Arial;
		font-size: 20px;
		color: #737373;
	}

.dib-post-title {
	font-size: 30px;
}

.dib-post-single .dib-post-title {
	font-size: 50px;
}

.dib-post .dib-post-title a {
	color: #2b2b2b;
}

.dib-list .dib-post .dib-post-title a:hover {
	color: white;
}

.dib-post:first-child .dib-post-date, .dib-post:first-child .dib-post-title, .dib-post:first-child .dib-post-content {
	padding-left: 20px;
	padding-right: 20px;
}

.dib-list .dib-post:hover {
	background-color: #FF9900;
	color: #fff !important;
}

	.dib-list .dib-post:hover p,
	.dib-list .dib-post:hover h2,
	.dib-list .dib-post:hover a {
		color: #fff;
	}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
	.dib-post {
		flex: 0 1 45%;
		flex-direction: column;
		margin-bottom: 50px;
	}

	.dib-list {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 768px) {
	.dib-post-single .dib-post-featured-image {
		margin-top: 30px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 769px) {
	.dib-post:first-child {
		flex: 0 1 45%;
	}

	.dib-post:not(:first-child) {
		flex: 0 1 45%;
		flex-direction: column;
	}

	.dib-post:first-child .dib-post-date .dib-post-title .dib-post-content {
		flex-direction: column;
	}

	.dib-single .dib-post:first-child .dib-post-content {
		margin-left: 20px;
	}

	.dib-single .dib-post:first-child .dib-post-date {
		margin-left: 20px;
	}

	.dib-single .dib-post:first-child .dib-post-title {
		margin-left: 20px;
		color: black;
	}

	/*	.dib-list {
		padding-left: 100px;
		padding-right: 100px;
	}*/
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/*	.dib-list {
		padding-left: 150px;
		padding-right: 150px;
	}*/
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.dib-post:first-child {
		flex: 0 1 30%;
	}

	.dib-post:not(:first-child) {
		flex: 0 1 30%;
		flex-direction: column;
	}
}

@media (min-width: 1600px) {
	.dib-list {
		padding-left: 250px;
		padding-right: 250px;
	}
}

@media (max-width: 1799px) {
	.dib-post-single .dib-post-date {
		display: none;
	}
}

@media (min-width: 1800px) {
	.dib-post-single .dib-post {
		max-width: 1300px;
		margin: auto;
	}

	.dib-post-single .dib-post-featured-image img {
		margin-top: 40px;
		margin-left: 20px;
	}

	.dib-post-single .dib-post-content {
		width: 100%;
		float: right;
		right: 0;
		margin-left: 43% !important;
		max-width: 700px !important;
		margin-top: -27px;
	}

	.dib-post-single .dib-post-title {
		margin-bottom: 50px;
	}

	.dib-post-single .dib-post-featured-image {
		display: block !important;
		position: absolute;
		margin-top: 140px;
		margin-left: 20px;
	}

	/*.dib-post-single .dib-post-content img {
		display: none;
	}*/

	.dib-post-single .dib-post-date {
		margin-top: 540px;
		position: absolute;
	}

	.dib-post-single .dib-post-title {
		font-size: 60px;
	}
}

@media (max-width: 1599px) {
	.dib-post-single .dib-post {
		max-width: 1000px;
		margin: auto;
	}
}


#dib-pie {
	display: none;
}

.dib-post:not(:first-child) .dib-post-title {
}

.dib-post:not(:first-child) .dib-post-date, .dib-post:not(:first-child) .dib-post-title, .dib-post:not(:first-child) .dib-post-content {
	padding-left: 20px;
	padding-right: 20px;
}

.dib-post-readtime {
	display: none;
}

.dib-post-categories {
	display: none;
}

.dib-post > .dib-post-featured-image {
	order: 1; /* Will be displayed first  */
}

.dib-post > .dib-post-date {
	order: 2; /* Will be displayed second  */
}

.dib-post > .dib-post-title {
	order: 3; /* Will be displayed third  */
}

	.dib-post > .dib-post-title .dib-post-title-link {
		order: 3; /* Will be displayed third  */
	}

.dib-post > .dib-post-content {
	order: 4; /* Will be displayed forth  */
}


/* News post car owners page */
.dib-post-single .dib-post:hover {
	background-color: unset;
}

	.dib-post-single .dib-post:hover p,
	.dib-post-single .dib-post:hover a,
	.dib-post-single .dib-post:hover h2 {
		color: none;
	}

.dib-post-single .dib-post {
	border-radius: 0;
	box-shadow: none;
}

.dib-single {
	background: white;
	background-color: white;
	color: black;
}

.dib-post-single .dib-post-back-link {
	display: none;
}

.dib-post-single .dib-post-content img {
}

@media (max-width: 450px) {
	.dib-post-single .dib-post-featured-image {
		margin-left: 20px;
	}
}

@media (max-width: 1199px) {
	#newsTitle {
		padding-top: 40px;
	}