/* Custom Styles - carry over custom Theme (Megan)  */

@media (max-width: 1024px) {
  .the_content_wrapper {
    font-size: 27px;
    line-height: 1.6em;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
}

.elementor-heading-title.elementor-size-default {
  font-family: "mixta-sharp", serif;
}

/* Custom Styles - @myburnwilson */
.phone-number,
phone-number a {
  white-space: nowrap;
}

.mbw-banner-footer {
  width: full;
  padding: 0.75em 0;
  display: flex;
}

.mbw-banner-footer-wrapper {
  display: flex;
  width: full;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.25rem;
  margin: 0 auto;
}

a.banner-logo-link {
  max-width: 50vw !important;
}

@media (max-width: 768px) {
  .mbw-banner-footer > .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .phone-number,
  phone-number a {
    display: none;
  }
  a.banner-logo-link,
  .mbw-banner-footer-wrapper > img {
    max-width: 70vw !important;
  }
}

@media (max-width: 500px) {
  a.banner-logo-link,
  .mbw-banner-footer-wrapper > img {
    max-width: 80vw !important;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: flex;
    width: 100%;
  }

  .mbw-banner-footer-cta-button > a {
    display: flex;
    width: 70vw;
  }

  .book-tour-btn {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    width: 70vw;
    display: flex;
    justify-content: flex-start;
  }

  .book-tour-btn a {
    display: block;
  }
}

@media (max-width: 640px) {
    #footer .logos {
		flex-wrap:wrap;
		justify-content:flex-start !important;
	}
	#footer .logo img {
		width:50%;
	}
}

/*----Centre Fin Calc Drop Down Menus---------*/

#financial-calculator-app .form-select  {
text-align-last: center !important;
}
		
