/*
	Template Name: SeeBaby
	Description: Custom Template for See Baby
	Version: 1.0
	Author: Pherona
	Author URI : 
	Tags: HTML5, CSS3, jQuery, Responsive Template.
*/

@import url('//fonts.googleapis.com/css?family=Nunito+Sans:700|Raleway:400,600,700,900');

/* ==========================================================================
    Global
 ========================================================================== */
html,
body {
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	overflow-x:hidden;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	margin:0 auto;
	display:flex;
    min-height:100vh;
    flex-direction:column;
	max-width:100%;
	width:100%;
}
.wrapper {
	 flex: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h1 {
font-family: 'Raleway', sans-serif;
	color:#4d4d4d;
	font-size:62px;
	margin-bottom:15px;
}
a, p, button, li, time {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
	color: #4dbbb6;
}

a:hover, 
a:focus {
	text-decoration: none;
	outline: none;
	color: #4dbbb6;
}

p {
	font-size:16px;
	color: #666;	
	line-height:160%;
}
.title + p {
	font-size:18px;
	color:#535353;
}
section {
    position: relative;
    padding:30px 0;
    min-width: 100%;
    width: 100%;
}

.btn:focus,
input, textarea,
button, button:focus,
button.close:focus,
input:focus, textarea:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

strong {
	font-weight: 700;
}

.form-control, input, textarea, select,
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: inherit;
	box-shadow: none;
	outline: none;
}
select {
	border-radius:25px !important;
	margin-top:25px;
	width:100%;
	
	margin:25px auto 0px;
}
.nm {
	margin: 0 !important;
}

.np {
	padding: 0 !important;
}

.nlp {
	padding-left: 0 !important;
}

.nrp {
	padding-right: 0 !important;
}

.ten-percent-padding {
	padding: 10%;
}

.btn, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
	background-color:#4dbbb6;
	border: none;
	color: #fff;
	font-size: 18px;
	height:32px;
	line-height:33px;
	padding: 0;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	border-radius: 4px;
	text-transform: uppercase;
	display:inline-block;
	font-size:15px;
	
	background-color:#ef4b87;
    border:1px solid #ef4b87;
    color: #fff;
    height:60px;
	line-height:58px;
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    border-radius:7px;
	font-size:19px;
	display:inline-block;
	border-radius:30px;
	font-weight:600;
	max-width:100%;
		  -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.btn:hover,
.btn:focus, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
background-color:#0091ba;
border: 1px solid #0091ba;
color: #fff;
}



.btn-blue {
	background:#603f99;
	 border:1px solid #603f99;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {background-color:#4dbbb6 !important;}
label {
	color: #da366f;
	font-size: 24px;
	margin: 0 0 7px;
}

input + label {
	margin-top: 52px;
}

input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"] {
	width:100%;
	background:#f7f7f7;
	color:#515151;
	border:none;
	outline:none;
	margin-bottom:13px;
	padding:14px 20px;
	font-size:18px;
	line-height:150%;
	border-radius:6px;
	border:solid 1px #e9e9e9;
	
}
input[disabled] {
    background-color: #ffffff;
    color: #9e9e9e;
}

textarea {
	height:200px;
}

select {
	background: url(https://seebaby.org/wp-content/themes/seebaby/images/icons/arrow-bottom.png) no-repeat scroll right 10px center #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

select:focus {
	background: url(https://seebaby.org/wp-content/themes/seebaby/images/icons/arrow-top.png) no-repeat scroll right 10px center #fff;
}

input:focus, select:focus, textarea:focus {
	border-color: #da366f;
}

input[type="submit"], .btn-readmore {
	background-color:#ef4b87;
    border:1px solid #ef4b87;
    color: #fff;
    height:60px;
	line-height:58px;
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    border-radius:7px;
	font-size:19px;
	display:inline-block;
	border-radius:30px;
	font-weight:600;
	max-width:100%;
		  -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

input[type="submit"]:hover {
	background-color:#0091ba;
    border: 1px solid #0091ba;
    color: #fff;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#a4a4a4;font-size:16px;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#a4a4a4;font-size:16px;
}

input::-moz-placeholder { /* Firefox 19+ */
  color:#a4a4a4;font-size:16px;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color:#a4a4a4;font-size:16px;
}

input:-ms-input-placeholder { /* IE 10+ */
  color:#a4a4a4;font-size:16px;
}

textarea:-ms-input-placeholder { /* IE 10+ */
  color:#a4a4a4;font-size:16px;
}

input:-moz-placeholder { /* Firefox 18- */
  color:#a4a4a4;font-size:16px;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color:#a4a4a4;font-size:16px;
}


.bg-image {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.parallax {
	background-attachment: fixed;
}

.flex-wrap {
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  
}

.row.flex-wrap [class*=col-]{
    margin:0 -.3px;
}
/* ==========================================================================
    Header
 ========================================================================== */
.is-sticky .navbar.navbar-default {
	background:#fff;
	margin:0 auto;
	width:100%;
}
.navbar.navbar-default {
    background:#fff;
    border: none;
    border-radius: 0;
    margin: 0 auto;
	position:relative;
	z-index:22;
	min-height:70px;
	padding:0px 0px 0px 0px;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
  -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
  box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}
.logo {
	position:absolute;
	left:0;
	bottom:0;
}
.navbar-nav {
	width:100%;
	float:none !important;
	text-align:center;
}
.navbar-default .navbar-nav > li  {
	display:inline-block;
	vertical-align:middle;
	float:none !important;
	display:table-cell;
}
.navbar-default .navbar-nav > li > a  {
	font-size:15px;
	color:#333;
	background-color:transparent !important;
	min-height:68px;
	height:68px;
	line-height:67px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
	border-bottom:solid 5px transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
	color:#ef4b87;
	border-bottom:solid 5px #ef4b87;
}
.footer li a { font-size:15px;display:block;padding:2px 0px;}
.footer li:hover a {}
body .nav > li > a {
    padding:0px 19px;
	font-weight:700 !important;
	text-transform:uppercase;
}
body .nav > li:last-child > a {
	padding-right:0;
}
.nav > li {
	position:relative;
}
.navbar-default .navbar-nav > li.logo a {
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat center center;
	min-width:190px;
}
@media (min-width:768px) {
	.fa.fa-plus, .svg-inline--fa.fa-plus.fa-w-14 { display:none;}
	.sub-menu {
    position: absolute;
    top:100%;
	margin-top:1px;
    left: 0;
    background:#fff;
    opacity: 0;
    visibility: hidden;
	width:220px;
	border-radius:0px 0px 5px 5px;
		-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	padding-bottom:5px;
}

.nav > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top:100%;
}

.sub-menu li {
	border-bottom: 1.5px solid transparent;
	border-top:none;
	padding: 7px 20px 7px;
	display:block !important;
}

.sub-menu li:hover {

}

.sub-menu li:first-child {
	border-top: none;
}

.sub-menu li:last-child {
	border-bottom: none;
}

.sub-menu li a {
    color: #333;
	display:block;
	text-align:left;
	font-weight:600;

}
.sub-menu li:hover a {
color:#ef4b87;
}
}
.slider {
	min-height:730px;
	height:730px;
	max-height:730px;
	position:relative;
	z-index:1;
}
.slider:after {
	position:absolute;
	bottom:0;
	background:url(images/border_bg.png) no-repeat center bottom;
	background-size:100% auto;
	content:"";
	z-index:2;
	height:132px;
	width:100%;
	display:none;
}
.slider .slider-image {
	min-height:730px;
	height:730px;
	max-height:730px;
	padding:60px 0px;
	padding-top:200px;
	padding-right:160px;
}
.slider .slider-image h2 {
	font-size:45px;
	font-weight:900;
	color:#fff;
	line-height:87%;
	margin-top:0;
	margin-bottom:18px;
	letter-spacing:2px;
}
.slider .slider-image p {
	font-size:20px;
	color:#fff;
	line-height:155%;
}
.slider .slider-text a {
	font-size:24px;
	font-weight:500;
	padding:0px 40px;
	height:50px;
	line-height:50px;
}

.title {
	margin-bottom:20px;
}
.title h2 { display:inline-block; vertical-align:middle; color:#333333; text-transform:uppercase; font-size:54px; margin-bottom:0;font-family: 'Nunito Sans', sans-serif;}
.title p {
	font-weight:400;
	text-transform:uppercase;
	font-size:18px;
	color:#333333;
}
.virtual-tour p {
	text-transform:none;
	font-size:22px;
}
.services {
	padding:100px 0px 90px 0px;
}
.services .title h2 {
	color:#333;
	font-size:54px;
}
.services h2 {
	font-size:45px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
}
.services h3 {
	font-size:24px;
	color:#cecdcd;
	margin-top:0;
}
#instagram-feed {
	margin:5px 0px;
	min-height:280px;
}

#instagram-feed ul {
	margin-right:-20px;
}
#instagram-feed li {
	float: left;
    padding:0px;
	padding-bottom:0;
    height:110px;
    width:25%;
    overflow: hidden;
	height:270px;
}
#instagram-feed li a img {
	display:none;

}
#instagram-feed li a {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:cover !important;
	display:block;
	width:100%;
	height:100%;
}
#instagram-feed li:last-child {

}


.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height:0;
	margin-bottom:25px;
}
.fluid-wrapper #map, .fluid-wrapper #map2, .fluid-wrapper #map3, .fluid-wrapper #map4, .fluid-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

.tb {
	display:table;
	width:100%;
}
.tb-cell {
	display:table-cell;
	vertical-align:top;
	float:none !important;
}

div.blog {
	padding:30px 0px;
	margin:0 auto;
	max-width:1000px;
	width:100%;
}
.right-sidebar {

}
.sidebar {
	max-width:290px;
	margin:0 auto;
}
.sidebar h2 {
	color:#603f99;
	font-size:30px;
	margin-bottom:15px;
	font-weight:bold;
}
.sidebar h2:after {
	display:none;
}
.sidebar  section {
	padding:0px 0px !important;
}
.screen-reader-text {
	display:none;
}
.sidebar ul li a {
	color:#666666;
	font-size:18px;
	display:block;
	position:relative;
	padding:20px 0px;
	line-height:100%;
	font-weight:600;
	border-top:solid 1px #d1d1d1;
}
.sidebar ul li:last-child a {
	border-bottom:solid 1px #d1d1d1;
}
.sidebar ul li a:hover {
	color:#ef4b87;
}
.sidebar ul li {
	padding-left:0px;
	position:relative;
	line-height:100%;
}
.sidebar ul li a:after {
	position:absolute;
	top:21px;
	right:0;
	content: "\f178";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#9eacb1;
}
.sidebar ul li a:hover:after {
	color:#ef4b87;
}
.sidebar h3 {
	color:#666666;
	font-size:19px;
	margin-bottom:20px;
}
.tagcloud a {
	display:inline-block;
	background:#9ca5c2;
	color:#fff;
	padding:10px; 
	margin-bottom:12px;
	margin-right:12px;
	font-size:16px !important;
	line-height:100%;
}
.search-form {
}

h2.entry-title {

}
h2.entry-title a, h2.entry-title {
	font-size:40px;
	color:#ef4b87;
	font-weight:bold;
}

.entry-meta {
	color:#666666;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	line-height:100%;
	padding-bottom:0px;
}
.entry-meta > span {
	color:#666;
	font-size:13px;
}
.entry-post img {
	margin-bottom:15px;
	margin-top:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.entry-footer {
	padding:25px 0px;
}
.entry-footer a:hover {
	color:#fff !important;
}
.entry-content {
	
	
}
.post-content {
	padding-right:15px;
	
}
#load-more {

}

.search-form {
	position:relative;
	display:block;
	width:100%;
}
.search-form label {
	display:inline !important;
	font-size:0;
	margin:0 !important;
}
.search-form input[type="search"], .search-form .search-submit {
	border:none;
	outline:none;
	color:#696969;
	padding:12px 15px;
	padding-top:8px;
	line-height:100%;
	max-width:100%;
	width:100%;
	font-size:20px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	z-index:27;
}
.search-form input[type="submit"], .search-form .search-submit {
	position:absolute;
	top:0;right:0;
	width:40px;
	height:57px;
	border-radius:0;
	z-index:33;
	background-color:transparent;
	background:url(https://seebaby.org/wp-content/themes/seebaby/images/search.png) no-repeat center center;
	border-color:transparent !important;
	padding:0;
}
.thank-you {
	background:#f9f9f9;
}
.middle-header {
	padding:27px 15px 17px 0px;
	color:#0e1b2a;
	font-size:24px;
	text-transform:uppercase;
	max-width:1200px;
}
.middle-header a {
	font-weight:400;
	color:#0e1b2a;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:bold;
	font-size:26px;
	display:inline-block;
	vertical-align:top;
}

.middle-header a.btn {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:15px;
	height:48px;
	line-height:45px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	top:-5px;
	margin-left:20px;
	
}
/* ==========================================================================
    Footer
 ========================================================================== */
.footer {
    padding:85px 0 45px;
    position: relative;
	background:#fff;
}
.copyright {
	background:#0091ba;
	padding:40px 0px;
}
.copyright p, .copyright ul li {
	font-size:16px;
	color:#fff;
}
.copyright ul li a {
	text-transform:uppercase;
	color:#fff;
	padding:0px 14px;
}
.copyright ul.social li a {
	text-transform:uppercase;
	color:#fff;
	padding:0px 2px;
}
.copyright ul {
	padding-bottom:28px;
}
.copyright ul.social {
	padding-bottom:37px;
}
.copyright ul.social li i {
	height:48px;
	width:48px;
	line-height:50px;
	background:#fff;
	color:#603f99;
	border-radius:50%;
	font-size:20px;
}
.footer h2 {
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
	color:#603f99;
	font-size:20px;
}
footer p,
footer a {
	line-height:138%;
	font-size:16px;
	color:#666666;
}
footer p {
	margin: 0;
}
.footer-widget ul {
	padding-top:15px;
}
.footer-widget ul li {
	position:relative;
	padding-left:30px;
	font-size:22px;
	padding-bottom:10px;
}
.footer-widget li i {
	position:absolute;
	left:0;
	top:1px;
}
.footer-widget li i.fa-map-marker {color:#603f99;font-size:23px;}
.footer-widget li i.fa-phone {font-size:22px;}
.footer-widget li i.fa-print {font-size:20px;}
.footer-widget li i.fa-envelope {font-size:20px;}
.footer-widget ul li:first-child {
	margin-bottom:5px;
	margin-top:8px;
}
.footer-widget p {}

.footer-widget a {

}
.footer-phone-widget a {

}


footer .social {
	margin-top:5px;
}

footer .social li:last-child {
	padding-right: 0;
}

footer .social li a {}

footer .social li a i {
    text-align: center;
    font-size: 35px;
    color: #ffffff;
}

footer .social li a:hover i {
	color:#4dbbb6;
}

.footer-menu {}
.footer-menu li {

}
.footer-menu p {
	margin: 0 0 16px;
}

.footer-logo {
	position:relative;
	top:-7px;
	margin-bottom:17px;
	display:block;
}

.hours {color:#828282; padding-top:16px; font-size:15px;}
.hours strong { color:#fff;font-family: 'Raleway', sans-serif;font-weight:400;}
.footer-logo-widget p {
	color:#828282;
	max-width:228px;
}
.footer-logo-widget ul {
	padding-top:15px;
}
.footer-logo-widget ul li a {
	color:#4dbbb6;
	padding:5px 0px;
	display:block;
	font-size:17px;
}
.footer-logo-widget ul li a i {
	border:solid 1px #4dbbb6;
	border-radius:50%;
	height:30px;
	width:30px;
	font-size:17px;
	text-align:center;
	line-height:28px;
	margin-right:7px;
}
.map {width:100%; max-width:290px; max-height:130px; overflow:hidden; margin:0 auto; margin-bottom:15px;}

.newsletter-widget {
	padding-top:72px;
}
.newsletter-widget h2 {
	font-size:26px;
	color:#333;
	margin-bottom:25px;
}
/* ==========================================================================
    Extra
 ========================================================================== */

/* scroll to top Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height:50px;  /* Height of image */
	width:50px; /* Width of image */
	background: url(https://seebaby.org/wp-content/themes/seebaby/images/top.png) no-repeat center center #4dbbb6;
	text-indent:-99999px;
	opacity: 1;
}

#scrollUp:hover {
	/*background: url(https://seebaby.org/wp-content/themes/seebaby/images/top.png) no-repeat center center #1b2b5b;*/
	opacity:0.8;
}

.transition, a, input, textarea, .btn, 
button, .owl-prev, .owl-next, .social li a i,
.navbar-toggle, .icon-bar,
input[type="radio"] + label,
.flat img, .sub-menu, .nav li:hover .sub-menu, .slick-center, .additional-services ul li a:hover img, .additional-services ul li a img   {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* ==========================================================================
    Custom Fonts
 ========================================================================== */
.l,.g, .b, .t, .q {
	font-weight:bold;
}


.l {color:#ff0000;}
.g {color:#ffb800;}
.b {color:#8fe3b5}
.t {color:#0000ff;}
.q {color:#ff0f67;}

.top-bar {
	background:#0091ba;
	padding:12px 0px;
}
.top-bar ul {
	text-align:center;
}
.top-bar ul li, .top-bar ul li a {
	color:#fff;
	font-size:14px;
}
.top-bar ul li {
	padding-right:15px;
	padding-left:13px;
	position:relative;
}
.top-bar ul li:after {
	display:inline-block;
	content:"|";
	position:absolute;
	right:0;
	top:0;
	font-weight:bold;
}
.top-bar ul li:last-child {
	padding-right:0;
}
.top-bar ul li:last-child:after {
	display:none;
}
.top-bar ul li i {
	margin-right:6px;
}

.additional-services {
	min-height:775px;
	padding:135px 0px;
}

.additional-services h2 {
	font-size:48px;
	color:#111111;
	font-family: 'Nunito Sans', sans-serif;
	text-transform:uppercase;
}
.additional-services p {
	font-size:18px;
	margin-bottom:40px;
}
.additional-services ul {

}
.additional-services ul li {
	padding:0px;
	width:30%;
	justify-content: center;
    align-items: center;
  	border:solid 1px #ddd;
	text-align:center;
}
.additional-services ul li a {
	display:block;
	padding:20px;
	height:100%;
	width:100%;
}
.additional-services ul li a img { 
	filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}


.additional-services ul li a:hover img { 
	filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0);
}

	
.additional-services ul li:nth-child(1){border-left-color:transparent;border-top-color:transparent;border-bottom:none;}
.additional-services ul li:nth-child(2){border-left-color:transparent;border-top-color:transparent;border-bottom:none;}
.additional-services ul li:nth-child(3){border-left-color:transparent;border-top-color:transparent;border-bottom:none;border-right-color:transparent;}
.additional-services ul li:nth-child(4){border-left-color:transparent;border-bottom:none;}
.additional-services ul li:nth-child(5){border-left-color:transparent;border-bottom:none;}
.additional-services ul li:nth-child(6){border-left-color:transparent;border-bottom:none;border-right-color:transparent;}

.statistics {
	background:url(images/statistics-bg.png) no-repeat #fff;
	padding-top:35px;
	min-height:630px;
}
.statistics ul {
	max-width:560px;
}
.statistics ul li {
	position:relative;
	min-height:120px;
	float:left;
	width:50%;
	line-height:100%;
	align-items: center;
	align-content: center;
	display: flex;
}
.statistics ul li img {

}
.statistics ul li span {
	display:block;
	font-size:51px;
	font-weight:700;
	color:#333333;
	line-height:42px;
	vertical-align:top;
	padding-bottom:8px;
}
.statistics ul li span strong {

}
.statistics ul li p {
	padding-left:20px;
	margin-bottom:0;
	line-height:13px;
}
.statistics-counter ul {
	background:url(images/statistics_bg.png) no-repeat #fff center center;
	padding:40px 35px;
	border-radius:30px;
}
.statistics-counter h2 {
	color:#fff;
	font-size:48px;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:bold;
	margin-top:0;
}

.shape-bg { background:url(images/shape.png) no-repeat 0px 20px; padding:80px 0px 30px 0px;}
.events {
	padding-top:80px;
}
.events .title {
	margin-bottom:20px;
}
.events .title p {
	text-transform:none;
}
.events ul {
	max-width:1045px;
	margin:0 auto;
	margin-bottom:45px;
}
.events ul li {
	position:relative;
	padding:13px;
	padding-left:230px;
	border:solid 1px #d8d8d8;
	border-radius:10px;
	background:#fff;
	margin-bottom:15px;
	min-height:138px;
		  -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 15px rgba(0,0,0,0.2);
  box-shadow:0px 0px 15px rgba(0,0,0,0.2);
  min-height:180px;

}
.events ul li:hover {
	border:solid 1px #f0f0f0;
}
.events ul li img {
	position:absolute;
	top:10px;
	left:10px;
}
.events ul li h2 {
	margin:0;
	color:#333333;
	font-size:20px;
	font-weight:600;
	margin-bottom:8px;
}
.events ul li span.meta {
	color:#ef4b87;
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	display:block;
	padding:5px 0px;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
}
.events ul li {
	width:100%;
}
.events ul li p {color:#666666;}
.events ul li a {color:#ef4b87; font-weight:600; display:block;
}
.events ul li a.thumb {
	position:absolute;
	left:15px;
	width:200px;
	max-height:150px;
}
.events .event-text {
	height:100%;
}
.events ul li a:hover h2 {color:#0091ba;}
.quick-help .white-box {
	background:#fff;
	border-radius:15px;
	height:100%;
	  -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  width:100%;
  max-width:345px;
  margin:0 auto;
}

.quick-help .quick-title {background:#ef4b87; padding:15px 15px;border-radius:11px 11px 0px 0px; text-align:center; color:#fff; text-transform:uppercase;font-family: 'Nunito Sans', sans-serif; font-size:20px;}
.quick-help .quick-title { margin-top:0;margin-bottom:0;}
.quick-help img.radius {border-radius:11px 11px 0px 0px; }
.quick-content {
	padding:22px;
}
.quick-content h3 {
	color:#603f99;
	font-size:40px;
	font-weight:900;
}
.quick-content h2 { color:#666666;font-family: 'Nunito Sans', sans-serif;font-size:22px; text-transform:uppercase; }
.quick-content a h2 {color:#333333;font-weight:bold; font-size:22px; line-height:120%; margin-top:0;margin-bottom:5px;}

.quick-content p {
	font-size:15px;
	color:#777777;
	line-height:150%;
	margin-bottom:18px;
}
.need-help p {font-size:16px; margin:15px 0;}
.quick-content span {color:#603f99; font-size:14px; display:block; text-transform:uppercase; padding-bottom:3px;font-family: 'Nunito Sans', sans-serif;font-weight:400;}

.quick-content ul li a {color:#ef4b87;}
.quick-content ul li a {color:#ef4b87; font-weight:600;}
.quick-content ul li { font-size:15px; color:#777;}
.announcement h2 {
	margin-top:0;
}
.announcement a, a.read-more {
	color:#ef4b87;
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
}
.need-help h2 {
	margin-top:0;
}



.services-slider .slick-slide > div {
	padding:25px;
	border-radius:12px 12px 0px 0px;
}
.services-slider li {
	background:#f5f6fa;
	padding:25px 5px 5px 5px;
	border-radius:15px;
}
.services-slider .slick-center li {
	background:#603f99;
}
.slider-content {
	background:#fff;
	border-radius:175px 175px 15px 15px;
	text-align:center;
	padding:25px;
}
.slider-content h2 {
	text-transform:none !important;
	color:#666666;
	margin-bottom:20px;
}
.services-slider li h2 {
	font-size:18px;
	text-align:center;
	color:#666666;
	text-transform:uppercase;
}
.services-slider li > h2 {
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom:30px;
}

.services-slider .slick-center li > h2 {
	color:#fff;
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom:30px;
}

.services-slider li img {
	display:inline-block;
	margin:20px auto;
}
.services-slider li p {
	font-size:15px;
	color:#9b9a9a;
}

.services-slider .slider-content h2 {
	font-size:19px;
	color:#9b9a9a;
}

.slider-content.text-left {
	text-align:left !important;
}
.slider-content h2, .slider-content p, .slider-content a {
	text-align:left !important;
}
.slider .slider-text a {
    color: #fff;
    height:58px;
	line-height:56px;
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    border-radius:7px;
	display:inline-block;
	border-radius:30px;
	font-weight:400;
	max-width:100%;
	background:#603f99;
	border:1px solid #603f99;
	text-transform:uppercase;
	font-size:17px;
	margin-top:10px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.slider .slider-text a:hover {
	background-color:#ef4b87;
    border:1px solid #ef4b87;
}

.slick-dots {
	position:absolute;
	top:50%;
	right:80px;
	padding-left:0px;
	max-height:73px;
	margin-top:-100px;
}
.slick-dots:before {
	position:absolute;
	left:-20px;
	top:5px;
	content:"";
	border-left:solid 2px #fff;
	height:100%;
}
.slick-dots li {
	margin-bottom:10px;
}
.slick-dots li:before {
	position:absolute;
	left:-27px;
	content:"";
	background:#fff;
	border-radius:50%;
	border:solid 3px #fff;
	padding:5px;
	cursor:pointer;
	font-family: 'Nunito Sans', sans-serif;
}
.slick-dots li.slick-active:before {
	background:#ef4b87;
}
.slick-dots li button {
	border:none;
	border-bottom:solid 1px #fff;
	background:transparent;
	color:#fff;
	opacity:0;
	position:relative;
	top:-10px;
	font-size:17px;
	padding-left:10px;
	padding-right:10px;
}
.slick-dots li.slick-active button {
	opacity:1;
}
.fa-angle-left.slick-arrow, .fa-angle-right.slick-arrow {
	width:30px;
	height:63px;
	position:absolute;
	top:50%;
	margin-top:-31.5px;
	cursor:pointer;
}
.fa-angle-left.slick-arrow:before, .fa-angle-right.slick-arrow:before { display:none;}
.fa-angle-left.slick-arrow { background:url(https://seebaby.org/wp-content/themes/seebaby/images/arrow-left.png) no-repeat center center;left:-90px;}
.fa-angle-right.slick-arrow {background:url(https://seebaby.org/wp-content/themes/seebaby/images/arrow-right.png) no-repeat center center;right:-90px;}

.slick-center {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.services .slick-list { 
  padding:45px 0px !important;
  margin-left:30px !important;
}
.trail-browse {
	display:none !important;
}
.trail-items li:first-child a:before {
	content: "\f015";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size:15px !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:0;
	left:0;
	position:relative;
	top:0px;
}
.trail-items li:first-child a span {
	visibility:hidden;
	opacity:0;
	display:none;
}
div.breadcrumbs{padding-top:0px!important;border-bottom:solid 1px #ddd !important;}.breadcrumbs ul{background:#fff!important;padding:8px 12px!important;display:block!important}.breadcrumbs ul li{display:inline-block!important;vertical-align:top!important;height:18px;}.breadcrumbs ul li,.breadcrumbs ul li a{font-size:13px!important;color:#5a3d8d!important;position:relative!important}.breadcrumbs ul li a{display:block!important;padding-right:35px!important}.breadcrumbs ul li a:after{display:block!important;content:">"!important;position:absolute!important;right:13px!important;top:0!important;color:#545454!important;}
.breadcrumbs ul li:after {
	display:none !important;
}
.breadcrumbs ul li a:hover {color:#ef4b87!important;}

.content h2 {color:#333;font-weight:bold; margin-bottom:20px;}
.content h2 strong {color:#603f99;font-weight:bold;}
.content h2 small {color:#333;font-weight:bold;}
.content {
	padding-top:25px;
}
.content p {
	margin-bottom:22px;
}
.content p, .content ul li, .content ol li {
font-size: 16px;
color: #666;
line-height: 160%;
}
.content h3, .content h3 > a {
	color:#ef4b87;
	font-size:18px;
	font-weight:bold;
}
.content ol h3 {
	font-size:22px;
}
.content ol li strong {font-size:20px;color:#ef4b87;}
.page-template-page-about .content ul { width:33%; float:left; padding-right:40px; min-height:150px;}
.container { max-width:1300px; width:100%;}
.content ol {
	padding-left:0;
	margin-left:0;
	display:table;
	width:100%;
}
.page-template-page-about .content ol li { width:33%; float:left; padding-right:40px; min-height:150px;}

.team-content > div > h2 {
	padding-bottom:25px;
	border-bottom:solid 2px #dfdfdf;
	margin:40px 0px 40px;
}
.team-content > div ul {
	margin-left:-40px;
		display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.team-content > div ul li {
	float:left;
	padding-left:40px;
	width:33.3333%;
	margin-bottom:40px;
}
.team-content > div ul li a {
	background:#fff;
	display:block;
	border-radius:8px;
	height:100%;
	-webkit-box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
}
.team-content > div ul li a img {
	width:100%;
	border-radius:8px 8px 0 0;
}
.team-content > div ul li a h2, .team-content > div ul li a p {
	margin:0;
}
.team-content > div ul li a h2 { font-size:18px; color:#333;padding:25px 20px 0px; padding-bottom:3px;}
.team-content > div ul li a p { font-size:15px; color:#666;padding:0px 20px 25px;}

.team-sidebar {}
.team-sidebar ul ul {
	padding-left:30px;
}
.team-sidebar ul ul li a {
	color:#999999;
	font-size:14px;
	font-weight:600;
}
.team-sidebar ul ul li a strong {
	color:#ef4b87;
	font-size:14px;
}
.team-sidebar > div > ul > li {
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding: 20px 0px;
	color:#666666;
	font-size:18px;
	font-weight:600;
}
.team-sidebar ul ul li:first-child a {border-top:none;}
.team-sidebar ul ul li:last-child a {border-bottom:none;}
section.team-banner {
	background:url(images/team-banner-bg.png) no-repeat center center #563891;
	padding:0;
}
section.team-banner h2 { font-size:46px; color:#fff; font-weight:700; margin-bottom:0;}
section.team-banner p { font-size:24px; color:#fff; margin-bottom:20px;}
section.team-banner .team-banner-text { padding-top:90px; padding-left:80px;}
.single-team-content {
	padding-top:0;
}
.single-team-content h2 {
	border-bottom:solid 2px #dfdfdf;
	padding-bottom:30px;
	margin-bottom:30px;
}
.single-team-content ul {
width:50%;
float: left;
padding-right: 40px;
min-height: 150px;
clear:right;
}
.single-team-content ul li:first-child {
	color: #ef4b87;
	font-size: 18px;
	font-weight: bold;
}
.services-text h2 {
	color:#603f99;
	font-size:54px;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:40px;
	margin-top:40px;
}
.services-text strong {
	font-weight:600;
}
.services-text strong a {
	color:#603f99;
	font-weight:600;
}
.services-text p {
	margin-bottom:25px;
}

.services-block-content {
	border-top:solid 20px #603f99;
			  -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 0px 20px rgba(0,0,0,0.3);
  box-shadow:0px 0px 20px rgba(0,0,0,0.3);
  padding:0px 40px;
}
.services-section {
	border-bottom:solid 2px #dfdfdf;
	padding-bottom:30px;
	padding-top:30px;
}
.services-section h2 {
	color:#333;
	font-size:22px;
	font-weight:bold;
	margin-bottom:25px;
}
.services-section ul {
	margin-bottom:40px;
	display:table;
	width:100%;
}
.services-section ul li {
	float:left;
	width:33.3333%;
}
.services-section ul li {
	color:#603f99;
	font-size:15px;
	line-height:300%;
	font-weight:600;
	position:relative;
}
.services-section ul li a {
	position:relative;
	color:#603f99;
	font-size:15px;
	font-weight:600;
}
.services-section ul li a:before {
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:4px;
}
.services-section-bottom a {
	color:#ef4b87;
	display:inline-block;
	padding-bottom:2px;
	border-bottom:solid 1px #ef4b87;
	line-height:100%;
	font-size:14px;
	font-weight:600;
}
.services-section ul li a:hover, .services-section ul li a:hover:before {
	color:#ef4b87;
}
.services-banner {
	background:url(https://seebaby.org/wp-content/themes/seebaby/images/services_header.jpg) no-repeat;
	padding:90px 0px;
}
body.page-template-page-ultrasound .services-banner {
	background:url(images/ultrasound_bg.jpg) no-repeat;
}
.services-banner h2 { font-size:46px; color:#fff; font-weight:700;}
.services-banner h2 strong { font-size:20px; color:#bab2cb; font-weight:600; display:block; text-transform:uppercase;}

.services-inner .flex-wrap {
	padding-bottom:50px;
}

.services-inner h1 {
	font-size:54px;
	color:#111111;
	border-bottom:solid 2px #dfdfdf;
	text-transform:uppercase;
	margin-bottom:40px;
	padding-bottom:30px;
}
.services-inner h2 {
	margin-bottom:30px;
}
.services-inner p {
	margin-bottom:20px;
}
div.radius {
	border-radius:99px;
	width:200px;
	height:200px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	margin-top:10px;
}
button.close {
	position:absolute;
	top:-10px;
	right:-10px;
	border:solid 5px #fff;
	border-radius:50%;
	height:40px;
	width:40px;
	color:#fff;
	z-index:2222;
	background:#000;
	opacity:1 !important;
}
button.close span {
	color:#fff;
	font-size:32px;
	line-height:18px;
			  -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.modal-content-inner {
	padding:10px 40px 30px;
}
.modal-content-inner h2 {
	font-size:24px;
}
.modal-content-inner h2 strong {
	display:block;
	font-size:15px;
	font-weight:500;
	color:#333;
	padding-top:3px;
}
.modal-content i.fa {
	height:50px;
	width:50px;
	border-radius:50%;
	color:#fff;
	line-height:50px;
	font-size:24px;
}
.modal-content i.fa.fa-facebook {
	background:#3a5896;
}
.modal-content i.fa.fa-twitter {
	background:#29a5d9;
}

.services-banner ul {
	margin-left:-40px;
}
.services-banner ul li {
	float:left;
	width:25%;
	padding-left:40px;
	margin-bottom:40px;
}
.services-banner ul li > div {
	background:#fff;
	border-radius:12px;
	height:100%;
	text-align:center;
	padding:25px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services-banner ul li > div h2 { font-size:15px; margin-top:10px; margin-bottom:20px; text-transform:uppercase; color:#5a3d8d; letter-spacing:1px; }
.services-banner ul li > div h3 { color:#333; font-size:40px; font-weight:900;line-height:100%;}
.services-banner ul li > div p { color:#666; min-height:80px; font-size:15px;}
.services-banner ul li > div a.btn {
	height:50px;
	line-height:48px;
	font-size:15px;
	width:100%;
}
sup {top:-8px !important; font-size:65% !important;}
.services-banner .col-sm-12 > h2 {
	margin-bottom:80px;
}

.package-content > ul { margin-left:-40px;}
.package-content > ul > li {width:50%; padding-left:40px;}
.package-content > ul li h2 { }
.package-content > ul li h3 { color:#333; font-size:40px; font-weight:900;line-height:100%;}
.package-content > ul li p { color:#666; min-height:80px; font-size:18px;}
.package-content ul li ul li {
	position:relative;
	padding-left:25px;
	line-height:150%;
	font-size:16px;
	margin-bottom:15px;
}
.package-content ul li ul li:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:4px;
	left:0;
	color:#5a3d8d;
}

.provider-app-content > ul { margin-left:-40px;}
.provider-app-content ul > li {width:45%; padding-left:40px;}
.provider-app-content ul li div h2 {
	color:#333333;
	font-size:18px;
	margin-bottom:20px;
}
.provider-app-content ul > li > div {
	background:#fff;
	border-radius:12px;
	height:100%;
	text-align:center;
	padding:0px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
padding:10px 0px 25px 0px;
}
.provider-app-content ul li div span {
	display:block;
	padding:30px 15px;
	background:#eaeaea;
	width:100%;
	margin-bottom:25px;
}
.provider-app-content ul li div a.btn {
	height:50px;
	line-height:48px;
	font-size:17px;
	font-weight:600;
	text-transform:capitalize;
}

.panel-default, .panel-default > .panel-heading, .panel-collapse > .panel-body {
	background:transparent !important;
	border:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.panel-default > .panel-heading {
	padding:0 !important;
}
.panel-default > .panel-heading h4.panel-title a {
	color:#ef4b87 !important;
	display:block !important;
	font-size:20px !important;
	font-weight:600;
	position:relative;
	padding:10px 30px 10px 0px !important;
	line-height:130%;
	border-bottom:solid 2px #dfdfdf;
}
.panel-default > .panel-heading h4.panel-title a:after {
	position:absolute;
	right:0;
	top:15px;
}
.panel-group {
	width:calc(100% - 30px)
}
.panel-body {
	padding:20px 0px !important;
}
.panel-default > .panel-heading h4.panel-title a[aria-expanded="true"]:after, .panel-default > .panel-heading h4.panel-title a.collapsed:after {
content: "\f068";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#666666 !important;
}
.panel-default > .panel-heading h4.panel-title a[aria-expanded="false"]:after {
		display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	content: "\f067";
	color:#666666 !important;
}
.panel-default > .panel-heading:hover h4.panel-title a[aria-expanded="false"]:after ,
.panel-default > .panel-heading:hover h4.panel-title a[aria-expanded="true"]:after, 
.panel-default > .panel-heading:hover h4.panel-title a.collapsed:after {
	color:#ef4b87 !important;
}
#accordion-right {
	float:right;
}

.faqs-menu ul { margin-left:-80px;height:290px; margin-top:20px;}
.faqs-menu ul li { padding-left:80px; float:left; width:33.3333%; display:table; }
.faqs-menu ul li a {
	display:block;
	background:#efefef;
	font-size:22px;
	color:#333;
	font-weight:bold;
		
text-align:center;
border-radius:10px;
padding:0px 40px 0 40px;
height:100%;
position:relative;
z-index:2;
display:table-cell;
vertical-align:middle;
height:95px;
max-height:95px;
line-height:130%;
}
.faqs-menu ul li a:before {
	position:absolute;
	background:#fff;
	content:"";
	height:100px;
	width:100%;
	border-radius:10px 10px 0px 0px;
	left:0;
	top:0;
	z-index:-1;
}
.faqs-menu ul li a:after {
	position:absolute;

	content:"";
	height:100px;
	width:100%;
	border-radius:10px 10px 0px 0px;
	left:0;
	top:0;
	z-index:-2;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	height:290px;
}
.faqs-menu ul li:nth-child(1) a:after {	background:url(images/midwifery_logo.png) no-repeat bottom 48px center #efefef;}
.faqs-menu ul li:nth-child(2) a:after {	background:url(images/perinatal_logo.png) no-repeat bottom 48px center #efefef;}
.faqs-menu ul li:nth-child(3) a:after {	background:url(images/ultrasound_faq_logo.png) no-repeat bottom 48px center #efefef;}

.content ol {counter-reset: section; margin-top:60px; margin-bottom:20px; }
.content ol li {
	position:relative;
	padding-left:45px;
	margin-bottom:15px;
	line-height:170%;
}
.content ol li:before {
	position:absolute;
	top:0;
	left:5px;
	display:block;
	counter-increment: section;                 /* Increment the value of section counter by 1 */
  content: counter(section);
  font-weight:bold;
  color:#ef4b87;
  font-size:22px;   
}
ul.patient-forms {
	margin-bottom:80px;
}
ul.patient-forms li {
	width:100%;
	display:flex;
	align-items:center;
	color:#ef4b87;
	font-size:18px;
	font-weight:bold;
	padding:18px 0px;
	border-bottom:solid 1px #c2c2c2;
}
ul.patient-forms li:first-child {
	border-top:solid 1px #c2c2c2;
}
.patient-forms-section .form-wrapper h2 {
	text-transform:uppercase;
	font-size:23px;
	margin-top:20px;
	padding-bottom:10px;
}
ul.patient-forms li a.btn {
	height:52px;
	line-height:49px;
	text-transform:none;
}

ul.patient-forms li i {
	text-align:left;
	min-width:120px;
	display:inline-block;
	margin-left:5px;
	padding-left:5px;
	margin-right:0px;
	color:#666;
	font-family: 'Raleway', sans-serif;
}
ul.patient-forms li i:before {
	font-family:"FontAwesome";
}

div.blog .archive-text {
	margin-top:-200px;
	padding:80px;
}

div.blog .archive-text > div {
	padding:40px 50px;
	background:#fff;
}

div.blog a.btn {
	width:220px;
	height:55px;
	line-height:52px;
	margin-top:15px;
}

div.blog .entry-title {
	margin-bottom:20px;
}
.recent-post ul {
	margin-left:-40px;
}
.recent-post li {
	float:left;
	width:39%;
	padding-left:40px;
	max-width:394px;
}

div.blog .recent-post .archive-text {
	padding:0px 20px 25px 20px;
	padding-top:0;
	margin:0;
}


div.blog .recent-post .archive-post {
background: #fff;
border-radius: 15px;
height: 100%;
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
width: 100%;
margin: 0 auto;
}
.recent-post .archive-thumbnail {
	border-radius:12px 12px 0px 0px;
}
.recent-post h2.entry-title a {
	font-size:18px;
	color:#333333;
	line-height:22px;
}
.recent-post h2.entry-title {
	margin:10px 0px;
	line-height:100%;
	line-height:22px;
}

.recent-post {
	margin-bottom:40px;
}

.recent-post h2 {
	color:#333;
	font-size:30px;
	font-weight:bold;
}

blockquote { margin:40px 0px; padding:0px 40px; border:none; text-align:center; }
blockquote p {font-size:40px; font-weight:900; color:#333; padding-left:40px; padding-right:40px; position:relative; text-align:center; line-height:120%;}
blockquote p:before, blockquote p:after {
	display: inline-block;
	font: normal normal normal 40px/1 FontAwesome;
    font-size:80px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#adadad;
	position:absolute;
}
blockquote p:before {content: "\f10d";left:0;top:0;}
blockquote p:after {content: "\f10e"; bottom:0;right:0;}

body h1.blog-title {
	color:#333;
	margin:30px auto;
}
.contact-title {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.contact-title h1 {
	color:#603f99;
	font-weight:900;
	font-size:54px;
}
.contact-form h2 {
	color:#603f99;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="password"] {
	background:#ddd;
	height:47px;
	line-height:45px;
	margin-bottom:15px;
	border-radius:5px;
}
.contact-form textarea {
	background:#ddd;
}
.contact-form input[type="submit"] {
	background:#603f99;
	border:none;
	margin-top:20px;
}
.contact-form input[type="submit"]:hover {
	background:#ef4b87;
}
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#333;font-size:16px;
}

.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#333;font-size:16px;
}

.contact-form input::-moz-placeholder { /* Firefox 19+ */
  color:#333;font-size:16px;
}

.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color:#333;font-size:16px;
}

.contact-form input:-ms-input-placeholder { /* IE 10+ */
  color:#333;font-size:16px;
}

.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color:#333;font-size:16px;
}

.contact-form input:-moz-placeholder { /* Firefox 18- */
  color:#333;font-size:16px;
}

.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color:#333;font-size:16px;
}
.departments .contact-widget {
	border-bottom:solid 2px #ddd;
	padding-bottom:20px;
	margin-bottom:35px;
}
.departments .contact-widget:last-child {
	border-bottom:none;
}
.departments ul li {
	width:50%;
	color:#666;
	font-size:18px;
	font-weight:600;
	padding-bottom:15px;
}
.departments ul li p, .departments ul li a {
	color:#666;
	font-size:18px;
	font-weight:600;
}
.departments ul li label {
	display:block;
	color:#999999;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:3px;
}

.contact-form div.wpcf7 {
	padding-right:25px;
}
.departments ul li a:hover {
	text-decoration:underline;
	color:#603f99;
}
.fetal-development ul {
	margin-left:-70px;
}
.fetal-development ul li {
	width:50%;
	padding-left:70px;
	padding-bottom:50px;
}


.fetal-development ul ul {
	margin-left:-25px;
}
.fetal-development ul ul li {
	width:50%;
	padding-left:25px;
	width:66.6667%;
	padding-bottom:10px;
}
.fetal-development ul ul li:first-child {
	width:33.3333%;
}

.fetal-development ul li h2 {
	padding-bottom:25px;
	margin-bottom:35px;
	border-bottom:solid 2px #ddd;
}

.fetal-development h1 {
	text-transform:uppercase;
	font-size:50px;
	color:#333;
	font-weight:600;
	margin-bottom:30px;
}
.is-sticky {
z-index: 999999999999999999999;
position: relative;
}


.gallery, #instagram-feed ul {
	margin-left:-30px;
	margin-top:20px;
}

.gallery li, #instagram-feed li {
    width:25%;
	float:left;
	padding-left:30px;
	padding-bottom:0px;
	padding-right:0;
	height:270px;
	margin-bottom:30px;
}

.gallery li a, #instagram-feed li a {
    display: block;
	height:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}

#instagram-feed li a img {
	display:none;
}

#geodir-wrapper {
    overflow: hidden;
    width: 100%;
    max-width:1300px;
    margin: 0 auto;
}
.quick-help .news-media .quick-content {
height:418px;
overflow-y:scroll;
padding-bottom:30px;
}

.announcement-slider .slick-slide {
   
  }
.announcement-slider .slick-active {

}


.paging-navigation{font-family:sans-serif;background:#fff;padding:15px 15px 15px 0}
.paging-navigation ul{list-style-type:none;margin:0;padding:0;display:inline-block}
.paging-navigation li{display:inline}
a.page-numbers,span.page-numbers{background:#ddd;border:1px solid #ccc;color:#666;margin-right:4px;margin-bottom:3px;margin-top:3px;width:32px;height:32px;line-height:30px;text-align:center;display:inline-block}
.paging-navigation .current,a:hover.page-numbers{color:#fff;background:#0091ba;border:1px solid transparent}
.paging-navigation .current{font-weight:700}

.archive-thumbnail {
	background:url(images/default.jpg) no-repeat top center;
}
.sticky-wrapper .logo.hidden-xs, .sticky-wrapper.is-sticky .logo.hidden-xs {
background:url(images/seebaby_sticky_logo.jpg) no-repeat bottom 10px center;
}
.sticky-wrapper .logo.hidden-xs {
	background-image:none;
}
.sticky-wrapper.is-sticky .logo.hidden-xs {
background:url(images/seebaby_sticky_logo.jpg) no-repeat bottom 10px center;
}
.sticky-wrapper.is-sticky .logo.hidden-xs img {
	visibility:hidden;
}
a.pherona {
    background: url(images/pherona.png) no-repeat left center;
    margin-left:5px;
	padding-left:20px;
	display:inline-block;
}

a.pherona:hover {

}