
@media screen and ( max-width: 1150px ) {
	.header-top,
	.header-bottom,
	.fixed-header-bottom,
	.main-container-wrap {
		padding: 0px 30px !important;
	}

	.adenit-breadcrumbs {
		padding: 11px 30px !important;
	}
}

@media screen and ( max-width: 979px ) {
	.responsive-column {
		display: none;
	}

	.main-sidebar,
	.main-container {
		width: 100% !important;
		float: none;
	}

	.main-sidebar {
		padding: 45px 0px 0px 0px !important;
		max-width: 450px;
		margin: 0 auto;
	}

	.main-sidebar .adenit-widget {
	    left: 0 !important;
	}

	.entry-gallery .owl-next {
	    right: 10px !important;
	}

	.entry-gallery .owl-prev {
	    left: 10px !important;
	}


	.social-info {
		display: none !important;
	}
}

@media screen and ( max-width: 768px ) {
	.admin-bar .fixed-header-bottom {
	    top:46px;
	}

	.nav-mobile {
		clear: both;
	}
	
	.fixed-header-bottom {
		display: none !important;
	}

	.header-top {
		display: none;
	}
	
	.header-wrap .nav {
		display: none;
	}

	.nav li {
		width: 100%;
	}

	.nav-btn {
		display: block !important;
	}

	.header-btns {
		position: static !important;
		float: right;
		padding: 0px !important;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.comments-area input[type="text"] {
		width: 100% !important;
	}

	.carousel-quote p {
		width: 20em;
	}
}

@media screen and ( max-width: 640px ) {
	.responsive-column {
		opacity: 0;
	}
}

@media screen and ( max-width: 480px ) {
	.header-top,
	.header-bottom,
	.fixed-header-bottom,
	.main-container-wrap {
		padding: 0px 15px !important;
	}

	.adenit-breadcrumbs {
		padding: 11px 15px !important;
	}

	.owl-pagination {
		display: none;
	}

	.related-posts section {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.admin-bar .fixed-sidebar-close-btn {
		top:46px;
	}

	.fixed-sidebar-close-btn {
		display: block;
	}

	.footer-social a {
		margin-right: 5px;
	}

	.carousel-quote p {
		width: 15em;
	}
}