/*********************************
 Google Map
*********************************/

.contact_container {
    margin-top: 110px;
    padding-bottom: 80px;
	margin-bottom:50px;
}

#google_map {
	width: 100%;
	height: 507px;
	margin-bottom: 59px;
}

.map_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 27px 59px rgba(0, 0, 0, 0.15);
}

#map {
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
 Contact 
*********************************/

.contact_contents {
	padding-right: 30px;
}

.contact_contents h1, .follow_us_contents h1, .get_in_touch_contents h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #2d2d2d;
    font-weight: 300 !important;
    font-size: 2.5em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact_contents p, .get_in_touch_contents p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 10px;
    color: #424242;
    line-height: 1.7;
    font-size: 14px;
}

.contact_contents div {
	margin-top: 22px;
}

.contact_contents div:first-of-type {
	margin-top: 39px;
}



/*********************************
 Contact Form
*********************************/
#contact_form .form_div {
    margin-bottom: 20px;
}
.form_input {
	display: block;
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	padding-left: 20px;
	font-size: 16px;
}

.input_message {
	width: 100%;
	font-size: 16px;
	padding-bottom: 15px;
    padding-left: 20px;
}

.form_input:focus,
#newsletter_email:focus {
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}

.message_submit_btn {
	background: #1e1e27;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 165px;
	border: none;
	height: 46px;
	cursor: pointer;
}

.message_submit_btn:hover {
	background: #2b2b34 !important;
}

:focus {
	outline: none !important;
}

.input_ph::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

.input_ph:-moz-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
} /* older Firefox*/ 

.input_ph::-moz-placeholder  {
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
} /* Firefox 19+ */

.input_ph:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

.input_ph::input-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

textarea {
	border: solid 1px #e5e5e5;
	padding-left: 20px;
	padding-top: 15px;
}

textarea:hover {
	border-color: #7f7f7f !important;
}

.input_name {
	margin-bottom: 19px;
	margin-top: 31px;
}

.input_review {
	display: block;
	width: 100%;
	border: solid 1px #e5e5e5;
	margin-top: 23px;
	padding-left: 20px;
	padding-top: 13px;
  	padding-left: 20px;
}

.user_star_rating {
	display: inline-block;
	margin-left: 18px;
}

.user_star_rating li {
	display: inline-block;
	margin-right: -3px;
	cursor: pointer;
}

.user_star_rating li i {
	font-size: 18px;
}

.review_submit_btn {
	width: 170px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

