/*  
Theme Name: Barber Child
Description: Barber - Premium Wordpress Theme
Version:1.0
Author:gljivec
Theme URI:http://themeforest.net/
Author URI:http://premiumcoding.com/
License URI:http://themeforest.net/
Template: barber
*/

@import url("../barber/style.css");  

/*your content goes from here*/
.modal-bg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.modal-body {
	border: 5px solid #fff;
	position: fixed;
	width: 50%;
	left:25%;
	top:20%;
	z-index: 99999;
	background: #666;
	padding: 20px;
	color: #fff;
}

.modal-body .auth-name{text-align:right; font-weight:bold;}

.modal-close {
	cursor:pointer;
	position: absolute;
	right: -38px;
	top: -37px;
	border: 5px solid #fff;
	padding: 0px 8px;
}
@media screen and (min-width:0px) and (max-width:759px){
 #header .pmc-menu-social{display:none;}
}