/*
 *  oom_bob
*/

/* Global  */
p{
	margin-bottom:0px;
}
.elementor-widget-text-editor a{
	text-decoration: underline;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
    padding-left: 30px;
}

/* Header - Start */
@media(max-width: 1064px) and (min-width: 1025px){
	.oom-windows-menu a.elementor-item {
		font-size: 14px !important;
	}
}
/* Header - End */


/* Home Page - Start */

/* Types of Conditions We Treat */
.oom-condition-loop-excerpt .elementor-widget-container{
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
	white-space: normal;
}
.oom-condition-loop-excerpt .elementor-widget-container br{
	display: none;
}
.oom-condition-loop-excerpt a {
    color: var(--e-global-color-text);
}
/* Contact Us */
.oom-contact-form .elementor-field-textual,
.oom-contact-us-form .elementor-field-textual{
    box-shadow: 0px 1px 10px 1px #1900001f;
}
.oom-contact-us-form .elementor-field-type-recaptcha_v3 {
    display: flex;
    justify-content: center;
}

@media(min-width:560.98px){
	.oom-contact-form .elementor-field-type-recaptcha_v3,.oom-contact-form .elementor-field-type-submit {
		max-width: 50%;
	}
}
/* Home Page - End */


/* Read More - Start */
.oom-inivited-seemore-list{
	display: none;
}
.oom-inivited-seemore-button{
	cursor: pointer;
}
.oom-publication-seemore-list{
	display: none;
}
.oom-publication-seemore-button{
	cursor: pointer;
}
.elementor-element-edit-mode .oom-publication-seemore-list,
.elementor-element-edit-mode .oom-inivited-seemore-list{
	display: block;
}
/* Read More - End  */

/* OOm Archive - Start */
.oom-archive .page-numbers {
    width: 35px;
    height: 35px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}
.oom-archive .page-numbers.current{
	background: #572632;
}
.oom-archive .page-numbers:hover{
    background: #E4E9F2;
    color: #454545 !important;
}
.oom-single-blog-post-content p,
.oom-single-blog-post-content ul{
	margin-bottom: 15px;
}
/* OOm Archive - End */


/* Thank You + 404 - Start */
.page-id-27 .oom-footer-map,
.error404 .oom-footer-map{
    display: none;
}

/* Thank You + 404 - End */

/* 17 Dec 2024 Edits - Start */

.oom-widget-chat-content-message {
    width: 100%;
}

.oom-condition-loop-title {
	height:90px;
}

.oom-blog-title {
	
	height: 92px;                    
    overflow: hidden;                
    display: -webkit-box;            
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;           
    text-overflow: ellipsis !important;         
    white-space: normal;             
    line-height: 1.5em; 
	
}


@media (max-width: 834px) {
	

	
	.oom-condition-loop-title {
		height:80px;
	}

}

@media (max-width: 767px) {
	
	.oom-condition-loop-title {
		height:auto;
	}
	
		
	.oom-blog-title {
	
	height: 50px; 
	 -webkit-line-clamp: 2;  
	}

}


@media (max-width: 767px) {
	
	.oom-condition-loop-title {
		height:auto;
	}
	
		
	.oom-blog-title {
		height: auto; 
		-webkit-line-clamp: 1;  
	}

}



/* 17 Dec 2024 Edits - Start */