/*
Theme Name:   Nucleoanalytics Child
Theme URI:    https://wordpress.org/themes/nucleoanalytics/
Description:  nucleoanalytics child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     nucleoanalytics 
Version:      1.0.0
Text Domain:  nucleoanalytics child
*/

Body
{
	margin:0;
}

.text-hover:hover h3, .text-hover:hover p{
    color: #fff !important;
}

section#service-sec:after {
    content: "";
    width: 100%;
    height: 500px;
    background: url(https://nucleoanalytics.com/integrativemedicalspecialists/wp-content/uploads/2025/04/white-background-with-blue-tech-hexagon-2.png) no-repeat;
    top: 5px;
    position: absolute;
    display: inline-block;
    background-position: right;
}

#testimonial-sec .custom-style {
	margin-top: 15px;
}
#testimonial-sec h3 {
	margin: 10px 0;
	color: #211D1D;
	font-size: 18px;
	font-weight: 500;
}
span.elementskit-author-des {
    display: ruby;
}

.print-list span.elementor-icon-list-text {
    border: 1px solid #2F8CDB;
    border-radius: 50px;
    padding: 12px 30px;
    width: 100%;
}

.post-thumbnail img {
    width: 100%;
    height: 450px;
	object-fit: cover;
}
.entry-meta, .cat-links, .edit-link, .nav-subtitle, .nav-title {
    display: none!important;
}

div#comments
{
	display: none!important;
}
.container
{
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 40px 0;
	
}
h1.entry-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
	line-height: 42px;
}
@media screen and (max-width: 992px) {
    .container {
        width: 90% !important;
        margin: 0 auto;
        max-width: 100% !important;
        padding: 0 15px;
    }
@media screen and (max-width: 480px) {
    .container {
        width: 90% !important;
        margin: 0 auto;
        max-width: 100% !important;
        padding: 0 15px;
    }