/*******************************************************
    Template Name    : Sharp - Beauty Salon & Makeup Studio Landing Page
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main Reaposive file of the template
*******************************************************/

@media only screen and (min-width: 991px) and (max-width: 1024px) {

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 0;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}

	.about-image {
		text-align: center;
		margin-bottom: 35px;
	}
	#gallery .project-list .nav li {
		margin: 0 5px 20px;
	}
	.footer-item {
		margin-bottom: 30px;
	}
	.footer-item:nth-last-child(-n + 2) {
			margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: 250px;
		overflow-y: scroll;
	}
	.home-slider-single-item {
		background-position: 75%;
	}
	.home-slider-title {
		font-size: 33px;
	}
	.about-image {
		text-align: center;
		margin-bottom: 35px;
	}
	.single-team-box .single-team-images img {
		border-radius: 3px;
	}
	.footer-item {
		margin-bottom: 30px;
	}
	.footer-item:last-child{
			margin-bottom: 0px;
	}
}


@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.about-image {
		text-align: center;
		margin-bottom: 35px;
	}
	#gallery .project-list .nav li {
		margin: 0 5px 20px;
	}
	.footer-item {
		margin-bottom: 30px;
	}
	.footer-item:last-child {
			margin-bottom: 0px;
	}

}


@media screen and (max-width: 320px) and (min-width: 0px){
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: auto;
		overflow-y: scroll;
	}
	.about-image {
		text-align: center;
		margin-bottom: 35px;
	}
	.single-testimonial {
		padding: 20px 15px;
	}
	#gallery .project-list .nav li {
		margin: 0 2px 20px;
	}
	.footer-item {
		margin-bottom: 30px;
	}
	.footer-item:last-child {
			margin-bottom: 0px;
	}
}