/*
Theme Name: Beauty Spa Theme
Theme URI: https://wordpress.org/themes/beautyspa-theme/
Author: The Web Team
Description: In 2020, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider.
*/

img{max-width:100%;}

.pine .container{
	position:absolute;
	transform: translateY(-50%);
	top:50%;
	left:0px;
	right:0px;
}
header{
	padding:20px 0px;
}
.address p{
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
}
.social-head{
	list-style:none;
	padding:0px;
	margin:0px;
}
.social-head li{
	margin-right:15px;
}
.social-head li:last-child{margin:0px;}

@media (min-width: 1400px){
	.big-bg{width:100%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.social-head{
		 -webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
}
@media only screen and (max-width: 991px){
	
	.xs-sm-t-center{
		text-align:center;
	}
	.xs-sm-mt-20{margin-top:20px;}
	.xs-sm-mt-40{margin-top:40px;}
}
@media only screen and (max-width: 767px){
	header .row{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.social-head{
		justify-content: center;
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
	}
	.xs-d-none{display:none;}
	
	.xs-mt-20{margin-top:20px;}
	.xs-mt-40{margin-top:40px !important;}
}