/**
 * Theme Name: Veda House 2026
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

@font-face {
font-family: 'Chloe';
src: url(https://www.vedahousewellness.com/wp-content/themes/child-theme/fonts/Chloe-Regular.otf);
}

@font-face {
font-family: 'Gotham Narrow';
src: url(https://www.vedahousewellness.com/wp-content/themes/child-theme/fonts/GothamNarrow-Book.otf); 
}
@font-face {
font-family: 'Gotham Narrow Black';
src: url(https://www.vedahousewellness.com/wp-content/themes/child-theme/fonts/GothamNarrow-Black.otf); 
}

body {
	font-family: 'Gotham Narrow';
	color: #4b433c;
	font-size: 16px !important;

}

.et_pb_button{
	font-family: 'Gotham Narrow Black';
	color: #968e76;
	font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-family: 'Chloe';
	font-size: 60px !important;
}

h2 {
	font-family: 'Gotham Narrow';

}

h3 {
	
}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */


/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */

.et_mobile_menu { border-top: 3px solid #968e76; }

/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */

.top-header-row {
	display: flex;
	align-items: center;
}

.top-header-row .header-button-mod:before{
	content: url(/wp-content/uploads/2026/01/patient-portal.png);
	position: relative;
    margin-right: 10px;
}

.header-button-mod a.et_pb_button:before {
    content: url(/wp-content/uploads/2026/01/patient-portal.png);
    position: absolute;}

	
/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

.homepage-pathways-col{
	display: flex;
	align-items: center;
	width: 24% !important;
	margin-right: 1.33% !important;
}
.homepage-pathways-col:last-child { margin-right: 0 !important; }
.homepage-pathways-col .et_pb_module { margin-bottom: 0 !important; }
.homepage-pathways-col .et_pb_module:first-child { 
	width: 30% !important; 
	margin-right: 3% !important;
}
.homepage-pathways-col .et_pb_module:last-child { width: 67% !important; }
.homepage-pathways-col .et_pb_module:last-child img { margin: 0 !important; }

.homepage-buttons-col{
	display: flex;
}

.services-back-arrow{
	margin: 0 !important;
}

.contact-section .gform_footer { justify-content: center; }
.contact-section .gform_footer input {
	background-color: #968e76;
    border: none;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    padding: 15px 30px;
    font-size: 16px;
}

/*.resources-row { flex-wrap: wrap; }

.resources-row .et_pb_column{
	height: 195px;
	width: 17.5% !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.resources-row .et_pb_column .et_pb_button{
	line-height: 1.2em !important;
}*/

.home-img-mod{
	position: absolute !important;
}

.resource-flex-row .et_pb_column { 
	display: flex;
	flex-wrap: wrap;
}

.resource-flex-row .resources-mod {
	background-color: #fff;
	height: 240px;
    width: 22%;
	border-radius: 10px;
	padding: 20px;
	margin-right: 3%;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.resource-flex-row .resources-mod:last-child { margin-right: 0 !important; }
.resource-flex-row .resources-mod .et_pb_text_inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 195px;
}

.resource-flex-row .resources-mod .phone { 
	color: #968e76 !important; 
	font-weight: 700;
}

.resource-flex-row .resources-mod a {
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 40px;
    font-size: 16px;
    background-color: #968e76;
    padding: 10px 30px;
    line-height: 4em;
}


/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */



/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */

@media all and (max-width: 1500px) {
	h1{	
		font-size: 45px !important;
	}
	/*.home-img-mod{
		top: -160px !important;
	}*/
}

@media all and (max-width: 1450px) {
	.pathways-row {
		display: flex;
    	flex-wrap: wrap;
	}
	.homepage-pathways-col {
		width: 48% !important;
    	margin-right: 2% !important;
		margin-bottom: 30px !important;
	}
	.homepage-pathways-col:nth-child(2n) { 
		margin-left: 2% !important;
		margin-right: 0 !important 
	}
	.homepage-pathways-col .et_pb_module:last-child {
    	width: 80% !important;
	}
	.homepage-pathways-col .et_pb_module:first-child {
    	width: 17% !important;
    	margin-right: 3% !important;
	}
}

@media all and (max-width: 1400px) {
	.home-txt-row .home-txt-mod {
		width: 93% !important;
    	margin-left: 7% !important;
		bottom: -200px !important; 
	}
	.resource-flex-row .resources-mod { height: 290px; }
	.resource-flex-row .resources-mod .et_pb_text_inner { height: 250px; }
}

@media all and (max-width: 1300px) {
	.resources-row .et_pb_column { width: 22.75% !important; }
}

@media all and (max-width: 1250px) {
	.home-txt-row .home-txt-mod {
		bottom: -160px !important; 
	}
}

@media all and (max-width: 1210px) {
	h1{	
		font-size: 40px !important;
	}
}

@media all and (max-width: 1200px) {
	.resource-flex-row .resources-mod { width: 47%; }
	.resource-flex-row .resources-mod { height: 240px; }
	.resource-flex-row .resources-mod .et_pb_text_inner { height: 195px; }
}

@media all and (max-width: 1150px) {
	.home-txt-row .home-txt-mod {
		bottom: -100px !important; 
	}
}

@media all and (max-width: 1100px) {
	h1{	
		font-size: 35px !important;
	}
	.home-img-mod{
		top: -100px !important;
	}
	.home-txt-mod{
	    bottom: -200px !important;
	}
}

@media all and (max-width: 1080px) {
	.home-top-section { padding-bottom: 60px !important; }
}

@media all and (max-width: 980px) {
	.top-header-row { display: block; }
	.our-team-house-staff-col{
		margin-right: 5.5% !important;
	}
	.our-team-kap-therapist-col{
		margin-right: 0 !important;
	}   
	.home-img-mod{
		top: 0px !important;    
		position: relative !important;
	}
	.home-txt-row .home-txt-mod {
	    bottom: 100px !important;
	}
	h1{	
		font-size: 55px !important;
	}
	.pathways-row {
		flex-direction: column;
	}
	.homepage-pathways-col,
	.homepage-pathways-col:nth-child(2n) { 
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

@media all and (max-width: 878px) {
	h1{	
		font-size: 45px !important;
	}
}

@media all and (max-width: 767px) {
	h1{	
		font-size: 35px !important;
	}
	.bottom-footer-row { flex-direction: column; }
	.bottom-footer-row .et_pb_column {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.bottom-footer-row .et_pb_column .et_pb_module { text-align: center; }
	.resource-flex-row .resources-mod {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media all and (max-width: 555px) {
	h1{	
		font-size: 30px !important;
	}
}

@media all and (max-width: 479px) {
	h1{	
		font-size: 25px !important;
	}
}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}