.center {
	text-align: center;
}

.is-hidden {
	display: none;
}

.button {
	letter-spacing: -0.5px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	background: #e3e3e3;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.button:hover {
	border-bottom-width: 1px;
	margin-top: 3px;
}

.button-primary {
	background: #3498db;
	color: #fff;
}

.button-close {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d');
}


.page-title {
	font-weight: 300;
}



.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1
}

.modal-content {
	padding: 20px 30px;
	width: 600px;
	position: relative;
	margin: 5% auto 0;
	background: url('../images/astrologer.jpg');
	background-size: cover;
	color: #fff;
}
.modal-content h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.modal-content input,
.modal-content textarea {
	display: block;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.5);
	border: none;
  	color: #000;
}
.modal-content ::placeholder {
  color: #000;
}
.modal-content .hs_contact_indx_form_btn {
	margin-top: 15px;
}