@charset "UTF-8";
/*
Theme Name: Umbrella Reborn
Theme URI: https://code.umbrellabranding.gr
Author: keeper
Author URI: https://umbrellabranding.gr
Description: Umbrella branding custom theme for internal needs.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: umbrella, branding, custom
Text Domain: UmbrellaReborn
*/

/* General CSS setup start. */
/* @link https://utopia.fyi/type/calculator?c=320,30,1.125,2560,55,1.2,10,10,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
	--fontS10: clamp(0.56rem, calc(0.58rem + -0.02vw), 0.58rem);
	--fontS9: clamp(0.65rem, calc(0.65rem + 0.01vw), 0.67rem);
	--fontS8: clamp(0.73rem, calc(0.72rem + 0.05vw), 0.80rem);
	--fontS7: clamp(0.82rem, calc(0.80rem + 0.10vw), 0.96rem);
	--fontS6: clamp(0.93rem, calc(0.89rem + 0.16vw), 1.15rem);
	--fontS5: clamp(1.04rem, calc(0.99rem + 0.24vw), 1.38rem);
	--fontS4: clamp(1.17rem, calc(1.10rem + 0.35vw), 1.66rem);
	--fontS3: clamp(1.32rem, calc(1.22rem + 0.48vw), 1.99rem);
	--fontS2: clamp(1.48rem, calc(1.35rem + 0.65vw), 2.39rem);
	--fontS1: clamp(1.67rem, calc(1.50rem + 0.86vw), 2.86rem);
	--fontB0: clamp(1.88rem, calc(1.65rem + 1.12vw), 3.44rem);
	--fontB1: clamp(2.11rem, calc(1.82rem + 1.44vw), 4.13rem);
	--fontB2: clamp(2.37rem, calc(2.01rem + 1.84vw), 4.95rem);
	--fontB3: clamp(2.67rem, calc(2.20rem + 2.34vw), 5.94rem);
	--fontB4: clamp(3.00rem, calc(2.41rem + 2.95vw), 7.13rem);
	--fontB5: clamp(3.38rem, calc(2.64rem + 3.70vw), 8.55rem);
	--fontB6: clamp(3.80rem, calc(2.88rem + 4.62vw), 10.26rem);
	--fontB7: clamp(4.28rem, calc(3.13rem + 5.74vw), 12.32rem);
	--fontB8: clamp(4.81rem, calc(3.39rem + 7.12vw), 14.78rem);
	--fontB9: clamp(5.41rem, calc(3.65rem + 8.80vw), 17.74rem);
	--fontB10: clamp(6.09rem, calc(3.92rem + 10.85vw), 21.28rem);
}
:root{
	--clrLight: #faf5ef;
	--clrGray: #cfdcc8;
	--clrDark: #57605f;
	--clrRed: #ee9c86;
}

@font-face {
  font-family: RastantyCortez;
  src:
    url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/fonts/RastantyCortez.otf") format("opentype"),
}

.alt-font{
	font-family:RastantyCortez;
	font-weight:300;
}

html,
body {
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fffdf2;
	font-family: 'Calibri';
	font-weight:normal;
}
h1{
	display: none;
}
h2, .numHeader{
	font-size: var(--fontB2);
	font-weight:bold;
}
.superHeader{
	font-size: var(--fontB4);
	color: var(--clrDark);
	transition: 1s;
	position:relative;
	z-index: 10;
}
.numHeader{
	margin-left: 2rem;
	position: relative;
}
.headerSup{
	font-size: var(--fontS4);
	position: absolute;
	top: 30%;
	left: -4rem;
}
h3{
	font-size: var(--fontS2);
	font-weight:bold;
}
h4{
	font-size: var(--fontS5);
	font-weight:bold;
}
h5{
	font-size: var(--fontS7);
	font-weight:bold;
}
h6{
	font-size: var(--fontS9);
	font-weight:bold;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-size: var(--fontS6);
}
p, option, address {
	font-size: var(--fontS4);
	line-height: var(--fontS2);
}
.brMob{
	display: none;
}
figcaption{
	font-family: avertaBold;
}
.input:focus {
	outline: none;
	border:0;
}
.oneLiner {
	position: relative;
	transform-origin: 50% 50% 0px;
	opacity: 0;
	animation: uplift 1.25s forwards;
}

.oneLiner:nth-child(1) {
	animation-delay: 90ms;
}

.oneLiner:nth-child(2) {
	animation-delay: 180ms;
}

.oneLiner:nth-child(3) {
	animation-delay: 270ms;
}

.oneLiner:nth-child(4) {
	animation-delay: 360ms;
}

.oneLiner:nth-child(5) {
	animation-delay: 450ms;
}

.oneLiner:nth-child(6) {
	animation-delay: 540ms;
}

.oneLiner:nth-child(7) {
	animation-delay: 630ms;
}

.oneLiner:nth-child(8) {
	animation-delay: 720ms;
}

.oneLiner:nth-child(9) {
	animation-delay: 810ms;
}

.oneLiner:nth-child(10) {
	animation-delay: 900ms;
}

.oneLiner:nth-child(11) {
	animation-delay: 990ms;
}

.oneLiner:nth-child(12) {
	animation-delay: 1080ms;
}

.oneLiner:nth-child(13) {
	animation-delay: 1170ms;
}

.oneLiner:nth-child(14) {
	animation-delay: 1260ms;
}

@keyframes uplift {
	0% {
		opacity: 0;
		top: 3.25vmax;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}
.linkLight:link
, .linkLight:visited
, .linkLight:hover
, .linkLight:active{
	color: var(--clrLight);
}
.linkDark:link
, .linkDark:visited
, .linkDark:hover
, .linkDark:active{
	color: var(--clrDark);
}
.linkGray:link
, .linkGray:visited
, .linkGray:hover
, .linkGray:active{
	color: var(--clrGray);
}
.linkRed:link
, .linkRed:visited
, .linkRed:hover
, .linkRed:active{
	color: var(--clrRed);
}
/* width */
::-webkit-scrollbar {
	width: 0.32rem;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--clrDark);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--clrGray);
}
/* General CSS setup end. */

/* Skeleton CSS setup start. */
.wrapper {
	width: 100vw;
	margin: 0;
	overflow-x: hidden;
}

header {
	background-color:transparent;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
}

.sticky-active header{
	position:fixed;
	background-color: var(--clrLight);
}

main {
	min-height: 74vh;
}

footer {
	width: 100vw;
	min-height: 20vh;
	padding-top: 2rem;
	background-color: var(--clrRed);
	color: var(--clrLight);
}
footer a:link, footer a:visited, footer a:hover, footer a:active{
	color: var(--clrLight);
}
footer span{
	text-align: left;
}
.footerStroke{
	border-top-color: var(--clrLight);
	border-top-style: solid;
	border-top-width: 0.12rem;
	padding-top: 0.5rem;
}
.footerFalseChar{
	display: block;
	height: var(--fontS6);
}

.minFull{
	width: 100vw;
	min-height: 100dvh;
	min-height: 100lvh;
	min-height: 100svh;
	min-height: 100vh;
}
.sectionLight{
	background-color: var(--clrLight);
}
.sectionGray{
	background-color: var(--clrGray);
}
.sectionDark{
	background-color: var(--clrDark);
}
.sectionRed{
	background-color: var(--clrRed);
}

.alignCenter{
	text-align: center;
}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
/* Skeleton CSS setup end. */

/* Main Section CSS setup start. */

.central {
	width: 100%;
}

.isShown{
	display: block;
}

.isHidden{
	display: none;
}

.airControl{
	min-height: 100vh;
	min-height: 100dvh;
	min-height: 100svh;
	min-height: 100lvh;
}

.airColumn, .airRow{
	height: 100%;
	display: flex;
	align-items: center;
}
.airColumn{
	/* padding-top: 16rem; */
	flex-direction: column;
	justify-content:center;
	/*justify-content: space-around;*/
}
.airColumn > div{
	width: 100%;
}
.airRow{
	flex-direction: row;
    justify-content: start;
    color: var(--clrDark);
    padding-right: 15%;
    font-weight: bold;
    align-items: center;
}

.mainSection{
	height: 100vh;
	height: 100dvh;
	height: 100svh;
	height: 100lvh;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/dandelion.svg");
	background-repeat: no-repeat;
	background-position: right 18% bottom -0.5rem;
	background-size: auto 70%;
}

@media screen and (min-width:1100px){
	.mainSection{
		padding-top: 1rem;
		min-height: 600px;
	}
}

@media screen and (max-width:587px){
	.mainSection{
		background-position: right -33% bottom -0.5rem;
	}
	
}

.dandelion{
	/* min-height: 85vh;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/dandelion.svg");
	background-repeat: no-repeat;
	background-position: right bottom -0.5rem;
	background-size: auto 70%; */
}

.redCircle{
	min-width: 7rem;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0rem 1rem 3rem 1.3rem;
	padding: 0.7rem;
	border-radius: 50%;
	background-color: var(--clrRed);
	text-align: center;
}

@media screen and (min-width:1100px){
	.redCircle{
		margin: 0rem 1rem 0 2.2rem;
	}
}


.circle-gr{
	min-width:8rem;
}



.redCircle a{
	font-size:0.95rem;
	line-height:1;
}




@media screen and (max-width:767px){
	/* .redCircle{
		min-width:7rem;

	} */

	.redCircle a{
		font-size:0.9rem;
	}
}
.redCircle p{
	color: var(--clrLight);
	margin: 0;
	padding: 0;
}
.airRow p{
	font-size:2.3rem;
	line-height: 1.1;
	flex-grow:1;
}

@media screen and (max-width:768px){
	.airRow p{
		font-size: 2rem;
	}
}
.marginTopper{
	margin-top: auto;
}

.pusher{
	margin-left: 30%;
}
.pusher15{
	margin-left: 15%;
}
.pusher20{
	margin-left: 20%;
}
/* Main Section CSS setup ends. */

/* aboutMe section starts! */
.aboutMe{
	min-height: 90vh;
	padding:5vw 0 12vw 0;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/dandelionFlyLeft.svg")
		, url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/dandelionFlyCenter.svg")
		, url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/dandelionFlyRight.svg");
	background-repeat: no-repeat;
	background-position: left -6rem bottom 0rem , left 55% bottom -9rem , right 10rem bottom 5rem;
	background-size: 30rem auto , 22rem auto , 20rem auto;
	color: var(--clrDark);
}
.aboutMeHeader{
	position: relative;
	width: max-content;
	margin: 0 auto;
}
.subP{
	margin: 5rem 16.6% 16.875rem 49.8%;
}
.boxLine{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.aboutMeMemberBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width:1200px;
	margin:0 auto;
}


@media screen and (max-width:1110px){
	.aboutMeMemberBox{
		flex-direction:column;
	}

}
.aboutMeOrg1, .aboutMeOrg2, .aboutMeOrg3{
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	min-width: 23rem;
	/* max-width: 23rem; */

	padding: 2.5rem;

	flex-basis: 33%;
	aspect-ratio: 1/1.2;

	word-break: break-word;

	background-repeat: no-repeat;
	background-position: left 2.5rem bottom 2.5rem;
	background-size: auto 3rem;
}


@media screen and (max-width:1110px){
	.aboutMeOrg1, .aboutMeOrg2, .aboutMeOrg3{
	flex-basis: auto;
	width:100%;
	aspect-ratio: 1/0.4;
	}

}



.aboutMeOrg1{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/aboutMeOrg1.svg");
	color: var(--clrDark);
}
.aboutMeOrg2{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/BVPPAD.svg");
	color: var(--clrLight);
}
.aboutMeOrg3{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/aboutMeOrg3.svg");
	color: var(--clrGray);
}
.aboutMeOrgLogo{
	font-size: var(--fontS7);
	line-height: var(--fontS6);
}
.aboutMeOrg1 .aboutMeOrgLogo{
	padding-top: 0rem;
		padding-left: 6rem;
}
.aboutMeOrg2 .aboutMeOrgLogo{
	padding-top: 0rem;
	padding-left: 3.4rem;

}
.aboutMeOrg3 .aboutMeOrgLogo{
	padding-top: 0.5rem;
	padding-left: 3.6rem;
}

.aboutPractice{
	padding-bottom: 8.3vw;
	color: var(--clrDark);
}
.aboutPractice > h3, .aboutPractice > p{
	text-align: center;
}
.aboutMeWork{
	margin: 1rem 20% 5rem;
}
.aboutMeNote01, .aboutMeNote02, .aboutMeNote03, .aboutMeNote04{
	padding: 2rem;
}
.aboutMeNote01, .aboutMeNote03{
	margin: 1rem 12.5vw 0 8.5vw;
}
.aboutMeNote02, .aboutMeNote04{
	margin: 1rem 8.5vw 0 12.5vw;
}
.aboutMeNote01{
	transform: rotate(3deg);
	color: var(--clrRed);
}
.aboutMeNote02{
	transform: rotate(-3deg);
	color: var(--clrLight);
}
.aboutMeNote03{
	transform: rotate(2deg);
	color: var(--clrGray);
}
.aboutMeNote04{
	transform: rotate(-6deg);
	color: var(--clrDark);
}
/* aboutMe section ends! */
/* whyTherapy section starts! */
.whyTherapyWrapper{
	/* min-height: 100vh;
	min-height: 100dvh;
	min-height: 100svh;
	min-height: 100lvh; */
	color: var(--clrLight);
	padding-top: 4.6rem;
	padding-bottom: 4.6rem;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/untangle.svg");
	background-repeat: no-repeat;
	background-position: left 5% top -1rem;
	background-size: auto 40rem;
}
.whyTherapyHug{
	display: block;
	position: absolute;
	width: 100vw;
	height: 50vh;
}
.whyTherapyWrapper .numHeader{
	margin-left: 15rem;
}
.whyTherapyRightist{
	width: 50%;
	margin: 7rem 50% 3rem;
}
.doctorNoteChildren, .doctorNoteParents{
	width: 35rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 5rem 3rem;
}
.doctorNoteChildren{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/noteChild.svg");
	margin: 0 auto;
	aspect-ratio: 1/1.23;
	color: var(--clrRed);
	transform: rotate(-5deg);
}
.doctorNoteParents{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/noteParent.svg");
	margin-right: auto;
	margin: -3% auto 0 auto;
	aspect-ratio: 1/1.14;
	color: var(--clrDark);
	transform: rotate(10deg);
}
.whyTherapyTrust{
	padding-top: 5vw;
	padding-bottom: 40rem;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/handLeft.svg")
					, url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/handRight.svg");
	background-position: left -6rem bottom 24rem, right -18rem bottom 4rem;
	background-size: auto 26rem;
	background-repeat: no-repeat;
	color: var(--clrLight);
}
/* whyTherapy section ends! */
/* therapyRoadmap starts! */
.therapyRoadmapWrapper{
	color: var(--clrDark);
	padding-top: 5vw;
}
.therapyRoadmapFirstDateWrapper, .therapyRoadmapTimelineWrapper{
	width: 100%;
	background-repeat: no-repeat;
}
.therapyRoadmapFirstDateWrapper{
	position: relative;
	/* background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/orderChaos.svg");
	background-position: left 30% top;
	background-size: contain; */
	padding-left: 55%;
	padding-right: 10%;
	padding-top: 10vw;
	padding-bottom: 5rem;
}
.whyTherapyChaos{
	width: 60%;
	visibility: visible;
	position: absolute;
	top: 0rem;
	left: 15%;
}
.whyTherapyKey{
	width: auto;
	height: 65%;
	visibility: visible;
	position: absolute;
	top: 0;
	right: -22rem;
}
.therapyRoadmapTimelineWrapper{
	position: relative;
	padding-left: 10%;
	padding-right: 55%;
	padding-bottom: 5vw;
}
.therapyRoadmapSymptomsWrapper{
	color: var(--clrDark);
	padding-bottom: 5vw;
}
.therapyRoadmapSymptomsHeader{
	width: 50%;
	margin: 3vw auto;
}
.therapyRoadmapShapes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.therapyShape{
	height: fit-content;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem;
}
.therapyShape p{
	padding: 1rem;
	margin: 0;
}
.therapyRoadmapCircle{
	aspect-ratio: 1/1;
	padding: 1vw;

	border-radius: 50%;

	text-align: center;
	color: var(--clrDark);

	transform: rotate(7deg);
}
.therapyRoadmapBox{
	padding: 1vw;
	margin-top: 3vw;
	transform: rotate(-5deg);
	color: var(--clrLight);
}
.therapyRoadmapEgg{
	border-top-left-radius: 9rem 4rem;
	border-bottom-left-radius: 8rem 6rem;
	border-top-right-radius: 7rem 4rem;
	border-bottom-right-radius: 8rem 6rem;
	padding: 3.5vw;
	color: var(--clrGray);
	text-align: center;
}
.therapyRoadmapTriforce{
	width: 19rem;
	/* height: 7rem; */
	margin: 0.5rem;
	padding-top: 3rem;
	transform: rotate(-10deg);
	position: relative;
	background-image: conic-gradient(at 50% 0%, transparent 0deg 135deg, var(--clrRed) 135deg 225deg, transparent 225deg 360deg);
	color: var(--clrLight);
}
.therapyRoadmapTriforce p{
	text-align: center;
}
.therapyRoadmapBigBertha, .therapyRoadmapLittleBertha{
	border-top-left-radius: 3rem 3rem;
	border-bottom-left-radius: 3rem 3rem;
	border-top-right-radius: 3rem 3rem;
	border-bottom-right-radius: 3rem 3rem;
	padding: 1.5vw;
}
.therapyRoadmapBigBertha{
	transform: rotate(5deg);
	color: var(--clrGray);
}
.therapyRoadmapLittleBertha{
	transform: rotate(-5deg);
	color: var(--clrLight);
	text-align: center;
}
.therapyRoadmapBowl{
	border-bottom-left-radius: 7rem 7rem;
	border-bottom-right-radius: 7rem 7rem;
	
	transform: rotate(21deg);

	padding: 1.5vw;

	color: var(--clrLight);
	text-align: center;
}
.therapyRoadmapOval{
	border-top-left-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	transform: rotate(12deg);
	padding: 1.5vw;
	color: var(--clrLight);
}
.therapyRoadmapΡhombus{
	background:
		linear-gradient(to top right, var(--clrGray) 49.5%, transparent 50%) top right,
		linear-gradient(to top left, var(--clrGray) 49.5%, transparent 50%) top left,
		linear-gradient(to bottom right, var(--clrGray) 49.5%, transparent 50%) bottom right,
		linear-gradient(to bottom left, var(--clrGray) 49.5%, transparent 50%) bottom left;
	background-size:50% 50%;
	background-repeat:no-repeat;
	text-align: center;

	/* transform: rotate(-15deg); */

	padding: 3vw;
}
/* therapyRoadmap end! */
/* psyPower starts! */
.psyPower{
	color: var(--clrDark);
	padding-top: 8vw;
	padding-bottom: 8vw;
}
.psyPowerHeader{
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	margin-bottom: 5rem;
}
.psyPowerRow{
	padding-top: 5vw;
	padding-bottom: 5vw;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 1rem;
}
.psyPowerPuzzle{
	min-height: 20rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.whyTherapyPuzzle{
	width: 75%;
	display: block;
}
.psyPowerUnderstanding, .psyPowerProtecting, .psyPowerMakingSense{
	flex-basis: 15rem;
	aspect-ratio: 1/1;
	padding-top: 13rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.psyPowerUnderstanding{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/understanding.svg");
}
.psyPowerProtecting{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/protecting.svg");
}
.psyPowerMakingSense{
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/makingSense.svg");
}
.psyPowerMindStructure{
	border-top-left-radius: 3rem 3rem;
	border-bottom-left-radius: 3rem 3rem;
	border-top-right-radius: 3rem 3rem;
	border-bottom-right-radius: 3rem 3rem;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/mindStructure.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 65% auto;
	padding: 6rem 65% 6rem 6rem;
}
.psyPowerMindStructure h3{
	margin-bottom: 3rem;
}
/* psyPower end! */
/* therapyBlog starts! */
.therapyBlogWrapper{
	padding-top: 9rem;
	padding-bottom: 2rem;
	color: var(--clrLight);
}
/* therapyBlog ends! */
/* therapyContact starts! */
.therapyContactWrapper{
	padding-top: 1rem;
	padding-bottom: 4rem;
	color: var(--clrLight);
}
.therapyContactHome{
	width: 75%;
	max-width: 15rem;
	aspect-ratio: 1/1;

	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 1vw;
	margin-left: auto;
	
	text-align: center;
	
	border-radius: 50%;
	border-width: 0.125rem;
	border-color: var(--clrLight);
	border-style: solid;
}
/* therapyContact ends! */

@media only screen and (min-width: 320px) and (max-width: 768px){
	/* Skeleton CSS setup start. */
	section > .row > [class*="col-"]{
		padding-left: 8.33%;
		padding-right: 8.33%;
	}
	h2, .numHeader{
		font-size: var(--fontB3);
	}
	.numHeader, .whyTherapyWrapper .numHeader{
		margin-top: 2rem;
		margin-left: 0;
	}
	.pusher {
		margin-left: 15%;
	}
	.subP {
		margin: 5rem 8.3%;
	}
	.footerFalseChar{
		display: none;
	}
	.brMob{
		display: block;
	}
	/* Skeleton CSS setup end. */

	/* Main Section CSS setup start. */
	.mainSection {
		background-size: auto 50%;
	}
	.airColumn {
		padding-top: 16rem;
	}



	.airControl{
		max-height: 50vh;
		/* min-height: auto; */
	}
	.airRow {
		flex-direction: column;
		align-items: flex-start;
	}
	.dandelion {
		min-height: 50vh;
	}
	.aboutMeWork {
		margin: 3rem 8.33% 8rem;
	}
	.aboutMeOrg1, .aboutMeOrg2, .aboutMeOrg3{
		min-width: 19rem;
	}
	/* Main Section CSS setup ends. */

	/* aboutMe section starts! */
	.aboutMe {
		padding: 5vw 0 10rem;
		background-position: left bottom, left 45% bottom 1rem , right bottom 5rem;
		background-size: 10rem auto , 10rem auto , 10rem auto;
	}

	
	.aboutMeOrg2 .aboutMeOrgLogo {
		padding-top: 3.2rem;
		/* padding-left: 0rem; */
		padding-bottom: 1rem;
	}
	.aboutMeOrg3 .aboutMeOrgLogo {
		padding-top: 3.2rem;
		/* padding-left: 0rem; */
		padding-bottom: 1rem;
	}
	.aboutPractice{
		padding-bottom: 8rem;
	}
	/* .aboutMeOrg1, .aboutMeOrg2, .aboutMeOrg3 {
		flex-basis: 100%;
	} */
	.aboutPractice > h3, .aboutPractice > p{
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	.aboutPractice > p{
		margin-bottom: 5rem;
	}
	.aboutMeNote01, .aboutMeNote02, .aboutMeNote03, .aboutMeNote04{
		padding: 1rem;
		margin: 0;
	}
	/* aboutMe section ends! */

	/* whyTherapy section starts! */
	.whyTherapyWrapper {
		min-height: auto;
		padding-top: 21rem;
		padding-bottom: 3rem;
		background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/untangle.svg");
		background-repeat: no-repeat;
		background-position: right 7rem top -1rem;
		background-size: 15rem auto;
	}
	.whyTherapyRightist{
		width: 100%;
		margin-left: 0;
		margin-top: 3rem;
	}
	.therapyRoadmapSymptomsWrapper {
		padding-top: 5rem;
	}
	/* .doctorNoteChildren, .doctorNoteParents {
		width: 85vw;
		padding: 3rem 4rem;
		margin: 0;
	} */
	.therapyRoadmapTriforce p {
		bottom: -8rem;
	}
	/* whyTherapy section ends! */

	/* therapyRoadmap starts! */
	.therapyRoadmapSymptomsHeader {
		width: auto;
	}
	.therapyRoadmapΡhombus {
		padding: 6vw;
	}
	.therapyRoadmapFirstDateWrapper {
		padding-left: 0;
		padding-right: 0;
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
	.therapyRoadmapTimelineWrapper {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0rem;
	}
	/* therapyRoadmap end! */

	/* psyPower starts! */
	.psyPowerMindStructure {
		background-position: center bottom;
		background-size: auto 16rem;
		padding: 2rem 2rem 16rem;
	}
	.psyPowerRow {
		gap: 2rem;
	}
	.psyPowerUnderstanding
	, .psyPowerProtecting
	, .psyPowerMakingSense {
		padding-top: 12rem;
	}
	/* psyPower end! */

	/* therapyBlog starts! */

	.whyTherapyPuzzle{
		width: 100%;
		display: block;
	}
	.whyTherapyKey{
		width: 100%;
		height: auto;
		position: static;
		display: block;
		margin-bottom: 4rem;
	}
	.therapyBlogWrapper {
		padding-top: 2rem;
		padding-bottom: 0;
	}
	/* therapyBlog ends! */
	
	/* therapyContact starts! */
	/* therapyContact ends! */
}
@media only screen and (min-width: 320px) and (max-width: 992px){
	.whyTherapyChaos{
		display: none;
	}
	.headerSup {
		top: -2rem;
		left: 0rem;
	}
	.therapyContactHome{
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 576px){
	/* Skeleton CSS setup start. */
	/* Skeleton CSS setup end. */

	/* Main Section CSS setup start. */
	/* Main Section CSS setup ends. */

	/* aboutMe section starts! */
	/* aboutMe section ends! */

	/* whyTherapy section starts! */
	.doctorNoteChildren, .doctorNoteParents{
		width: auto;
		background-size: cover;
	}
	.whyTherapyTrust{
		padding-bottom: 14rem;
		background-position: left -9rem bottom 13rem, right -17rem bottom 4rem;
		background-size: auto 12rem;
	}
	/* whyTherapy section ends! */

	/* therapyRoadmap starts! */
	/* therapyRoadmap end! */

	/* psyPower starts! */
	/* psyPower end! */

	/* therapyBlog starts! */
	/* therapyBlog ends! */

	/* therapyContact starts! */
	.therapyContactHome {
		display: none;
		width: 6rem;
		height: 6rem;
	}
	/* therapyContact ends! */
}

@media only screen and (min-width: 320px) and (max-width: 359px){
	h2, .numHeader {
		font-size: var(--fontB2);
	}
	/* .doctorNoteChildren, .doctorNoteParents{
		padding: 3rem 1rem;
	} */
}

@media only screen and (min-width: 360px) and (max-width: 459px){
	/* whyTherapy section starts! */
	/* .doctorNoteChildren, .doctorNoteParents{
		padding: 3rem 3rem;
	} */
	/* whyTherapy section ends! */
}

@media only screen and (min-width: 460px) and (max-width: 575px){
	/* whyTherapy section starts! */
	/* .doctorNoteChildren, .doctorNoteParents{
		padding: 3rem 4rem;
	} */
	/* whyTherapy section ends! */
}
/* .col-sm- */
@media only screen and (min-width: 576px) and (max-width: 767px){
	/* whyTherapy section starts! */
	/* .doctorNoteChildren, .doctorNoteParents {
		padding: 6rem 3rem;
		width: 65vw;
		margin: 0 auto;
	} */

	/* whyTherapy section starts! */
	
	.whyTherapyTrust{
		padding-bottom: 17rem;
		background-position: left -8rem bottom 17rem, right -18rem bottom 4rem;
		background-size: auto 16rem;
	}
	/* whyTherapy section ends! */
	/* whyTherapy section ends! */
}
/* .col-md- */
@media only screen and (min-width: 768px) and (max-width: 991px){
	/* aboutMe section starts! */
	.aboutMe {
		padding: 5vw 0 10rem;
		background-position: left bottom, left 45% bottom 1rem , right bottom 5rem;
		background-size: 20rem auto , 18rem auto , 20rem auto;
	}
	.aboutPractice{
		padding-bottom: 8rem;
	}
	/* aboutMe section ends! */

	/* whyTherapy section starts! */
	.whyTherapyTrust{
		padding-bottom: 28rem;
		background-position: left -4rem bottom 18rem, right -19rem bottom 3rem;
		background-size: auto 19rem;
	}
	
	/* whyTherapy section ends! */

	/* psyPower starts! */
	.psyPowerMindStructure {
		background-position: center bottom;
		background-size: auto 16rem;
		padding: 2rem 2rem 16rem;
	}
	/* psyPower end! */
}
/* .col-lg- */
@media only screen and (min-width: 992px) and (max-width: 1199px){

	/* aboutMe section starts! */
	.aboutMe {
		padding: 5vw 0 10rem;
		background-position: left bottom, left 45% bottom 1rem , right bottom 5rem;
		background-size: 20rem auto , 18rem auto , 20rem auto;
	}
	.aboutPractice{
		padding-bottom: 8rem;
	}
	/* aboutMe section ends! */

	/* whyTherapy section starts! */
	.whyTherapyTrust{
		padding-bottom: 40rem;
		background-position: left -15rem bottom 24rem, right -35rem bottom 4rem;
		background-size: auto 26rem;
	}
	
	.whyTherapyChaos {
		left: 14rem;
		width: 30rem;
	}
	/* whyTherapy section ends! */
}
/* .col-xl- */
@media only screen and (min-width: 1200px) and (max-width: 1319px){

	/* whyTherapy section starts! */
	.aboutMe {
		padding: 5vw 0 12rem;
		background-position: left -5rem bottom, left 57% bottom -7rem , right bottom 4rem;
		background-size: 20rem auto , 18rem auto , 20rem auto;
	}
	.whyTherapyChaos {
		left: 0rem;
		width: 35rem;
	}
	/* whyTherapy section ends! */
}
@media only screen and (min-width: 1320px) and (max-width: 1599px){
	.aboutMe {
		padding:5vw 0 11rem;
		background-position: left -4rem bottom 1rem, left 57% bottom -8rem , right bottom 5rem;
		background-size: 20rem auto , 18rem auto , 20rem auto;
	}
	.subP{
		margin: 5rem 16.6% 6rem 49.8%;
	}

	/* whyTherapy section starts! */
	.whyTherapyChaos {
		left: 6rem;
		width: 35rem;
	}
	/* whyTherapy section ends! */
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
	.subP{
		margin: 5rem 16.6% 16.875rem 49.8%;
	}
	
	
	/* whyTherapy section starts! */
	.whyTherapyTrust{
		padding-bottom: 43rem;
		background-position: left 0 bottom 26rem, right -18rem bottom 4rem;
		background-size: auto 26rem;
	}
	.whyTherapyChaos {
		left: 6rem;
		width: 35rem;
	}
	/* whyTherapy section ends! */
	.footerFalseChar{
		margin-bottom: -0.05rem;
	}
}
@media only screen and (min-width: 1920px) and (max-width: 2600px){
	.subP{
		margin: 5rem 16.6% 24.875rem 49.8%;
	}
	
	
	/* whyTherapy section starts! */
	.whyTherapyWrapper{
		background-position: left 15% top -1rem;
		background-size: auto 50rem;
	}
	.whyTherapyTrust{
		padding-bottom: 50rem;
		background-position: left 0 bottom 31rem, right -18rem bottom 4rem;
		background-size: auto 37rem;
	}
	.whyTherapyChaos {
		left: 19rem;
		width: 35rem;
	}
	/* whyTherapy section ends! */

	.therapyRoadmapTimelineWrapper {
		padding-bottom: 15rem;
	}
	
	.therapyRoadmapEgg {
		border-radius: 50%;
	}

	.therapyRoadmapTriforce {
		width: 22rem;
		height: 11rem;
		padding-top: 5rem;
		padding-bottom: 1.5rem;
	}
	.doctorNoteChildren{
		width: 45rem;
		padding: 7rem;
	}

	.psyPowerMindStructure {
		background-size: 45% auto;
		padding: 6rem 50% 6rem 6rem;
	}
	.footerFalseChar{
		margin-bottom: -0.1rem;
	}
}

/* Skeleton CSS setup start. */
/* Skeleton CSS setup end. */

/* Main Section CSS setup start. */
/* Main Section CSS setup ends. */

/* aboutMe section starts! */
/* aboutMe section ends! */

/* whyTherapy section starts! */
/* whyTherapy section ends! */

/* therapyRoadmap starts! */
/* therapyRoadmap end! */

/* psyPower starts! */
/* psyPower end! */

/* therapyBlog starts! */
/* therapyBlog ends! */

/* therapyContact starts! */
/* therapyContact ends! */

.contactAgreeLabel{
	display:none;
}

.contactAgree{
	display:none;
}

li.menuLI:nth-child(4) {
    display: none;
}

.aboutMeMemberBox p {
    font-size: 1.18rem;
    line-height: 1.3;
}

.contactWrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.contactRelative{
	position: relative;
	min-width: 80%;
}
.contactHeader{
	color: #000;
	letter-spacing: 0vmax;
}
.contactFooter{
	position: relative;
	min-height: 5.21vmax;
	margin-top: 4vmax;
	padding-top: 2vmax;
}
.contactFB, .contactIG{
	text-transform: uppercase;
}
.contactFB{
	margin-left: auto;
	margin-right: 15%;
}
.contactIG{
	margin-right: auto;
	margin-left: 15%;
}
.contactData{
	padding-top: 1vmax;
	padding-left: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 1.5em;
}
.contactMap{
	padding-left: 1.5vmax;
	padding-right: 0;
}
.contactLine, .contactLineNoBG{
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 1.5rem;
}
.contactLine{
	position: relative;
	width: 100%;
}
.contactLabel{
	margin-right: auto;
	letter-spacing: 0.2vmin;
	text-transform: uppercase;
}
.contactInput, .contactArea{
	min-height: 1.8em;
	width: 100%;
	padding: 1.5rem;
	border-radius: 3rem;
	color: var(--clrLight);
	border-color: var(--clrLight);
	border-style: solid;
	border-width: 0.125rem;
	background-color: transparent;
}
.contactArea{
	padding-right: 6.4rem;
}
.contactInput:focus, .contactArea:focus{
	outline: none;
}
.contactInput:focus{
	outline:  none;
}
.contactInput::placeholder, .contactArea::placeholder{
	color: var(--clrLight);
}
.contactAddress{
	font-size: 1vmax;
	margin-bottom: 0.3vmax;
	letter-spacing: 0.08vmax;
}
.contactGMap{
	width: 100%;
	height: 86%;
	border: 0;
	margin: 1.2vmax 0 0 0;
}
.contactInline{
	flex-direction: row;
	display: flex;
	align-items: center;
	padding-top: 0.8vmax;
	padding-bottom: 1vmax;
}
.contactAgreeLabel{
	color: var(--clrLight);
}
.contactAgree{
	margin-left: 1rem;
}
.contactSubmit{
	display: block;
	height: 6.2rem;
	aspect-ratio: 1/1;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 3rem;
	border-color: var(--clrLight);
	border-style: solid;
	border-width: 0.125rem;
	background-color: transparent;
	background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/arrowLight.svg");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}

.contactLocation{
	width: 100%;
	font-size: 0.8vmax;
	text-align: left;
}

.enterGarden img{
	max-width: 4.5vmax;
	max-height: 4.5vmax;
}

.contactSelect{
	width: 100%;
	height: 2.5vmax;
	border: 0;
	padding: 0 0.5vmax;
	letter-spacing: 0.2vmin;
	border-radius: 0.2vmax;
	border: 0;
	background-color: transparent;
	border-color: var(--clrDark);
}
.contactMessageReport, .contactMsgError{
	font-size: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-color: var(--clrLight);
}
.contactLineAgree{
	margin-left: 50%;
}
@media only screen and (max-width: 480px) {
}




@media only screen and (min-width: 320px) and (max-width: 768px){
	.contactLine, .contactLineNoBG {
		flex-direction: column;
	}
	.contactInput, .contactArea{
		width: 100%;
	}
	.contactLineAgree{
		margin-left: 0;
	}
	.contactWrapper{
		width: 100%;
	}
	.contactInput, .contactArea{
		width: 100%;
	}
	.contactArea{
		height: 12rem;
	}
	.contactSubmit {
		display: block;
		height: 5rem;
		width: 5rem;
		margin-left: auto;
		position: static;
		border-radius: 3rem;
		border-color: var(--clrLight);
		border-style: solid;
		border-width: 0.02rem;
		background-color: var(--clrLight);
		background-image: url("/wp-content/themes/UmbrellaReborn/WebContent/Umbrella/images/arrowRed.svg");
		background-size: 50%;
	}
	.contactAgree{
		margin-left: auto;
		margin-right: 2rem;
	}
	.contactLineAgree{
		margin-left: 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 576px){
}
@media only screen and (min-width: 576px) and (max-width: 768px){ /* .col-sm- */
}
@media only screen and (min-width: 768px) and (max-width: 992px){ /* .col-md- */
}
@media only screen and (min-width: 992px) and (max-width: 1200px){ /* .col-lg- */
}
@media only screen and (min-width: 1200px) and (max-width: 1320px){ /* .col-xl- */
}
@media only screen and (min-width: 1320px) and (max-width: 1600px){
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
}
@media only screen and (min-width: 1920px) and (max-width: 2600px){
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 9em 1em 0.5em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.menuMobileHR {
    display: none;
    border-color: var(--clrLight);
}

.menuInfo {
    display: none;
}

.menuSocial {
    display: none;
}

.menuInfo {
    display: none;
}


.languageBar3 {
    width: 100%;
    max-height: inherit;
    padding-top: 2.5rem;
}

.languageBar3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.languageBar3 li {
  display: inline-block;
  margin-right: 10px;
}

.languageBar3 a {
    text-decoration: none;
    /* color: #333; */
    color: var(--clrDark);
    /* padding: 8px 10px; */
    border: 0;
    border-radius: 5px;
    display: block;
    /* font-size: var(--fontS7); */
}

.languageBar3 ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
    padding: 5px;
border: 0;

}

/* Reveal the submenu on hover */
.languageBar3 ul li:hover > ul {
  display: inherit;
}

.languageBar3 ul ul li {


  width: 100%;
  display: block;
}


.languageBar3 >ul > li:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 42%;
    width: 8px;
    height: 8px;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    transform: rotate(-45deg) translateY(-50%);
}

.language-bar-mobile{
	padding-top: 1.8rem;
    width: auto;
    margin-left: 0.3rem;
}

@media screen and (max-width:991px){
.language-bar-desktop{
	display:none;
}
.language-bar-mobile a{
	font-size:15px;
}

.menu-wrapper{
	display:flex;
	justify-content:end;
	align-items:center;
}
}

@media screen and (min-width:991px){
.language-bar-mobile{
	display:none;
}
}


.umbrellaMenu{
position:relative;
}

@media only screen and (min-width: 320px) and (max-width: 991px){
.menuBurger{
right: 0.5rem;
}
}

.langSelect{
	display:none;
}

.extra-message {
    position: absolute;
    bottom: 5%;
      font-size: 1.65rem;
}

@media screen  and (max-width:768px){
	.extra-message{
		margin-top:1rem;
		position:relative;
		font-size:0.9rem;
	}
}

.member-box-de .aboutMeOrg1, .member-box-de  .aboutMeOrg2, .member-box-de  .aboutMeOrg3{
	aspect-ratio: 1/0.5;
	background-position: 10% 80%;
	padding: 2rem 1rem 2rem 2rem;
	justify-content: space-between;
}


.footer-notice {
    color: var(--clrDark);
	font-size:1.2rem;
}

.superHeader{
	font-size: 2.3rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

@media screen and (max-width:768px){
	.superHeader{
		font-size:3rem;
	}
}

.sticky-active .superHeader{
	/*top: 10px;
    font-size: 1.5rem;
    position: fixed;*/
}

.light-font {
    font-weight:normal;
}

.page-id-7 .airRow {
	padding-right: 0;
}

.page-id-2 .redCircle{
	margin: 0rem 1rem 0 2rem;
}



.airColumn > div:nth-child(2) {
    margin-bottom: 8rem;
}

.whyTherapyRightist p, .aboutMeWork {
    font-size: 1.5rem;
}

main{
	position:relative;
	z-index:0;
}

.airRow p.larger{
	font-size:2.37rem;
}

.title-1 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 600;
   
    color: var(--clrDark);
}

@media screen and (min-width:768px){
	.airColumn{
		padding-bottom: 16%;
	}
}

@media screen and (max-width:768px){
	.page-id-2 .redCircle {
		margin: 0rem 1rem 1rem 2rem;
	}
	
	.circle-gr {
		min-width: 6rem;
	}
	.airRow p, .title-1 {
		font-size: 1.6rem;
	}

	.airRow p.larger {
		font-size: 1.65rem;
	}


.superHeader {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}
}



.strong {
    font-weight: 600;
}

p.smaller{
	font-size:1rem; 
	    line-height: 1;
}

.page-id-2 .aboutMeOrg1, .page-id-2  .aboutMeOrg2, .page-id-2 .aboutMeOrg3{
	    aspect-ratio: 1.6 / 1;
}


.aboutMeImgWrapper img{
		width:100%;
		height:auto;
	}