
/* General styles remain unchanged */
body {
    margin: 0;
	background-color: white;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 14pt;
	line-height: 22pt;

}

.outer_container, 
#page{
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	
	
}
section {
    padding: 60px;
   /* width: calc(100% - 120px); */
}


.page-template-template-services-php section {
    padding-top: 0;
   /* width: calc(100% - 120px); */
}


#page #simple_post,
.page-template-template-services-php  #choices,
.page-template-template-services-php  #terms,
.page-template-template-services-php  #values{
    border-top: 10px solid #bbb7db; /* light purple */
    margin-top: 20px;
    padding-top: 40px;
}

.testimonial_section{
 padding: 30px;
}
section.white-background {
    background-color: white;
    color: #555555; /* Default text color for white background */
}

section.colored-background {
    color: #FFFFFF; /* White text for colored backgrounds */
}

/* Style for h2, h3, and p inside sections */
section.white-background h2, section.white-background h3, section.white-background p {
    color: #555555;
}

section.colored-background h2, section.colored-background h3, section.colored-background p {
    color: #FFFFFF;
}


section#menu{
	padding: 20px;
	/* width: calc( 100% - 40px ); */
}

section.connect{
	padding: 10px;
	/* width: calc( 100% - 20px ); */
}

section#video{
	width: 100%;
	padding: 0;
}

section p {
    max-width: 100%;
    margin: 16px auto;
    text-align: justify;
    text-align-last: left; /* left-align the last line of the paragraph */
	
}

.service-columns ul {
    list-style: none;
	    padding-left: 0;
		margin:0;
}

.services-columns div{
	width: 33.333%;
	float: left;
}


.service-columns ul li{
text-align: center;
    margin-bottom: 40px;
    margin-top: 23px;
    font-size: 19pt;
    float: left;
    width: 33%;
    max-width: 33%;	
}

.service-columns-list li{
	
}
.page-template-template-services-php #choices .wp-block-list
{
	list-style: none;
    padding-top: 24px;
}

.page-template-template-services-php #choices .wp-block-list li{
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
	    font-size: 16pt;
}

a{text-decoration: none}
a:hover{text-decoration: underline}
#menu-list a:hover{text-decoration: none}


nav {
    position: relative;
    z-index: 10;
    max-width: 100%; /* Set maximum width for the navigation bar */
    margin-left: auto; /* Center the block horizontally */
    margin-right: auto;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; /* Evenly space the items across the width */
    width: 100%; /* Ensure the navigation spans 100% of the available width */
}

nav ul li {
    position: relative;
}

nav ul li {
    position: relative;
    margin-right: 18px;
    margin-left: 20px;

	font-size: 19pt;
	padding-top: 10px;
    max-height: 50px;
    height: 50px;	
}

nav ul li a {
    text-decoration: none;
    color: #756fb3;
}

nav ul li a:hover, nav ul li a:focus {
    color: #bbb7db;
}

.bordered-link {
    border: 2px solid #756fb3;
    padding: 5px 10px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
	
    padding: 10px;
	padding-top:20px;
	z-index: 100; /* Place the submenu higher than other elements */
    width: 270px; 
	

}

nav ul li:hover .submenu {
    display: block;
}

.submenu li {
    margin-bottom: 10px;
    white-space: nowrap; /* Ensure items do not break into multiple lines */
}


.submenu li a {
    color: #756fb3;
}

.submenu li a:hover {
    color: #bbb7db;
}

video {
    width: 100%;
}

img {
    max-width: 100%; /* Images won't exceed their container width */
    height: auto;    /* Maintain the original aspect ratio */
    display: block;  /* Avoid extra space below the image caused by inline elements */
    margin: 0 auto;  /* Center the image horizontally, if desired */
}

video {
    position: relative;
    z-index: 1; /* Lower z-index for the video */
    width: 100%;
}


#video {
    max-height: 720px;
    overflow: hidden;
    display: flex; /* Enables flexible positioning */
    align-items: flex-end; /* Aligns content to the bottom */
}

#video video {
    width: 100%; /* Ensures full width */
    height: auto; /* Allows the height to scale */
    object-fit: cover; /* Crops excess content */
    position: relative;
    bottom: 0; /* Ensures the video aligns to the bottom */
}


@font-face {
    font-family: 'Barmeno Regular';
    src: url('fonts/Barmeno-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
		font-family: 'Barmeno Regular', sans-serif; /* Fallback to a generic font */
	    font-weight: normal;
}

h2, h3 {
    text-align: center;
	padding: 0;
	margin: 12px;		
}

h2{
	font-size: 35pt;
}

.page_h2,
.page-template-template-simple-php .entry-title{
	color: #756fb3;
	font-size: 35pt;
	text-align:center;
}
h3{
	
	font-size: 20pt;
}
.connect h2{
	font-size: 28pt;

}

.sentence{
	text-transform: none;
}


.capitalize{
	text-transform: capitalize;
}

.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}




.service-columns {
    display: flex;
    justify-content: space-between;
}

.service-columns div {
    flex: 1;
    padding: 10px;
    color: white;
}


#about, #meet-ruth {
    padding: 0;
    overflow: hidden; /* Ensure no overlapping content */
}

.about_left {
    float: left;
    max-width: 50%; /* Set the width limit */
    height: auto; /* Allow the container to dynamically adjust */
}




#about, #meet-ruth {
   
    padding: 0;
	    padding-top: 60px;
    overflow: hidden; /* Prevent overflow issues */
	width: 100%;
}


.meet_ruth_flex
{
	display: flex; /* Use Flexbox for layout */
	
}


.about_left {
    flex: 0 0 25%; /* Set the left div to one-quart of the container width */
    max-width: 270px;
    padding: 0; /* Remove padding */
    box-sizing: border-box; /* Include border-box model */
}

.about_left img {
    width: 100%; /* Scale the image to fit its container */
    height: 100%; /* Stretch to match the container height */
    object-fit: cover; /* Maintain aspect ratio while filling the container */
}

.about_right {
    flex: 0 0 75%; /* Set the right div to 75% of the container width */
    max-width: 100%;
    min-width: calc(100% - 270px);
	 padding: 0 60px;
    box-sizing: border-box; /* Ensure consistent sizing */
}

div.connecting{
	margin-top:60px;
}

#services div.connecting{
	margin-top:10px;
}


.connecting p,
#emotional-literacy .connecting p,
#explore-emotions .connecting p,
#discover-breathwork .connecting p,
#welcome .connecting p{
	font-weight: bold;
	color: #756fb3;
}

.connecting p{
	margin-bottom: 4px;

    font-size: 120%;	
	text-align-last: center;
}




.connecting_icons{
	margin: 0px auto;
	width: 210px;
}

.connecting_icons img{
	float:left;
	margin: 5px 5px;
	max-width: 60px;
}


#menu-list li a {
	    font-family: 'Tahoma';
}

#menu-list .connecting_icons{
	margin: 5px auto;
	width: 214px;
}

#menu-list .connecting_icons img{
	float:left;
	margin: 0 5px;
	max-width: 60px;
}

.photo_0{
	background: white;
	
}

.photo_0 img,
.photo_2 img{
	margin-top: 10px;
    height: calc(100% - 10px);
}

.photo_1 img,
.photo_3 img{
	margin-left: 60px;
	margin-top: 60px;
    margin-bottom: 60px;
    height: calc(100% - 120px);
    width: calc(100% - 60px);

}


#meet-ruth .connecting {

	    position: relative;
		margin-bottom: 60px;
		/*    padding-right: 260px; */
}




	.center-text {
		text-align: center;
		width: 100%;
		padding: 0;
	}
	
	




.t_arrow{
	width:100px;
	padding-top: 40px;
}

.t_text{


}
.t_text_inner{
	width:85%;
	margin: 0 auto;
}


footer {
    display: block;
    justify-content: space-around;
    align-items: center;
	color: #555555;
	font-size: 11pt;
margin-top: 40px;
    margin-bottom: 40px;
}	

.page-template-template-simple-php footer,
.page-template-template-services-php footer
 {
	margin-top: 0px;
}

footer p{
    color: #555555;
	font-size: 11pt;
	margin:0;
}

footer .connecting_icons{
	margin: 5px 0;
	width: 150px;
}

footer .connecting_icons img{
	float:right;
	margin: 0 3px;
	max-width: 30px;
	
}

#footer_top_main{
	width: 100%;
}

#footer_top_main_1{
	width:50%; 
	float:left; 
	text-align:center;
	
}

#footer_top_main_1 .p1{
	padding-left:70px;
}

#footer_top_main_2
{
	width:50%; float:left; text-align:center;
}

#footer_top_main_3
{
	font-size: 27.33pt; 
	text-transform: uppercase !important; 
	color: #bbb7db; 
	text-align: center; 
    padding-right: 0;
    padding-left: 0;
    margin: 49px 0px;
}

#footer_top_main_4
{
width:100%;
}

#footer_top_main_1 .footer_logo_img{
    margin: 10px 0 20px 0; max-width:640px; height: auto
}


#footer_top_main_5
{
	padding-left:70px;
}

.flickity-button-icon {
    fill: #fff !important;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0)  !important;
	
}

.flickity-prev-next-button {
    top: 20%;
}

.col_50{
	float: left;
	width:50%;
	margin-top:40px;
}

.col_50 li{

    margin-bottom: 12px;
}
	
	
.page-template-template-simple-php .hentry{

    margin-bottom: 0px !important;
}	
	
	.edit-link{
		display:none; height: 0;
	}

.no_padding_bottom{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
/* Responsive Design */
@media (max-width: 1000px) {
   
	/* NAV */
	
	section#menu {
		margin: auto;
		min-height: 16px;
		padding: 10px 20px 25px 20px;
	}
	
	nav{
		    float: right;
	}
	
	nav.menu_open{
		    float: none;
	}
	
	nav.menu_open .hamburger{
		float: right;
	}
	
   nav ul {
        display: none; /* Hide the menu initially */
        flex-direction: column;
        background: white;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        border-top: 0;
		height: 100vh;
		width: 100vw;
		justify-content: flex-start;
    }

    nav ul.show {
        display: flex; /* Show menu when triggered */
    }

    nav ul li {
        margin: 10px 0 30px 0; /* Adjust margin for vertical menu */
    }


	.hamburger {
		display: block;
		position: static;
		/*
		top: 10px;
		right: 10px;
		*/
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1100;
	}

	.hamburger div {
		background: #756fb3;
		height: 4px;
		margin: 5px 0;
		transition: transform 0.3s, opacity 0.3s;
	}

	.hamburger.open div:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}

	.hamburger.open div:nth-child(2) {
		opacity: 0; /* Hide the middle bar */
	}

	.hamburger.open div:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}
}



/* ABOUT IMG */

@media (max-width: 1400px) {
	.about_left {
		flex: 0 0 35%;
		max-width: 300px;
		        max-height: 450px;
	}
	.about_right {
		flex: 0 0 65%;
	}
}

@media (max-width: 1100px) {
	.about_left {
		flex: 0 0 40%;
		/* max-width: 450px; */
	}
	.about_right {
		flex: 0 0 60%;
	}
}

@media (max-width: 980px) {
	.about_left {
		flex: 0 0 48%;
		/* max-width: 450px; */
	}
	.about_right {
		flex: 0 0 52%;
	}
}

@media (max-width: 800px) {
	#about, #meet-ruth{
		    display: block;
	}
	.about_left {
		flex: none;
		max-width: 800px;
	}
	.about_left img{
		max-width: 300px;
		max-height: 350px;
	}
	.about_right {
		flex: none;
	}
}