/* Mobile css */


@media only screen and (max-width: 992px){
	.dubicars-single-post-content {
		width: calc(100% - 300px);
	}

	.dubicars-single-post-sidebar {
		width: 280px;
	}

	.dubicars-single-post-related {
		padding: 20px;
	}
}




@media only screen and (max-width: 767px){
	.dubicars-toolkit-slider-content {
		min-width: 280px;
	}


	.dubicars-toolkit-slider-item {
		display: flex;
		flex-direction: column;
	}

	.dubicars-toolkit-slider-image {
		width: 100%;
	}

	.dubicars-toolkit-slider-content {
		width: 100%;
	}

	.dubicars-toolkit-latest-post-wrapper {
		display: flex;
		flex-direction: column;
	}

	.dubicars-toolkit-latest-post-single {
		width: 100%;
	}

	.dubicars-toolkit-latest-post-single h3 {
		margin-bottom: 0;
		font-size: 16px;
	}

	.dubicars-toolkit-latest-post-single {
		display: flex;
		flex-direction: column;
	}

	.dubicars-toolkit-cat-post-image {
		width: 100% !important;
	}

	.dubicars-toolkit-cat-post-content {
		width: 100% !important;
	}

	.dubicars-toolkit-cat-post-image img {
		height: 200px !important;
	}

	.dubicars-toolkit-latest-post-cat {
		display: block !important;
	}
}