.btn-primary {
color: #FFF !important;
background-color: #2DB0A5 !important;
border-color: #1D8A81 !important;
}
.btn-primary:hover {
color: #FFF !important;
background-color: #1D8A81 !important;
border-color: #1D8A81 !important;
}

.has-pg-large-banner {
	clear:both; 
	display: block;
	width: 100%;
    position: relative;
	text-align: center;
	max-height: 550px;
	overflow: hidden;
}
.has-pg-large-banner img {width: 100%; max-width: 100%; height: auto;}

#h2bg {overflow: visible !important;}
#h2bg h2 {line-height: 1em !important;}

.hamburger-box {background-color: #0dc0c0 !important; padding: 13px 3px 11px 3px !important; width: 36px !important;}
.hamburger--slider .hamburger-inner::before {top: 8px !important;}
.hamburger--slider .hamburger-inner::after {top: 15px !important;}
#wprmenu_bar .menu_title a {display: none !important;}
.hamburger--slider.is-active .hamburger-inner::after {top: 20px !important;}
.hamburger--slider.is-active .hamburger-box {height: 28px !important;}

.wpcf7-form input[type="submit"] {
	background-color: #736296; color: #fff; font-size: 18px; line-height: 1em; text-decoration: none; border: 0; text-shadow: none; box-shadow: none; padding: 15px 35px; font-weight: bold; border-radius: 10px !important; margin-top: 15px;
}
.wpcf7-form input[type="submit"]:hover, 
.wpcf7-form input[type="submit"]:focus {background-color: #2DB0A5; color: #fff; text-decoration: none;}

@media only screen and (max-width: 768px) {
  .wprmenu_bar .hamburger {
    float: right !important;
  }
}