/**
Theme Name: MylifeRetirement (Astra)
Author: harman
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* SPACING STYLES */
.site-content {
  margin-top: 0px;
}

.entry-content h1 {
  font-size: 60px;
}

/* margins */
.margin-t-20 {
  margin-top: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-l-50 {
  margin-left: 50px;
}

.margin-r-50 {
  margin-right: 50px;
}

.margin-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-lr-50 {
  margin-left: 50px;
  margin-right: 50px;
}

/* paddings */
.padding-t-30 {
  padding-top: 30px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-l-30 {
  padding-left: 30px;
}

.padding-r-30 {
  padding-right: 30px;
}

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-l-50 {
  padding-left: 50px;
}

.padding-r-50 {
  padding-right: 50px;
}

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-lr-50 {
  padding-left: 50px;
  padding-right: 30px;
}

/* COLOURS AND FONTS */
:root {
  --gold: #A09560;
  /*used for some bolded headlines, buttons, links, selected nav item, page label, section title */
  --navy: #012841;
  /* used for headlines, footer background, Nav Items */
  --grey: #626262;
  /* used for body copy */
  --grey-2: #B7B7B7;
  /* used for the copy on the footer */
  --beige: #F3F1EC;
  /* sed on the blocks for Our Values dropdown on Philosophy page */
}

@font-face {
  font-family: "header-font-reg";
  src: url("./assets/fonts/martel/Martel-Regular.ttf");
}

@font-face {
  font-family: "header-font-bold";
  src: url("./assets/fonts/martel/Martel-Bold.ttf");
}

@font-face {
  font-family: "body-font-reg";
  src: url("./assets/fonts/prompt/Prompt-Regular.ttf");
}

@font-face {
  font-family: "body-font-med";
  src: url("./assets/fonts/prompt/Prompt-Medium.ttf");
}

@font-face {
  font-family: "body-font-bold";
  src: url("./assets/fonts/prompt/Prompt-SemiBold.ttf");
}

@font-face {
  font-family: "body-font-more-bold";
  src: url("./assets/fonts/prompt/Prompt-Bold.ttf");
}

@font-face {
  font-family: "body-font-extra-bold";
  src: url("./assets/fonts/prompt/Prompt-ExtraBold.ttf");
}

h1 {
  font-family: header-font-reg;
  color: var(--navy) !important;
}

h2 {
  font-family: header-font-reg;
  color: var(--navy) !important;
  margin: 50px 0px 30px 0px;
}

h3 {
  font-family: header-font-reg;
  color: var(--navy) !important;
}

p {
  font-family: body-font-reg;
  color: var(--grey);
  line-height: 1.5em;
  font-size: 18px;
}

li {
  font-family: body-font-reg;
  color: var(--grey);
}

.larger-text p {
  font-size: 22px;
}

a {
  color: var(--gold);
  /* text-decoration: none !important; */
}

.box-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}

.box-button-wrapper p {
  background-color: var(--gold);
  width: fit-content;
  padding: 10px 30px;
}

.box-button-wrapper a,
a.box-button {
  color: #fff;
  font-family: body-font-bold;
  text-decoration: none !important;
  /* 	background-color: var(--gold); */
}

a.no-decor {
  text-decoration: none !important;
}

a:hover {
  color: var(--navy);
}

.gold-text h3 {
  color: var(--gold);
  font-family: body-font-med;
}

.gold-text p {
  color: var(--gold);
}

.gold-text p strong {
  color: var(--gold);
  font-family: "body-font-bold";
}

h1 span.gold-text {
  color: var(--gold);
  font-family: header-font-bold !important;
}

h2 span.gold-text {
  color: var(--gold);
  font-family: header-font-bold !important;
}

.blue-subtext p {
  font-family: body-font-bold !important;
  color: var(--navy);
  margin: 30px 0 30px 0 !important;
}

/* backgrounds */
.flex-bg.life-header-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.life-header-banner {
  height: 100vh;
  background-size: cover;
  background-position: bottom center;
}

.my-life-bg-single-top {
  background: url(./assets/images/background/MyLife-Background-Icon-tp-corner.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 20vw;
}

.my-life-bg-single {
  background: url(./assets/images/background/MyLife-Background-Icon-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 20vw;
}

.my-life-bg-short {
  background: url(./assets/images/background/MyLife-Background-Icon-right.png), url(./assets/images/background/MyLife-Background-Icon-btm-corner-left.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 20vw, 20vw;
}

.my-life-bg-long {
  background: url(./assets/images/background/MyLife-Background-Icon-tp-corner.png), url(./assets/images/background/MyLife-Background-Icon-left.png), url(./assets/images/background/MyLife-Background-Icon-right.png);
  /* 	    background: url(./assets/images/background/MyLife-Background-Icon-tp-corner.png), url(./assets/images/background/MyLife-Background-Icon-left.png), url(./assets/images/background/MyLife-Background-Icon-btm-corner.png); */
  background-position: top right, center left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 20vw, 20vw, 15vw;
}

.my-life-bg-footer {
  background: url(./assets/images/background/MyLife-Background-Icon-left.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20vw;
}

@media only screen and (max-width: 990px) {
  .my-life-bg-single {
    background: none;
  }

  .my-life-bg-short {
    background: none;
  }

  .my-life-bg-long {
    background: none;
  }
}

.align-center .vc_column-inner {
  display: flex;
  flex-direction: column;
  /* align-items: center !important; */
  justify-content: center !important;
}

.align-text-center {
  text-align: center;
}

.hide-content {
  display: none;
  visibility: hidden;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .tab-and-up {
    display: none;
  }
}

/* NAV */
#ast-desktop-header {
  /* .ast-main-header-wrap .main-header-bar-wrap { */
  /* background: url(./assets/images/background/white-gradient.png) !important; */
  background-size: cover;
  background-position: bottom center;
  /* background: linear-gradient(#fff, rgba(255, 255, 255, 0)) !important; */
  /* background-image: linear-gradient(#fff, rgba(255, 255, 255, 0)) !important; */
}

.main-header-menu li a {
  font-family: body-font-reg;
  color: var(--navy) !important;
}

.main-header-menu li.current_page_item a {
  font-family: body-font-bold;
  color: var(--gold) !important;
}

/* submenu */
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  box-shadow: none !important;
  border-color: none;
  background: rgba(255, 255, 255, 0.445) !important;
  text-align: center;
  border-top-width: 0px;
  width: 180px;
}

/* HOMEPAGE */
.home-banner {
  /*     background-image: url(./assets/images/background/Homepage-Banner.jpg); */
  /*     background-position: 30% bottom; */
}

.home-hero-text {
  margin-top: 10vh;
}

.features-icons-wrapper>.wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.features-icons-wrapper .features-icon {
  max-width: 220px;
  padding: 20px;
}
.pos-rel {
	position: relative;
}
.pos-absolute {
	position: absolute;
}
.pos-absolute.home-now-open {
	top: 10vh;
	left: 50vw;
	transform: translateX(-50%);
}

.home-now-open h2{
	font-size: 65px;
	font-weight: 400;
}
.home-now-open h2 span{
	font-size: 65px;
/* 	font-weight: 900 !important; */
	font-family: body-font-bold !important;
	color: #022941;
}

/* ABOUT */
.life-header-banner.about-banner {
  background-position: 30% top !important;
  background-size: cover;
}

.about-text {
  text-align: center;
  margin-bottom: 70px;
}

.grey-subheading p {
  color: var(--grey);
  font-family: body-font-bold;
  font-size: 22px;
}

.grey-subheading-thin p {
  color: var(--grey);
  font-family: body-font-reg;
  font-size: 22px;
}

.grey-subheading-thin.reduce-text-size p {
  color: var(--grey);
  font-family: body-font-reg;
  font-size: 18px;
}

/* RESPITE CARE */
.respite-value-list {
  padding-left: 15%;
}

@media only screen and (max-width: 766px) {
	/* HOMEPAGE	 */
	.pos-absolute.home-now-open {
		top: 2vh;
		left: 50vw;
		transform: translateX(-50%);
	}
	.home-now-open h2{
		font-size: 25px;
		margin-top: 5px;
	}
	.home-now-open h2 span{
		font-size: 25px;
	}


  /* RESPITE CARE */
  .respite-value-list {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 420px) {

  /* RESPITE CARE */
  .respite-value-list {
    padding-left: 0%;
  }
}

/* SUITES */
.suites-wrapper>.wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.suite-row {
  max-width: 300px;
  margin: 30px 20px;
}

/* PROPERTIES */
.fort-erie-banner {
  background-position: right center !important;
}

.chatham-banner {
  background-position: left center !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.st-thomas-banner {
  background-position: 30% center !important;
}

.properties-text {
  text-align: center;
  margin-bottom: 70px;
}

.properties-form {
  text-align: center;
  margin-bottom: 50px;
}

.header-eyebrow p {
  font-family: body-font-bold;
  font-size: 16px;
  margin: 30px 0 30px 0 !important;
}

.header-sub-text p {
  font-family: body-font-bold;
  margin: 30px 0 30px 0 !important;
}

.form-header p {
  font-family: body-font-reg;
  margin: 0px 0 30px 0 !important;
  font-size: 24px;
}

label {
  font-family: body-font-reg !important;
  color: var(--grey);
}

select::placeholder {
  color: rgb(162, 162, 162) !important;
  /* color: var(--grey) !important; */
}

/* Fort Erie */
.flex-center-wrapper {
  display: flex;
  justify-content: center;
}

.gold-block {
  background-color: #a09560d8;
  padding: 30px 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 50vw;
}

.gold-block p.navy-text {
  color: #012841;
  font-family: body-font-more-bold;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 2px;
}

.gold-block p.white-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2px;
}

@media only screen and (max-width: 420px) {
  .gold-block {
    padding: 25px 15px;
  }

  .gold-block p.navy-text {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .gold-block p.white-text {
    font-size: 1.5rem;
  }
}

/* PHILOSOPHY */
.life-header-banner.philosophy-banner {
  background-position: 55% center !important;
}

.vc_tta-panel-title {
  background-color: var(--beige) !important;
}

.vc_tta-title-text {
  font-family: body-font-med;
  font-size: 16px;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 50px !important;
  color: var(--grey);
}

@media only screen and (max-width: 420px) {
  .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 20px !important;
  }
}

/* CONTACT */
.life-header-banner.contact-banner {
  background-position: 30% top !important;
  background-size: cover;
}

/* FOOTER */
.footer-wrapper {
  padding: 30px 20px;
}

.footer-wrapper .wpb_column {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}

.footer-logo-main {
  display: flex;
  justify-content: center;
}

.footer-copyright p {
  color: var(--grey-2);
  margin-bottom: 0px;
  font-size: 14px !important;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-social p {
  margin-bottom: 0px;
  color: var(--grey-2);
  /* 	color: #fff; */
  letter-spacing: 1.2px;
  font-size: 14px !important;
}

.footer-social a {
  margin: 10px 5px;
}

.mobile-only .footer-copyright {
  text-align: center;
  margin: 30px;
  line-height: 1.2em;
}

.mobile-only .footer-social {
  align-items: center;
  margin: 40px;
}

.mobile-only .footer-social p {
  font-family: body-font-bold;
}

.mobile-only .footer-social .social-icons {
  margin: 15px;
}
#popmake-663 .popmake-close {
	color: #fff !important;
	font-size: 32px !important;
	right: -5% !important;
	top: -.5% !important;
}