.vc_column-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.hide{
	display: none;
}

#placeholder{
	height:100vh;
}

#placeholder img {
    max-width: 400px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#homeHeader h1{
	font-weight:300;
	font-size:85px;
	line-height:90px;
}

#genHeader h1{
	font-weight:300;
	font-size:50px;
	line-height:55px;
}

#homeHeader {
    height: 500px;
}

#whyMW img {
    width: 100px;
    height: 150px;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
}

h3 {
    font-size: 28px;
    font-weight: 400;
}

/* Locations */

.mapWrapper {
    position: relative;
    height: 560px;
}

#map { position: absolute; top: 0; bottom: 0; width: 100%; }

/**/

.footnav .menu a {
    color: #000;
}

.footlogo img {
    max-width: 200px;
}

.footmisc {
    text-align: right;
    font-size: 28px;
    margin-top: 15px;
}

html {
  scroll-behavior: smooth;
}

#footer {
    padding-top: 50px;
}

p {
    line-height: 21px;
}

.footermeta p {
    font-size: 12px;
}

.footnav .menu a {
    text-decoration: none;
    font-size:18px;
    line-height:28px
}

.footnav .menu a:hover {
    text-decoration: underline;
}

.footer ul#menu-primary {
    list-style-type: none;
    padding-left: 0;
}

.footmisc p{
    line-height: 33px !important;
}

.footmisc a {
    color: #000000;
    text-decoration: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #555555;
    margin-top: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    color: #555555;
    padding: 10px;
    margin-top: 5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: transparent;
    border: 3px #2291e5 solid;
    color: #2291e5;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 5px;
    
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-color:#2291e5;
    border: 3px #2291e5 solid;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 5px;
    border-bottom-style: solid;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #555555;
    margin-top: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
    color: #555555;
    padding: 10px;
    margin-top: 5px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #555555;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    padding: 10px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

#appointment a {
    color: #000000;
    text-decoration: none;
}

.page-id-3 #footer {
    background-color: #eeeeee;
}

.marker {
        background-image: url('https://docs.mapbox.com/help/demos/custom-markers-gl-js/mapbox-icon.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
      }