/*

Template: Ecofuel - Electric Car & Charging Station Wordpress Theme

Author: peacefulqode.co.in

Version: 2.3

Design and Developed by: Peaceful Qode



NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/
@media(max-width:1499px) {
	.pt-hide-img {
		display: none;
	}

	footer#pt-footer .pt-footer-style-1 .pt-footer-img {
		display: none;
	}

}

@media(max-width:1199px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 960px;
	}

	.pt-fancybox-1 {
		padding: 30px 15px;
	}

}

@media(max-width:1023px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100%;
	}

	.content-area .site-main {
		padding: 90px 0;
	}

	.navbar-expand-lg .navbar-toggler {
		display: block;
	}

	.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}

	.pt-tabs-1 .nav-tabs .nav-item {
		padding: 15px;
	}

	.pt-blog-post .pt-post-meta ul li {
		font-size: 12px;
		line-height: 20px;
	}

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-bottom-list {
		padding: 15px 30px 0;
	}

	footer#pt-footer .pt-footer-style-1 .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
		margin-bottom: 30px;
	}

}

@media(max-width:767px) {
	.content-area .site-main {
		padding: 60px 0;
	}

	#pt-footer .pt-footer-style-1 .pt-copyright-footer .row {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
		margin-top: 15px;
		text-align: center;
	}

	footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link {
		float: inherit;
	}

	footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link ul {
		margin: 0;
		display: flex;
		padding: 0;
		font-size: 14px;
	}

	footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link ul li {
		flex: 1;
		float: inherit;
		margin: 0 5px 0;
		text-align: center;
	}

}