
				@media (min-width:991px){
					#main_container .container {
						width:1200px;
						max-width:100%;
					}
					#sidebar,#sidebar-right {
						width:33.333333333333%;	
					}
					#inner-container,#ts-single-blog,.ts-main-right {
						width :66.666666666667%;
					}
				}
            
		        .main-header{
					height:423px;
					padding-top:120px;
					padding-bottom:120px;	
		        }
				body.login div#login h1 a {
					background-image:url(https://becomingfullyalive.com/wp-content/uploads/2015/11/header-logo-large.png);
				}
				body.login{
					background-image:url(https://becomingfullyalive.com/wp-content/uploads/2015/11/sunrise.jpg);
				}
		        /* Google Font: Lora for body typography */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

/* Body typography: keep headings Montserrat, switch body to Lora */
body,
p,
.wpb_text_column,
.wpb_text_column p,
article .entry-content,
article .entry-content p,
.post-content,
.post-content p,
.post-text,
.post-text p,
.blog-content,
.blog-content p,
.widget_text,
.widget_text p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.7;
}

/* Page background: warm neutral + kill horizontal bleed on wide viewports */
body {
  background: #f7f5f1 !important;
}
#wrapper {
  overflow-x: hidden;
  background: #f7f5f1;
}

/* Nav bar: white background, full viewport width (break out of 1200px container) */
.main-menu-2 {
  background: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.main-menu-2 .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Feature tile section: clean background, tighter gaps */
.ts-tabslide {
  background: #f7f5f1;
  padding: 50px 0 40px;
}
.tab-list-post {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.tab-list-post .item-post {
  flex: 1 1 calc(33.333% - 14px);
  min-width: 260px;
}

/* Feature tile: uniform 3:2 aspect ratio with cover image */
.tab-list-post .item-post figure {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.tab-list-post .item-post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}
.tab-list-post .item-post:hover figure img {
  transform: scale(1.03);
}

/* Resources portfolio grid: uniform 3:2 aspect ratio */
.gw-gopf-post-media-wrap {
  aspect-ratio: 3 / 2;
  height: auto !important;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.gw-gopf-post-media-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

/* Post By Author widget: circular avatars with soft shadow */
.author-list .user .avatar img {
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Container normalization on wide viewports */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Main content area background so it doesn't bleed into header image */
#inner-container,
.ts-main-right,
.blog-content,
.main-content {
  background: #f7f5f1;
}

/* Post headings: sharper hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #2a2a2a;
}

/* Blog post body: book-like reading experience */
.blog-content article,
.post-text {
  max-width: 720px;
  margin: 0 auto;
}
