/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ========================= GENERAL STYLES ========================= */
main ul {
	list-style: disclosure-closed;
}
main ul li {
	margin-bottom: 14px;
}
.booking-custom-container .am-lite-footer {
	display: none;
}

/* ============================ HEADER ============================ */
li.menu-item.btn-header > a.menu-link {
	color: #fff;
	background: #008080;
	border: 1px solid #008080;
	border-radius: 4px;
	margin-left: 10px;
	text-transform: uppercase;
}
li.menu-item.btn-header > a.menu-link:hover,
li.menu-item.btn-header > a.menu-link:focus {
	color: #008080;
	background: transparent;
	transition: 600ms;
}
li.menu-item.btn-header.sdb-btn > a.menu-link {
	background: #ffb7b7;
	border: 1px solid #ffb7b7;
}
li.menu-item.btn-header.sdb-btn > a.menu-link:hover,
li.menu-item.btn-header.sdb-btn > a.menu-link:focus {
	color: #ffb7b7;
	background: transparent;
}

#ast-mobile-header nav.site-navigation ul li {
	margin: 4px 14px;
}
#ast-mobile-header nav.site-navigation ul li.btn-header {
	margin: 4px 14px 8px;
}
#ast-mobile-header li.btn-header a.menu-link {
	color: #fff;
	background: #008080;
	border: 1px solid #008080;
	margin: 0;
	text-align: center;
}
#ast-mobile-header li.btn-header a.menu-link:focus {
	color: #008080;
	background: #fff;
}
#ast-mobile-header li.btn-header.sdb-btn a.menu-link {
	background: #ffb7b7;
	border: 1px solid #ffb7b7;
}
#ast-mobile-header li.btn-header.sdb-btn a.menu-link:focus {
	color: #ffb7b7;
	background: #fff;
}

header .ast-menu-toggle:focus {
	outline: none;
}
.ast-builder-menu-1 .menu-item.btn-header.current-menu-item > .menu-link{
	color: #fff;
}
.ast-builder-menu-1 .menu-item.btn-header.current-menu-item > .menu-link:hover,
.ast-builder-menu-1 .menu-item.btn-header.current-menu-item > .menu-link:focus {
	color: #008080;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > li.menu-item {
	line-height: 54px;
}

.ast-above-header-bar div.site-above-header-wrap {
	min-height: auto;
	padding: 4px 20px;
}
div.site-header-above-section-right .header-widget-area {
	display: flex;
}
div.site-header-above-section-right .header-widget-area section {
	margin-bottom: 0;
	margin-left: 14px;
	display: flex;
	align-items: center;
}
.social-media-container.before-header {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-media-container.before-header .social-item {
	align-items: center;
	display: flex;
	margin: 0 8px;
}
.social-media-container.before-header .social-item span {
	color: #333;
	font-size: 1.25rem;
}
.social-media-container.before-header .social-item:hover span,
.social-media-container.before-header .social-item:focus span {
	color: #008080;
	transition: 500ms;
}
div.site-header-above-section-right .header-widget-area a {
	color: #333;
}

/* ============================ FORM ================================ */
form .ffile-container{
	margin-bottom: 14px;
}
form .ffile-container input,
form .ffile-container textarea {
	border: 1px solid #ddd;
	padding: 12px 14px !important;
	height: auto;
}
form .ffile-container textarea {
	max-height: 168px;
	resize: none;
}
form .ffile-container input:focus, 
form .ffile-container textarea:focus {
	border: 1px solid #001844 !important;
}
form .fbtn-container input[type="submit"] {
	color: #fff;
	background: #008080;
	border: 1px solid #fff;
	min-width: 280px;
	padding: 14px;
	transition: 500ms;
}
form .fbtn-container input[type="submit"]:hover,
form .fbtn-container input[type="submit"]:focus {
	color: #008080;
	background: #fff;
	border: 1px solid #fff;
	transition: 500ms;
}
form .wpcf7-response-output {
	color: #fff;
}

/* ============================ REVIEWS ================================ */
.custom-testimonial-slideshow .testimonial.t-slide {
	text-align: center;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 0px #DDDDDD;
}
.custom-testimonial-slideshow .testimonial.t-slide .testimonial-inner {
	display: flex;
	flex-direction: column;
	min-height: 348px;
}
.custom-testimonial-slideshow .testimonial.t-slide .testimonial-name {
	font-weight: 600;
	margin-top: auto;
}
.custom-testimonial-slideshow .strong-rating-wrapper .star svg path {
	fill: #008080;
}
.custom-testimonial-slideshow.strong-view.pager-style-buttons .wpmslider-pager-link::before {
	height: 14px;
	background: #008080;
}
.custom-testimonial-slideshow.strong-view.pager-style-buttons .wpmslider-pager-link.active::before {
	height: 16px;
	width: 18px;
}
.custom-testimonial-slideshow.strong-view.nav-position-outside .wpmslider-controls {
	padding: 0;
	margin: 40px 0 20px;
}

/* ============================ FOOTER ============================ */
footer .social-media-container {
	display: flex;
	justify-content: space-evenly;
	max-width: 300px;
	margin: 0 auto;
}
footer .social-media-container span.dashicons {
	display: flex;
	color: #333;
	font-size: 0;
	width: 100%;
	height: 100%;
}
footer .social-media-container span.dashicons::before {
	font-size: 34px;
}
footer .footer-info-container .foo-item-info a:hover,
footer .footer-info-container .foo-item-info a:focus,
footer .social-media-container span.dashicons:hover,
footer .social-media-container span.dashicons:focus {
	color: #008080;
	transition: 600ms;
}

footer .footer-info-container .foo-item-info {
	margin-bottom: 20px;
}
footer .footer-info-container .foo-item-info .foo-item-title {
	display: flex;
	align-items: center;
	gap: 8px;
}
footer .footer-info-container .foo-item-info a {
	color: #333;
}

footer li.menu-item.btn-header > a.menu-link {
	padding: 12px;
	margin-left: 0;
	color: #fff !important;
}
footer li.menu-item.btn-header > a.menu-link:hover,
footer li.menu-item.btn-header > a.menu-link:focus {
	color: #008080 !important;
}
#astra-footer-menu .menu-item.lang-item {
	margin-top: 14px;
}


/* ================== CHANGE PAGE SONODBABY =================== */
.sonodbaby-page .social-media-container.before-header .social-item:hover span,
.sonodbaby-page .social-media-container.before-header .social-item:focus span {
	color: #ffb7b7;
}
body.sonodbaby-page.ast-header-break-point .ast-primary-header-bar {
	border-bottom-color: #ffb7b7;
}
body.sonodbaby-page [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
	background: #ffb7b7;
}
body.sonodbaby-page #ast-mobile-header li.btn-header a.menu-link {
	background: #ffb7b7;
	border: 1px solid #ffb7b7;
}
body.sonodbaby-page #ast-mobile-header li.btn-header a.menu-link:focus {
	color: #ffb7b7;
	background: #fff;
}
body.sonodbaby-page .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
body.sonodbaby-page .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
	color: #ffb7b7;
}
.sonodbaby-text-packages p u {
	font-size: .75rem;
}
body.sonodbaby-page .custom-logo-link img {
    display: none;
}
body.sonodbaby-page .site-branding a.custom-logo-link {
    background-image: url('https://sdbultrasound.com/wp-content/uploads/2025/07/SonoDBaby-logo-1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
	width: 148px;
	height: 96px;
}

div.packages-boxes-serv .pack-boxes-content {
	height: 100%;
}
div.packages-boxes-serv .elementor-widget-icon-list {
	margin-top: auto;
}
div.packages-boxes-serv p {
	min-height: 148px;
	margin-bottom: 0;
}

body.sonodbaby-page .amelia-v2-booking #amelia-container .am-fs-sb,
body.sonodbaby-page .amelia-v2-booking #amelia-container .am-fs-sb__step-checker,
body.sonodbaby-page .amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check {
	background-color: #ffb7b7;
}
body.sonodbaby-page .amelia-v2-booking #amelia-container .am-button.am-button--filled {
	background-color: #ffb7b7;
	border: 1px solid #ffb7b7;
}
body.sonodbaby-page .amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check {
	color: #fff;
}

body.sonodbaby-page .ast-builder-menu-1 .menu-item:hover > .menu-link,
body.sonodbaby-page .ast-builder-menu-1 .menu-item:focus > .menu-link,
body.sonodbaby-page .ast-builder-menu-1 .current-menu-ancestor > .menu-link,
body.sonodbaby-page .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	color: #ffb7b7;
}
body.sonodbaby-page li.menu-item.btn-header.sdb-btn > a.menu-link {
	display: none;
}
body.sonodbaby-page li.menu-item.btn-header > a.menu-link {
	background: #ffb7b7;
	border: 1px solid #ffb7b7;
}
body.sonodbaby-page li.menu-item.btn-header > a.menu-link:hover,
body.sonodbaby-page li.menu-item.btn-header > a.menu-link:focus {
	color: #ffb7b7;
	background: transparent;
}
body.sonodbaby-page footer li.menu-item.btn-header > a.menu-link:hover,
body.sonodbaby-page footer li.menu-item.btn-header > a.menu-link:focus {
	color: #ffb7b7 !important;
}
body.sonodbaby-page .ast-builder-menu-1 .sub-menu {
	border-color: #ffb7b7;
}

body.sonodbaby-page form .fbtn-container input[type="submit"] {
	color: #fff;
	background: #3c5d93;
	border: 1px solid #3c5d93;
}
body.sonodbaby-page form .fbtn-container input[type="submit"]:hover,
body.sonodbaby-page form .fbtn-container input[type="submit"]:focus {
	color: #3c5d93;
	background: transparent;
	border: 1px solid #3c5d93;
}
body.sonodbaby-page .site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background: #3c5d93;
}
body.sonodbaby-page #astra-footer-menu .menu-item:hover > a,
body.sonodbaby-page footer .footer-info-container .foo-item-info a:hover,
body.sonodbaby-page footer .footer-info-container .foo-item-info a:focus,
body.sonodbaby-page footer .social-media-container span.dashicons:hover,
body.sonodbaby-page footer .social-media-container span.dashicons:focus {
	color: #ffb7b7;
}

div.foo-sonodbaby-page,
body.sonodbaby-page .foo-default-page {
	display: none;
}
body.sonodbaby-page div.foo-sonodbaby-page {
	display: block;
}

.testimonials-sonodb .custom-testimonial-slideshow .strong-rating-wrapper .star svg path {
	fill: #ffb7b7;
}
.testimonials-sonodb .custom-testimonial-slideshow.strong-view.pager-style-buttons .wpmslider-pager-link::before {
	background: #ffb7b7;
}


/* ============================ MEDIA QUERYS ============================ */

@media (max-width: 992px) {
	footer .ast-builder-footer-grid-columns {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
		justify-content: end;
	}
	footer .ast-builder-footer-grid-columns > div {
		width: 48%;
		padding: 1rem;
	}
	
	div.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
		text-align: left;
	}
}

@media (max-width: 767px) {
	div.packages-boxes-serv .pack-boxes-content {
		height: auto;
	}
}

@media (max-width: 544px) {
	form .fbtn-container input[type="submit"] {
		width: 100%;
	}
	footer .site-primary-footer-wrap {
		padding: 1rem 0;
	}
	footer .ast-builder-footer-grid-columns > div {
		width: 100%;
		padding: 1.4rem 1rem;
	}
	footer .footer-info-container .foo-item-info .foo-item-title{
		justify-content: center;
	}
	div.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
		text-align: center;
	}
}

