﻿video-modalbody {
}

.blog-top-margin {
	/*margin-top: 93px;*/	
	background: #F1F0F0;
}

.blog-offset {
	margin-left: -15px;
	margin-right: -15px;

}

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

.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: #F1F0F0;*/
	padding-bottom: 20px;
}

.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;
	transition: background-color 0.5s ease;
}

.dib-post {
	flex: 0 1 auto;
	flex-direction: column;
	-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);
}

.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-post-title {
	font-size: 30px;
}

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

.dib-post .dib-post-title a:hover {
	color: #0388A6;
}

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

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

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

.dib-post-title a:hover {
	color: #fff;
	text-decoration: none;
}

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

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

}

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

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

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

		.dib-post .dib-post-featured-image {
			text-align: center;
			/*position: absolute;
		top: 0px;
		left: 0px;
		height: 180px;
				width: auto;*/
		}

	    /*.dib-post .dib-post-featured-image img {
			position: absolute;
			top: 0px;
			left: 0px;
			max-width: 33%;
			height: 100%;
		}*/

		.dib-post .dib-post-featured-image img {
			/*position: absolute;*/
			
			top: 0px;
			left: 0px;
			/*max-height: 33%;*/
			/*height: 300px;*/
			/*width: 100%;*/
		}

		/*.dib-post:not(:first-child) .dib-post-featured-image img {
			max-width: 100%;
			height: auto;
		}*/

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

		/*.dib-post:first-child .dib-post-date, .dib-post:first-child .dib-post-title, .dib-post:first-child .dib-post-content {
			margin-left: 35%;
		}*/

/*		.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;
		}*/
		.dib-post {
			flex: 0 1 30%;
			flex-direction: column;
		}
	}
	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1600px) {
		.dib-list {
			padding-left: 250px;
			padding-right: 250px;
		}
	}
	/* Medium screens 
@media all and (max-width: 800px) {
	.dib-post:not(:first-child) {
		flex: 0 1 45%;
		flex-direction: column;
	}	
}*/
	/* Small screens 
@media all and (max-width: 500px) {
	.dib-post:not(:first-child) {
		flex: 0 1 auto;
		flex-direction: column;
	}
}*/
	.dib-post:not(:first-child) .dib-post-title {
	/*margin-top: 200px;*/
}

/*.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  */
	
}


