/*
Theme Name: Baby Scanning Boutique
Theme URI: #
Author: Evantro
Author URI: https://evantro.com/
Description: #
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: babyscanningboutique
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: "Lato";
	src: url("assets/fonts/Lato-Regular.woff2") format("woff2"),
    	 url("assets/fonts/Lato-Regular.woff") format("woff"),
    	 url("assets/fonts/Lato-Regular.ttf") format("truetype"),
    	 url("assets/fonts/Lato-Regular.svg#LatoRegular") format("svg"),
    	 url("assets/fonts/Lato-Regular.eot") format("embedded-opentype"),
    	 url("assets/fonts/Lato-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: "Lato";
	src: url("assets/fonts/Lato-Bold.woff2") format("woff2"),
    	 url("assets/fonts/Lato-Bold.woff") format("woff"),
    	 url("assets/fonts/Lato-Bold.ttf") format("truetype"),
    	 url("assets/fonts/Lato-Bold.svg#LatoRegular") format("svg"),
    	 url("assets/fonts/Lato-Bold.eot") format("embedded-opentype"),
    	 url("assets/fonts/Lato-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: url("assets/fonts/Lato-Light.woff2") format("woff2"),
    	 url("assets/fonts/Lato-Light.woff") format("woff"),
    	 url("assets/fonts/Lato-Light.ttf") format("truetype"),
    	 url("assets/fonts/Lato-Light.svg#LatoRegular") format("svg"),
    	 url("assets/fonts/Lato-Light.eot") format("embedded-opentype"),
    	 url("assets/fonts/Lato-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: "AppetitePro";
	src: url("assets/fonts/AppetitePro.woff2") format("woff2"),
    	 url("assets/fonts/AppetitePro.woff") format("woff"),
    	 url("assets/fonts/AppetitePro.ttf") format("truetype"),
    	 url("assets/fonts/AppetitePro.svg#LatoRegular") format("svg"),
    	 url("assets/fonts/AppetitePro.eot") format("embedded-opentype"),
    	 url("assets/fonts/AppetitePro.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
	--blue: #008DDE;
	--light-blue: #83A3EB;
	--pink: #EF80BE;
	--light-pink: #F3B9DA;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	-o-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	width: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	outline: none;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
	outline: none;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #434343;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
}

h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

p:last-child,
p:only-child {margin-bottom: 0;}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #434343;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #434343;
	border-radius: 0;
	display: block;
	padding: 0 0 0.7em 0;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #008DDE;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #008DDE;
	border: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 32px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}


input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #83A3EB;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

textarea {resize: none;height: 150px;}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #434343;
	font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #434343;
	font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #434343;
	font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #434343;
	font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.container {width: 1600px;max-width: 80%;margin: 0 auto;}
.flex {display: flex;}
.flex-row{flex-direction: row;}
.flex-row.reverse {flex-direction: row-reverse;}
.flex-col{flex-direction: column;}
.flex-col.reverse {flex-direction: column-reverse;}
.flex-children > * {flex: 1;}

.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap{flex-wrap: wrap;}

.justify-start{justify-content: flex-start;}
.justify-end{justify-content: flex-end;}
.justify-between{justify-content: space-between;}
.justify-around{justify-content: space-around;}
.justify-center{justify-content: center;}

.align-i-center {align-items: center;}
.align-i-start {align-items: flex-start;}
.align-i-end {align-items: flex-end;}

.align-s-center {align-self: center;}
.align-s-start {align-self: flex-start;}
.align-s-end {align-self: flex-end;}

.flex-row-2 > * {flex-basis: 48%;}
.flex-row-3 > * {flex-basis: 31%;}

.fs-14 {font-size: 14px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-28 {font-size: 28px;}
.fs-36 {font-size: 36px;}
.fs-40 {font-size: 40px;}
.fs-50 {font-size: 50px;}
.fs-60 {font-size: 60px;}
.fs-80 {font-size: 80px;}
.fs-90 {font-size: 90px;}

.col-white {color: white;}
.col-blue {color: var(--blue);}
.col-lightblue {color: var(--light-blue);}
.col-pink {color: var(--pink);}

.bg-blue {background-color: var(--blue);}
.bg-pink {background-color: var(--pink);}

.bold {font-weight: 700;}

.upper {text-transform: uppercase;}

.font-appetite {font-family: "AppetitePro";}

.ta-center {text-align: center;}

.page-title {font-size: 60px;font-family: "AppetitePro";}

.butterfly-container .butterfly {margin-left: -15px;margin-top: -30px;}
.butterfly-container > div {line-height: 1;}
.butterfly img {width: 56px;}
.butterfly2 img {width: 63.55px;}
/*.butterfly::after {position: absolute;right: 0;width: 63.55px;height: 47.58px;background-size: 100%;background-position: center;background-image: url(assets/images/butterfly-white.svg);content: "";top:0;}*/
/*.butterfly.butterfly-blue::after {background-image: url(assets/images/butterfly-blue.svg);}*/

.form .row {display: flex;flex-flow: row nowrap;justify-content: space-between;margin-bottom: 36px;}
.form .row > * {flex-basis: 48%;}
.form .row.full > * {flex-basis: 100%;}
.form .row br {display: none;}

#footer {margin-top: 100px;}
#footer .bottom {background-color: #B4B4B4;padding: 10px 0;}
#footer .bottom #toTop {cursor: pointer;margin-left: 15px;}

#footer .top {padding: 36px 0;background-color: #E8E8E8;}
#footer .top .col {flex-basis: 25%;border-right: 1px solid var(--blue);padding-right: 30px;margin-right: 30px;}
#footer .top .col .c-title {margin-bottom: 16px;}
#footer .top .col-logo {margin-right: 0;padding-right: 0;border-right: 0;}
#footer .top .col-logo .social {margin-top: 36px;}

#footer .top .col.col-contact {margin-right: 0;padding-right: 0;border-right: 0;}
#footer .top .col.col-logo .social a:not(:last-child) {margin-right: 12px;}

#footer .top .col-links .links {max-height: 110px;}
#footer .top .col-links .links a {margin-bottom: 10px;white-space: nowrap;}
#footer .top .col-hours .hours .hour:not(:last-child) {margin-bottom: 5px;padding-bottom: 5px;border-bottom: 1px solid var(--blue);}
#footer .top .col-hours .hours .hour .arrow {margin: 0 10px;}
#footer .top .col.col-contact .address {margin-bottom: 14px;}
#footer .top .col.col-contact .info .row {margin-bottom: 14px;}
#footer .top .col.col-contact .info .row .icon {margin-right: 12px;}



#banner {position: relative;margin-bottom: 100px;}
#banner::before {position: absolute;top:0;left: 0;right: 0;bottom: 0;background-color: rgba(67, 67, 67, 0.43);content: "";}
#banner .container {position: absolute;left: 0;right: 0;bottom: 105px;}
#banner .container .title {width: 700px;max-width: 100%;line-height: 1;}
#banner .image img {max-height: 540px;width: 100%;object-fit: cover;}
.hidden {visibility: hidden;}

.book-link a {background-color: var(--light-blue);color:white;display: inline-flex;flex-flow: row;justify-content: center;align-items: center;padding: 20px 23px;-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.book-link a .icon {margin-right: 8px;}

/*#content {padding-top: 213px;}*/

.book-now-fixed {display: none;}
.book-now-fixed .book-wrap {width: 90%;margin: 0 auto;}
.book-now-fixed .rating:first-child {margin-right: 5px;}
.book-now-fixed .rating {
    background: #fff;
    padding: 4px 5px;
    border-radius: 4px;
    box-sizing: border-box;
}
.book-now-fixed .rate-number {margin-left: 4px;}
.book-now-fixed .rate-number span {
	font-size: 12px;
    float: left;
    width: 100%;
}
.book-now-fixed .rating .rate-image {
	width: 23px;
    position: relative;
	height: 23px;
}
.book-now-fixed .rating .rate-image.google_image {background: url("https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/google_logo.gif") no-repeat center center / 230% auto;}
.book-now-fixed .rating .rate-image.facebook_image {background: url("https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/facebook_logo.gif") no-repeat center center / 138% auto;}
.book-now-fixed .rating .rate-image img {display: none;}
.book-now-fixed .rate-number span {
	font-size: 8px;
    float: left;
    width: 100%;
	font-weight: bold;
	color: #434343;
}
.book-now-fixed .rate-number span.ev_fivestar {
    height: 10px;
    background: url(http://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/Background.png) no-repeat center center /  100% 11px;
    width: 70%;
    float: right;
    margin: 4px 0;
}
.book-now-fixed .rate-number p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #e77119;
    font-weight: 700;
}
.book-now-fixed .rating-wrap a {padding: 0;}
#header {height:213px;padding-top: 64px;}
#header .top {position: fixed;top:0;left:0;right:0;height:64px;z-index: 4;}
#header .bottom {padding: 25px 0;background-color: white;transition: 0.2s all;}
/* #header .bottom.fixed {position: fixed;top: 0;left:0;right:0;z-index:4;box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);transition: 0.2s all;padding: 0;} */
/* #header .bottom .logo {transition: 0.2s all;} */
/* #header .bottom.fixed .logo {transform: scale(0.7);transition: 0.2s all;} */
#header .menu {list-style: none;margin:0;padding: 0;display: flex;flex-flow: row nowrap;justify-content: flex-start;}
#header .menu li:not(:last-child) {margin-right: 30px;}
#header .menu li a {transition: 0.3s all;position: relative;}
#header .menu li a:hover {transition: 0.3s all;color: var(--pink);}
#header .menu li.current-menu-item {font-weight: 700;color: var(--pink);}
#header .menu li.current-menu-item a::before {position: absolute;bottom:-10px;left: 0;right: 0;height: 7px;border-radius: 0 0 5px 5px;content:"";background-color: var(--pink);}
#header .top .left .item {margin-right: 24px;}
#header .top .left .item .icon {margin-right: 10px;}
#header .top .left .hours-container {cursor: pointer;position: relative;}
#header .top .left .hours-container .hours {position: absolute;display:none;white-space:nowrap;left: 0;min-width: 100%;z-index: 3;background-color: #434343;padding: 22px 27px;border-radius: 0 0 30px 30px;top: calc(100% + 20px);}
#header .top .left .hours-container .hours .hour:not(:last-child) {margin-bottom: 5px;}
#header .top .left .hours-container .hours .day {min-width: 100px;}
#header .top .left .hours-container .value {margin: 0 10px;}
#header .top .left .hours-container {padding-left: 24px;border-left: 2px solid white;}
#header .top .left .hours-container .arrow {transition: 0.3s all;}
#header .top .left .hours-container.active .arrow {transform: rotate(180deg);}
#header .rating-wrap {margin-right: 15px;}
#header .rating .rate-image {width: 40px;position: relative;height: 40px}
#header .rating .rate-image.google_image {background: url("https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/google_logo.gif") no-repeat center center / 230% auto;}
#header .rating .rate-image.facebook_image {background: url("https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/facebook_logo.gif") no-repeat center center / 138% auto;}
#header .rating .rate-image img {display: none;}
#header .rating {
    margin: 0 10px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
#header .rate-number {margin-left: 10px;}
#header .rate-number span {
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: 700;
	color: #434343;
}
#header .rate-number p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
	text-align: left;
	color: #e77119;
	font-weight: bold;
}
#header .rate-number span.ev_fivestar {
    height: 15px;
    background: url(http://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2025/08/Background.png) no-repeat center center / 100% 15px;
    width: 72%;
    float: right;
    margin: 4px 0;
}
@keyframes rotate {
  20% {transform: scale(0.9) rotate(0deg);}
  40% {transform: scale(1.05);}
  80% {transform: scale(0.95);}
  100% {transform: scale(1) rotate(360deg);}
}
h1,
h2 {font-weight: inherit;margin-top: 0;line-height: 1;margin-bottom: 0;}
.ev_packages {
	float: left;
    width: 100%;
}
.ev_packages li {
    margin: 15px .5%;
    float: left;
    padding: 20px;
    color: #fff;
    position: relative;
    list-style-type: none;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    transition-duration: .5s;
    cursor: pointer;
}
.ev_packages li:hover {
	background-size: 110% auto !important;
	border-radius: 8px;
	transition-duration: 0.5s;
}
.ev_packages li:before {
	content: '';
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(174deg,rgba(255,255,255,0.95) 30%,rgba(255,255,255,0.59) 100%);
}

.ev_packages p,
.ev_packages h2,
.ev_packages .buttons {
	position: relative
}

.ev_packages li .ev_excerpt {
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    font-weight: bold;
	min-height: 200px;
}
.ev_packages h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.ev_packages .ev_productprice {
    font-size: 35px;
    text-shadow: 1px 1px 2px #83a3eb;
    margin-bottom: 12px;
    color: #ef80be;
}
.ev_img {
	width: 120px;
	display: inline-block;
	height: 120px;
	position: relative;
	border-radius: 50%;
	margin-bottom: 10px
}
.package-template-default .post-navigation, .package-template-default #secondary {display: none;}
.ev_packagetop .ev_img {
    width: 40%;
    border-radius: 40px;
    height: 500px;
}

.ev_packagetopright {
    float: right;
    width: 55%;
    font-size: 18px;
    line-height: 30px;
	position: relative;
}

p.ev_productprice {
    font-size: 35px;
    text-shadow: 1px 1px 2px #83a3eb;
    margin-bottom: 12px;
    color: #ef80be;
    margin: 30px 0;
}
p.ev_center {
    text-align: center;
}

.ev_packagebottom, .ev_packagetop, footer {
    float: left;
    width: 100%;
}

.ev_packagebottomcnt {
    background: url(https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2023/02/Scan-1024x683-1.jpg) no-repeat  fixed center center / 100% auto;
    padding: 50px 0;
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    font-weight: 700;
    position:relative;
    text-align: justify;
}

.ev_packagebottomcnt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0,rgba(255,255,255,.95) 30%,rgba(255,255,255,.75) 100%);
}
.ev_packagebottomcnt .container {
    position: relative;
}

.ev_packagebottomcnt h3 {
    font-family: "AppetitePro";
    color: var(--blue);
    font-size: 28px;
    padding-top: 0;
    font-weight: bold;
}

.package_steps {
    background: #fff;
    list-style-type: none;
    padding: 40px 80px;
    margin: 40px 0;
    border-radius: 45px;
}

.ev_packagesinner {display: block;}
.ev_packagesinner li {width: 19%;}
.ev_packageinfobox {
    font-size: 16px;
    background: #fff;
    float: left;
    width: 100%;
    margin: 50px 0 80px;
    padding: 40px;
    color: #ef80be;
    border-radius: 50px;
    border: 4px solid #ef80be;
    line-height: 28px;
}
.ev_packagesinner {
    display: block;
    background: #f1f1f1;
    padding: 80px 0 40px 0;
}
.package-template-default footer {margin-top: 0 !important};
.ev_packagesinner ul {
    margin: 50px 2% 0 2%;
}
.ev_packagesinner .ev_packages h2 {
    font-size: 22px;
    min-height: 60px;
}
.ev_packagesinner ul {
    margin: 50px 2% 0 2%;
}
.ev_packagesinner h2 {
    font-size: 22px;
    height: 70px;
}
.package-template-default #banner {margin-bottom: 0;}
.ev_packagetop {
    padding: 80px 0;
    background: url(https://3d4dbabyultrasoundscan.co.uk/wp-content/uploads/2023/02/depositphotos_25695709-stock-illustration-baby-girl-pattern.webp);
    position: relative;
}
.ev_packagetop:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.95);
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.page-template-gift #banner {display:none;}
#page #header {
    padding-top: 0;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
}
#page #header .top {
	position: relative;
}
#page  {
    padding-top: 215px;
}
.rmp-menu-trigger-boring .responsive-menu-pro-inner:before,
.rmp-menu-trigger-boring .responsive-menu-pro-inner:after {
	content: '';
}
@media only screen and (max-width: 1400px)
{
	.container {width: 90%;max-width: 90%;}
	#header .menu li:not(:last-child) {margin-right: 30px;}
}

@media only screen and (max-width: 1200px)
{
	#header .menu li:not(:last-child) {margin-right: 25px;}
	#header .rating:first-child{padding-right: 10px;}
	#header .rating:last-child{padding: 0px 10px;}
	#header .rating-wrap {margin-right: 5px;}
	#header .rating .rate-image {width: 20px;}
	#header .rate-number {font-size: 17px;}
}

@media only screen and (max-width: 1023px)
{
	.container {width: 90%;max-width: 90%;}
	.flex-row.responsive {flex-direction: column;}
	.flex-row.responsive.responsive-reverse {flex-direction: column-reverse;}
	.flex-row.responsive > * {flex-basis: unset;}
	/*.flex-row.responsive-reverse {flex-direction: column-reverse;}*/

	#footer .bottom .copy {flex-basis: 100%;margin-bottom: 18px;}
	#footer .bottom .right {width: auto;}
	.form .row {display: flex;flex-flow: column;}
	.form .row > * {flex-basis: 100%;}
	.form .row > *:not(:last-child) {margin-bottom: 36px;}

/* 	#header .bottom.fixed {position: static;padding: 25px 0;box-shadow: unset;} */
/* 	#header .bottom.fixed .logo {transform: scale(1);} */

	.fs-24 {font-size: 20px;}
	.fs-28 {font-size: 24px;}
	.fs-80 {font-size: 50px;}

	.fs-40 {font-size: 26px;}
	.fs-50 {font-size: 36px;}
	.fs-60 {font-size: 38px;}
	.fs-80 {font-size: 40px;}

	.page-title {font-size: 38px;}

	#banner .image img {min-height: 400px;object-fit: cover;}

	#footer .top .col:not(.col-logo) {display: none;}
	#footer .top .col.col-logo {flex-basis: 100%;display: flex;flex-flow: column;justify-content: center;align-items: center;}
	#footer .bottom .author {display: none;}
	#footer .bottom .right {flex: 0 0 auto;margin-left: 32px;}

	#header .top,
	#header .menu-container {display: none;}
	#header {padding-top: 0;}

	.menu-pink-1 a {background-color: var(--light-pink) !important;}
	.menu-pink-2 a {background-color: #f9a4d3 !important;}
	.menu-pink-3 a {background-color: #ee90c4 !important;}
	.menu-pink-4 a {background-color: var(--pink) !important;}

	#responsive-menu {padding-top: 100px !important;}
	
	#header {height: 149px;}
	body {padding-bottom: 44px;}
	.book-now-fixed {height:44px;display: block;position: fixed;bottom: 0;left: 0;right: 0;width: 100%;background-color: var(--pink);text-align: center;box-shadow: -1px 0 8px rgba(0, 0, 0, 0.2);z-index: 1;}
	.book-now-fixed a {padding: 10px;display: block;}
	/*#content {padding-top: 149px;}*/
}
@media (max-width: 550px) {
	
	.ev_packagetop .ev_img, .ev_packagetopright {width: 100%;}
	.ev_packagebottom {display: none;}
	.ev_packages ul {
		display: block;
	}
	.ev_packagetop .ev_img {
		height: 350px;
		margin-bottom: 40px;
	}
	.ev_packages li {
		width: 100%;
	}
	#glt-translate-trigger {
		left: -6% !important;
		padding: 11px 12px;
		transform: rotate(270deg);
		bottom: 77px;
	}
	span.translate {
		font-size: 11px;
	}
	.package-template-default #banner {display: none;}
	.ev_packages  li {
		background-size: cover !important;
	}
	.ev_packagetop {padding: 40px 0 60px;}
	.page-container iframe {
		min-height: auto;
	}
	.page-id-227 .book-now-fixed {display: none;}
	
	#page  {
		padding-top: 145px;
	}
	.ev_packages li .ev_excerpt {
		min-height: auto;
		margin-bottom: 20px;
	}
	.ev_packages .ev_productprice {
		margin-top: 0;
	}
}