/* Enter Your Custom CSS Here */
h1 {
    font-size: 4.5em;
    font-weight: 300;
  	padding-top: 10px;
}
.home-map{
	pointer-events: none;
}
#top-bar-social a.wpex-social-btn-no-style {
    padding-top: 22px;
}
.navbar-style-one {
    margin-top: 10px;
}
.right-contact{
	float: right;
  	text-align: right;
}
.heading-bttn {
       float: right;
    margin-top: -26px;
    margin-right: 109px;
    margin-bottom: 94px;
}
#site-header-inner {
    padding-bottom: 0;
    margin-bottom: -33px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 19px 24px;
    border: 0px solid #a12727;
    border-radius: 100px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 29px sans-serif;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
