/*
Theme Name: Simply Birth Theme
Theme URI: 
Author: Media Engine
Author URI: http://www.mediaengine.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

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.
*/


/* GLOBAL STYLES */
body {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height:24px;
	color: #59616b;
}

p {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	color: #65a4dd;
}

a:hover {
	text-decoration: none;
	color:#1f2a37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-family: 'open_sansbold';
}

h1 { 
	font-size: 32px;
    line-height: 40px;
}
h2 { 
	font-size: 24px; 
	line-height: 32px;
}
h3 { 
	font-size: 18px;
	line-height: 26px;
}
h4 { 
	font-size: 16px; 
}
h5 { 
	font-size: 13px; 
}
h6 { 
	font-size: 11px; 
}


.mast-head {
	height: 40px;
	background: #1f2a37;
}

.mast-head .social{
	display: block;
    position: relative;
	padding-top:6px;
	text-align:right;
	font-size: 0;
}

.mast-head .social a.icons {
	border: 1px solid #00c1de;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	font-size: 13px;
	text-align: center;
	color: #00c1de;
	display: inline-block;
	position: relative;
	cursor:pointer;
	transition: .3s ease;
	margin-left: 8px;
}

.mast-head .social a:hover.icons {
	border: 1px solid #fff;
	color: #fff;
	transition: .3s ease;
}

.padRight30 {
	padding-right: 30px;
}

/* SCOTCH PANELS */

header {
    position: relative;
    background: #fff;
    height: 100px;
}

header a {
    color: #777;
}

header a:hover {
    color: #fff;
}

header .toggle-panel {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
	border-radius: 5px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    display: none;
}

header .logo {
	display: block;
	position: relative;
	float: left;
	height:80px;
	width: 131px;
	margin-top: 10px;
	z-index: 100;
}

header .logo img {
	width: 100%;
	height:auto;
	display: inline-block;
}

.welcome {
	color: #fff;
	line-height: 40px;
	font-size: 12px;
}

/* OFF CANVAS PANEL STYLES */

#scotch-panel {
    background: #1f2a37;
	box-shadow:inset 7px 0 15px -7px rgba(0,0,0,0.7);
}
#scotch-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
	
}


.off-canvas-title {
	text-align:center;
	border-bottom: solid 1px #000;
	height:100px;
	font-size:20px;
	padding:10px;
	background: #65a4dd;
	margin-bottom: 10px;
	box-shadow: inset 7px 0 15px -7px rgba(0,0,0,0.7);
}

.off-canvas-title img{
	height:74px;
	width:120px;
}

@media only screen and (min-width : 830px) {
    .scotch-panel-canvas {
        -o-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media only screen and (max-width : 830px) {
    header .toggle-panel {
        display: block;
    }
    header ul {
        display: none;
    }
}

/* OFF CANVAS BUTTON */

.burger-x {
    position: absolute;
    top: 45%;
    right: 25%;
    display: block;
    width: 50%;
    height: 4px;
    background-color: #1f2a37;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    margin: 0 auto;
}
.burger-x:before, .burger-x:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2a37;
    content: '';
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

}
.burger-x:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
.burger-x:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
.scotch-is-showing .burger-x {
    background-color: transparent !important;
}
.scotch-is-showing .burger-x:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.scotch-is-showing .burger-x:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}



/* Navigation */

.nav-container {
 float: right;
 height: 100px;
 z-index: 100;
}

@media only screen and (max-width: 830px) {
nav {
	display:none;
}
}

.navBG {
	background: #ffffff;
	height: 100px;
}
nav {
	height: 100px;
	position: relative;
}
	
nav #standard-menu {
	display:block;
	position: absolute;
	right: 0;
	top: 36px;
}
	
nav #standard-menu ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'open_sansbold';
}
	
nav #standard-menu ul.menu > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
	
nav #standard-menu ul.menu > li > a {
	color:#65a4dd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	
	display: block;
	padding: 0;
	position: relative;
	margin: 0 10px;
	margin-bottom: 0px;
	transition: .2s color, .2s background-color;
}
	
nav #standard-menu ul.menu > li.current_page_item > a {
	color:#1f2a37;
}
	
nav #standard-menu ul.menu > li:hover > a {
	color:#1f2a37;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a:before {
	content: "\f078";
	font-family: fontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	   
	display: block;
	position: absolute;
	top:5px;
	right: 0;
	font-size: 12px;
	color: #1f2a37;
}
	
nav #standard-menu ul.menu > li > ul {
	background-color: #FFF;
	display: block;
	list-style: none;
	line-height: 1.2em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1200; 
	position: absolute;
	opacity: 0;
	top: -10000px;
	transition: .2s opacity;
	margin-left: 10px;
	padding-top: 40px;
}
	
nav #standard-menu ul.menu > li:hover > ul {
	opacity: 1;
	top: 100%;
}
	
nav #standard-menu ul.menu > ul li {
	position: relative;
}
	
nav #standard-menu ul.menu > li > ul > li > a {
	color:#65a4dd;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	
	transition: .2s background-color;
}
	
nav #standard-menu ul.menu > li > ul > li:hover > a {
	background-color: #f9f9f9;
}
	
nav #standard-menu ul.menu > li > ul > li:last-child > a {
	border-bottom: 0 none;
}

nav #standard-menu ul.menu > li > ul > li > ul {
	background-color: #FFF;
	display: block;
	list-style: none;
	line-height: 1.2em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1200; 
	position: absolute;
	opacity: 0;
	left: 200px;
	top: 0;
	transition: .2s opacity;
}

nav #standard-menu ul.menu > li > ul > li:hover ul {
	opacity: 1;
}

nav #standard-menu ul.menu > li > ul > li {
	position: relative;
}

nav #standard-menu ul.menu > li > ul > li > ul > li > a {
	color:#65a4dd;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	
	transition: .2s background-color;
}

nav #standard-menu ul.menu > li > ul > li > ul > li:hover > a {
	background-color: #f9f9f9;
}

nav #standard-menu ul.menu > li > ul > li.menu-item-has-children > a {
	
}
	
nav #standard-menu ul.menu > li > ul > li.menu-item-has-children > a:before {
	content: "\f054";
	font-family: fontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	   
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 12px;
	color: #1f2a37;
}

@media only screen and (min-width : 768px) and (max-width: 1280px) {	
	nav #standard-menu ul.menu > li > ul > li > ul {
    	left: -200px;
	}
}
	
	
@media only screen and (min-width : 768px) and (max-width: 1050px) {
nav #standard-menu ul.menu > li > a {
		font-size: 14px;
		margin: 0 5px;
	}
}


/* MOBILE MENU */
#mobile-menu ul#mobile-menu {
	
}

#mobile-menu ul#mobile-menu li{
	padding: 0;
	display: block;
	position: relative;
	font-size:18px;
	line-height: 50px;
	border-bottom: 1px solid #000;
}

#mobile-menu ul#mobile-menu li a{
	text-decoration: none;
	color: #fff;
	padding-left: 30px;
}

#mobile-menu ul#mobile-menu li > ul.sub-menu {
	background: #65a4dd;
	box-shadow:inset 7px 0 15px -7px rgba(0,0,0,0.7);
}

#mobile-menu ul#mobile-menu li > ul.sub-menu > li {
	padding: 10px 0 10px 10px;
	line-height: 30px;
}

#mobile-menu ul#mobile-menu li > ul.sub-menu > li:last-child {
	border-bottom: 0;
}

#mobile-menu ul.sub-menu {
	
	height: auto;
	
	overflow: hidden;
	-webkit-transition: height .5s;
	transition: height .5s;
	
}

#mobile-menu ul.sub-menu.closed {
	
	height: 0px !important;
	
}

#mobile-menu a.expand {
	padding: 0;
	width: 70px;
	height: 48px;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#mobile-menu a.expand:after {
	position: absolute;
	font-family: 'fontAwesome';
	content: "\f068";
	color: #fff;
	display: block;
	speak: none;
	font-size: 30px;
	color:#fff;
	top:50%;
	left:50%;
	margin-left: -15px;
	margin-top: -15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
#mobile-menu .closed + a:after {
	content: "\f067";
	color: #65a4dd;
	}


/* HOME PAGE STYLES */
.homePageContent {
	padding: 80px 0 20px 0;
}

.homePageContent h1{
	font-family: 'pacificoregular';
	color: #65a4dd;
	font-size: 46px;
	margin-bottom: 35px;
}

.content {
	margin-bottom: 60px;
}

.content p {
	margin: 0 0 20px;
}

.content p strong {
	font-family: 'open_sansbold';
}

.content ul {
	margin: 0 0 20px 20px;
}

.content .linkBtn {
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content .linkBtn:hover {
    border: 2px solid #1f2a37;
    color: #1f2a37;
    background: transparent;
}

.marg-top {
	margin-top: 60px;	
}



/* Header Styles */
h1.header-text {
	font-size: 32px;
	color: #1f2a37;
	padding-bottom: 0;
	margin:0;
}

h1.header-text:after {
	display: block;
	position: relative;
	content: '';
	border-bottom: 2px solid #65a4dd;
	width: 200px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.headerBg {
	display:table;
	position: relative;
	height: 300px;
	width: 100%;
	background-color: #65a4dd;
	background-position: center center;
	background-size: cover;
}

.headerBg .container {
	position: relative;
	z-index: 2;
}

.slider-container .imageOverlay,
.headerBg .imageOverlay {
	position: absolute;
	z-index: 1;
	display: block;
	background: #65a4dd;
	opacity: .3;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}

.headerBg .headerTitle {
	display:table;
	position: relative;
	text-align: center;
	width: auto;
    /* border: 10px solid #fff;
    padding: 30px; */
    margin-top: 90px;
}

.headerBg .headerTitle .headerText {
	display:inline-block;
	position: relative;
	font-family: 'open_sanslight';
	font-size: 60px;	
	line-height: 52px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 60px;
}

.headerBg .headerTitle .headerText b{
	font-family: 'open_sansextrabold';
}

/* About Style */
.missionBg {
	background: #f2f2f2;
	padding: 80px 0 60px 0;
	text-align: center;
}

.missionBg .missionHeading {
	font-family: 'pacificoregular';
    color: #65a4dd;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 35px;
}

.missionBg .missionContent {
	padding: 0 200px;
}

/* Slider */
#slider {
	background-color: #181818;
	display: block;
	width:100%;
	position: relative;
	z-index: 0;
}

#slider .slide {
	height:100%;
	width:100%;
	display:block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slider .slide.slick-slide {
	height: 400px;
}

.slider-container {
	display: block;
	position: relative;
}

.slider-container .slide-content-container {
	display:block;
	position: relative;
	width: 100%;
    height: 100%;
}

.slider-container .slide-content-container .slide-content{
	display:table;
	position: relative;
	text-align: center;
	width: auto;
    /* border: 10px solid #fff;
    padding: 30px; */
    margin-top: 150px;
    z-index: 10;
}

.slider-container .slide-content-container .slide-content .heading{
	display:inline-block;
	position: relative;
	font-family: 'open_sanslight';
	font-size: 60px;	
	line-height: 52px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 60px;
}

.slider-container .slide-content-container .slide-content .heading b{
	font-family: 'open_sansextrabold';
}


/* Home Page Styles */

.callOutBg {
	background: #65a4dd;
}

.callOutText {
	padding: 40px 0;
	text-align: center;
}

.callOutText .text {
	display: inline-block;
	position: relative;
	font-family: 'open_sanslight';
	color: #fff;
	font-size: 20px;
	padding-right: 20px;
}

.callOutText .link {
	display: inline-block;
	position: relative;
	font-family: 'open_sansbold';
	background: #1f2a37;
	border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
	font-size: 14px;
	color: #fff;
}

.callOutText .link:hover {
	background: transparent;
	border: 2px solid #1f2a37;
	}


/* Blog */



/* eNEWS Styles */
.eNews {
	background: #65a4dd;
	padding: 20px 0;
}



/* Footer */

footer.footer {
	background: #1f2a37;
	padding: 60px 0;
}

footer .footer-widget h2 {
	font-size: 20px;
	color: #65a4dd;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}

footer .footer-widget h2:after {
	display: block;
	content: '';
	border-bottom: 2px solid #65a4dd;
	width: 90%;
	padding-bottom: 5px;
    margin-bottom: 0px;
}

footer .footer-widget .textwidget {
	color: #fff
}

footer .footer-widget ul {
	list-style: none;
}

footer .footer-widget ul li {
	padding: 0;
}

footer .footer-widget ul a {
	color: #65a4dd;
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease;
}

footer .footer-widget ul a:hover {
	color: #fff;
	text-decoration: none;
	transition: .3s ease;
}

footer .footer-widget form.mc4wp-form p{
	color: #65a4dd;
	width: 90%;
}

footer .footer-widget form.mc4wp-form input {
	width: 90%;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #05111f;
	border: none;
	border-radius: 20px;
	color: #ffffff;
}

footer .footer-widget form.mc4wp-form input#NAME {
	color: #ffffff;
}

footer .footer-widget form.mc4wp-form {
	padding-bottom: 10px;
}

footer .footer-widget form.mc4wp-form input.submit-btn {
	display: inline-block;
	position: relative;
	text-align: right;
	width: auto;
	font-size: 15px;
	color: #fff;
	background: #65a4dd;
	border: 2px solid #65a4dd;
	margin-bottom: 10px;
	padding: 6px 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
}

footer .footer-widget form.mc4wp-form input.submit-btn:hover {
	background: transparent;
	border: 2px solid #65a4dd;
}

.site-info .copyright {
	text-align: left;
}

.site-info .mediaengine {
	text-align: right;
}

/* Site Info */
.site-info {
	background: #05111f;
	min-height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.site-info .siteLeft {
	text-align:left;
}

.site-info .siteCenter {
	text-align:center;
}

.site-info .siteRight {
	text-align:right;
}

/* Home Widgets */
.homeWidgetContainer {
	padding: 100px 0;
}

.home-widget {
	text-align: center;
	margin: 30px;
	background: rgba(30,37,44,.05);
}

.home-widget {
	text-align: center;
	margin: 30px;
	background: rgba(30,37,44,.05);
}

.home-widget h2 {
	padding: 20px;
	display:block;
	position: relative;
	background: #00c1de;
	color: #fff;
	margin-bottom: 0;
}

.home-widget .circle {
	border-radius: 50%;
	width: 120px;
	height: 120px; 
	background: #e6e7e8;
	margin: 0 auto;
	margin-bottom: 30px;
}

.home-widget .rommeled_widget_image-text{
	color: #414042;
	font-size: 16px;
	line-height: 24px;
	padding: 30px;
}

.home-widget p {
	padding: 0 30px;
}

.home-widget p.simple-image{
	padding: 0;
}

.home-widget p.simple-image img{
	width: 100%;
	height: auto;
}

.home-widget .more a{
	display: inline-block;
	position: relative;
	border: 2px solid #00c1de;
	border-radius: 20px;
	padding: 10px 45px 10px 30px;
	cursor: pointer;
	transition: .3s ease;
	color: #000;
	margin-bottom: 30px;
}

.home-widget .more a:after {
	display: inline-block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f138';
	top: 10px;
	right: 20px;
	font-size: 16px;
}

.home-widget .more:hover a{
	background: #00c1de;
	color: #fff;
	transition: .3s ease;
}


.home-widget p.rommeled_widget_image-image {
	margin-bottom: 0;
}

.home-widget .readmore-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	background: #fa8d29;
	color: #fff;
	padding: 10px 20px;
	margin-top: 30px;
	text-decoration: none;
	letter-spacing: .5px;
}

.home-widget .readmore-btn:hover {
	background: #414042;
}


/* NINJA FORM STYLES */

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"]{
	padding: 15px;
}

.textarea-wrap textarea {
	padding: 15px;
	border: 1px solid #cccccc;
}

.nf-form-cont input[type="button"]{
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    color: #fff;
}

.nf-form-cont input[type="button"]:hover{
	background: transparent;
	color: #1f2a37;
}

.nf-form-cont .submit-wrap {
	margin-bottom: 0px;
}

.nf-form-cont select {
	width: 100%!important;
    height: 45px!important;
    border: 0;
    border: 1px solid #cccccc;
    background: #fff url('images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    padding-left: 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Testimonials Page */
#testimonials {
	margin-bottom:50px;
	display: block;
	position: relative;
	background: #f9f9f9;
	padding: 20px 20px 30px 20px;
}

#testimonials:before {
	display: block;
	font-family: fontAwesome;
	content: '\f10d';
	color: #92ca64;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}

#testimonials:after {
	display: block;
	position: absolute;
	bottom: 45px;
	right: 10px;
	font-family: fontAwesome;
	content: '\f10e';
	color: #92ca64;
	width: 30px;
	height: 30px;
}

#testimonials .stories-cont {
	padding: 0 50px;
	margin-top: -20px;
}

#testimonials .stories-cont .story-text p{
	margin: 0;
}

#testimonials .stories-cont .story-text{
	margin: 0;
	margin-bottom: 10px;
}

#testimonials .stories-cont .story-name{
}

#testimonials .stories-cont .story-company{
	font-size: 13px;
	font-style:italic;
}

/* BLOG POSTS PAGE */
article#post {
	padding-right: 20px;
	display: block;
	position: relative;
}

article#post:last-child {
	padding-right: 0px;
}

article#post .post-cont {
	background: #f9f9f9;
	padding:30px;
}

article#post .post-cont h2{
	font-size: 22px;
	margin: 0;
}

article#post .post-cont p{
	padding: 0 0 50px 0;
}

article#post .post-cont h2 a{
	text-decoration: none;
	color: #414042;
	margin-bottom: 10px;
}

article#post .post-cont .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
}

article#post .post-cont .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}

article#post .post-cont .blog-item-btn{
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: #92ca64;
	margin-top: 10px;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
}

article#post .post-cont .blog-item-btn:hover{
	background: #414042;
}

/* SINGLE POST PAGE */
article#single-post {

}

.single-header-text {
	padding:0;
	margin: 0;
}

article#single-post ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

article#single-post .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
	margin-top: 10px;
}

article#single-post .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}


/* Featured Midwives */
.row.midwivesCont {
	padding: 60px 0 100px 0;
}

.itemContainer.col-3 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.itemContainer.col-3 .itemContainerInner {
    display: block;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 50px;
}

article#midwives .articleCont {
	background: #f9f9f9;
}

article#midwives .articleImage {
	display: block;
	position: relative;
	height: 250px;
    background-position: center center;
    background-size: cover;
}


article#midwives .articleCont .articleInfo{
	display: block;
	position: relative;
	padding:30px;
}

.itemContainer.col-3 .itemContainerInner .articleBtn{
	display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    color: #fff;
}

.itemContainer.col-3 .itemContainerInner .articleBtn:hover{
    background: transparent;
    border: 2px solid #1f2a37;
    color: #1f2a37;
}

article#midwives .articleCont .articleInfo h2{
	font-size: 22px;
	margin: 0;
	color: #65a4dd;
}

article#midwives .articleCont .articleInfo h2:after{
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #65a4dd;
    width: 200px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

article#midwives .post-cont .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
}

article#midwives .post-cont .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}

/* Featured Midwives Single */
.midwifeSingle{
	padding: 60px 0;
}

.midwifeSingle .midwifeSingleImage {
}

.midwifeSingle .midwifeSingleImage img{
	width: 100%;
	height: auto;
}

.midwifeSingle .midwifeSingleContact {
	background: #f9f9f9;
	padding: 20px;
	font-size: 14px;
}

.midwifeSingle .midwifeSingleContact .title {
	font-size: 18px;
	color: #65a4dd;
	padding-bottom: 10px;
}

.midwifeSingle .midwifeSingleContact .phone,
.midwifeSingle .midwifeSingleContact .email,
.midwifeSingle .midwifeSingleContact .website {
	display: block;
	position: relative;
	padding-left: 30px;
}

.midwifeSingle .midwifeSingleContact a.phone,
.midwifeSingle .midwifeSingleContact a.email,
.midwifeSingle .midwifeSingleContact a.website {
	color: #59616b;
}

.midwifeSingle .midwifeSingleContact .phone:before{
	display: block;
	position: absolute;
	content: '\f095';
	font-family: fontAwesome;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #65a4dd;
}

.midwifeSingle .midwifeSingleContact .email:before{
	display: block;
	position: absolute;
	content: '\f0e0';
	font-family: fontAwesome;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #65a4dd;
}

.midwifeSingle .midwifeSingleContact .website:before{
	display: block;
	position: absolute;
	content: '\f0ac';
	font-family: fontAwesome;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #65a4dd;
}

/* Home Page Featured Midwife */
.itemContainerHome.col-1 {
    display: block;
    position: relative;
    vertical-align: top;
    width: 100%;
    font-size: 0;
}

.itemContainerHome .articleContHome{
    display: inline-block;
    position: relative;
    width: 40%;
    vertical-align: top;
    border-left: 10px solid #65a4dd;
    padding: 0;
    background: #ffffff!important;
}

.itemContainerHome .articleImageHome{
    display: inline-block!important;
    position: relative;
    width: 60%;
    height: 300px!important;
    vertical-align: top;
    background-position: center center;
    background-size: cover;

}

article#midwives .articleContHome .articleInfoHome{
    padding: 0 15px 15px 15px;
}

article#midwives .articleContHome .articleInfoHome p{
    font-size: 15px;
}

article#midwives .articleContHome .articleInfoHome .featuredMidwife{
    font-family: 'open_sansbold';
    font-size: 24px;
	color: #1f2a37;
	margin-bottom: 10px;
}

article#midwives .articleContHome .articleInfoHome h2{
    font-family: 'open_sanslight';
	color: #65a4dd;
}

article#midwives .articleContHome .articleInfoHome h2:after{
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #65a4dd;
    width: 200px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

article#midwives .articleContHome .articleInfoHome .articleBtn{
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    color: #fff;
}

article#midwives .articleContHome .articleInfoHome .articleBtn:hover{
    background: transparent;
    border: 2px solid #1f2a37;
    color: #1f2a37;
}

/* Stories & Photos */
.row.storiesCont {
	padding: 60px 0 100px 0;
}

.storiesCont .itemContainer {
    display: block;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}

.storiesCont .itemContainer .itemContainerInner {
    display: block;
    position: relative;
    font-size: 0;
}

article#stories .articleCont {
	display: inline-block;
	position: relative;
	vertical-align:top;
	background: #f9f9f9;
	width: 70%;
}

article#stories .articleImage {
	display: inline-block;
	position: relative;
	vertical-align:top;
	height: 250px;
	width: 30%;
    background-position: center center;
    background-size: cover;
}


article#stories .articleCont .articleInfo{
	display: block;
	position: relative;
	padding:30px;
	font-size: 14px;
}

article#stories .articleBtn{
	display: inline-block;
    position: relative;
    left: 30px;
    bottom: 30px;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    color: #fff;
    font-size: 14px;
}

article#stories .articleBtn:hover{
    background: transparent;
    border: 2px solid #1f2a37;
    color: #1f2a37;
}

article#stories .articleCont .articleInfo h2{
	font-size: 22px;
	margin: 0;
	color: #65a4dd;
}

article#stories .articleCont .articleInfo h2:after{
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #65a4dd;
    width: 200px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

article#stories .post-cont .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
}

article#stories .post-cont .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}

.sidebar-shop .shopWidget ul#lct-widget-article_categories li{
	display: block;
	position: relative;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0 8px 20px;
}

.sidebar-shop .shopWidget ul#lct-widget-article_categories li:before{
	display: block;
	position: absolute;
	left: 0;
	content: '\f054';
	font-family: fontAwesome;
	font-size: 14px;
	color: #59616b;
}

.sidebar-shop .shopWidget ul#lct-widget-article_categories li:last-child{
	border-bottom: 1px solid #d9d9d9;
}

.paginationCont {
	text-align: center;
	padding-top: 30px;
}

.paginationCont .custom-pagination span,
.paginationCont .custom-pagination a {
	display: inline-block;
	padding: 2px 10px;
}

.paginationCont .custom-pagination a {
	background-color: #f9f9f9;
	color: #1f2a37;
}

.paginationCont .custom-pagination a:hover {
	background-color: #1f2a37;
	color: #fff;
	cursor: pointer;
}

.paginationCont .custom-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
	font-size: 12px;
}

.paginationCont .custom-pagination span.dots {
	padding: 0;
	color: gainsboro;
}

.paginationCont .custom-pagination span.current {
	background-color: #1f2a37;
	color: #fff;
}

/* Woocommerce Styles */
.products {
	padding: 60px 0;
}

.woocommerce ul.products{
	font-size: 0;
}

.woocommerce ul.products li.product {
	display: inline-block;
	position: relative;
	width: 30%!important;
	margin: 0 3% 3% 0!important;
	float: none;
	vertical-align: top;
}

.woocommerce ul.products li.product:last-child {
	margin: 0 0% 3% 0!important;
}

.woocommerce ul.products li.product h2 {
	text-align: left;
	font-size: 18px!important;
	line-height: 22px;
	padding: 15px 0 0 0!important;	
}

.woocommerce ul.products li.product a h2 {
	color: #1f2a37;	
}

.woocommerce ul.products li.product .price {
	font-family: 'open_sansbold';
	text-align: left;
	font-size: 16px;	
	color: #1f2a37;
	
}

.woocommerce ul.products li.product .cartBtn {
	display: block;
	text-align: left;
}

.woocommerce ul.products li.product .cartBtn a.button{
	display: inline-block;
    position: relative;
    border: 2px solid #1f2a37;
	background: #1f2a37;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    transition: .3s ease;
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
}

.woocommerce div.product .product_title {
	color: #1f2a37;
}

.woocommerce ul.products li.product .cartBtn a.button:hover{
	background: transparent;
	color: #1f2a37;
	transition: .3s ease;
}

.woocommerce div.product a.product_title, {
	color: #1f2a37;
	margin-bottom: 10px;
}

.woocommerce div.product p.price {
	color: #1f2a37;
}

.woocommerce .product .images {
	width: 100%!important;
}

.woocommerce .product .summary {
	width: 100%!important;
	padding-left: 20px;
}

.woocommerce .productInfo .quantity .input-text{
	background: #fff;
	box-shadow: none;
	font-weight: normal;
	margin: 0;
	width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	border-radius: 0
}

.woocommerce .productInfo button.single_add_to_cart_button {
	display: inline-block;
    position: relative;
    border: 2px solid #1f2a37;
	color: #ffffff;
    background: #1f2a37;
    border-radius: 20px;
    padding: 10px 30px 10px 45px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
	margin-left: 10px;
}

.woocommerce .productInfo button.single_add_to_cart_button:before {
	display: inline-block;
    position: absolute;
    font-family: fontAwesome;
    content: '\f07a';
    top: 8px;
    left: 20px;
    font-size: 16px;
}

.woocommerce .productInfo button.single_add_to_cart_button:hover {
    border: 2px solid #1f2a37;
	color: #1f2a37;
    background: transparent;
}

.woocommerce div.woocommerce-tabs {
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	display: inline-block;
	position: relative;
	font-size: 0;
	border-left: 1px solid #ccc;
	border-top: 4px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 20px;
	background: #f2f2f2;
	border-radius: 0;
	margin: 0 ;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
    border-bottom-color: #fff;
    border-top: 4px solid #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	text-decoration: none;
	color: #414042;
	font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel{
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: -1px;
}

.woocommerce div.product .woocommerce-tabs .panel ul{
	margin-left: 20px;
	padding:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    content: " ";
}

.widget_shopping_cart_content p.buttons {
	display: block;
	font-size: 0;
	margin-bottom: 0;
}

.widget_shopping_cart_content p.buttons .button{
	position: relative;
    display: inline-block;
	width: 48%;
	margin-right: 2%;
    font-size: 14px;
    background: #00c1de;
    color: #fff;
	text-align: center;
    padding: 10px 20px;
    margin-top: 30px;
    text-decoration: none;
    letter-spacing: .5px;
    border: none;
	transition: .3s ease;
}
	
.widget_shopping_cart_content p.buttons .button.checkout{
	position: relative;
    display: inline-block;
	width: 48%;
    font-size: 14px;
    background: #00c1de;
    color: #fff;
	text-align: center;
    padding: 10px 20px;
    margin-top: 30px;
    text-decoration: none;
    letter-spacing: .5px;
    border: none;
	transition: .3s ease;
}

.woocommerce #respond input#submit {
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1f2a37!important;
    border: 2px solid #1f2a37!important;
    border-radius: 20px!important;
    cursor: pointer;
    transition: .3s ease!important;
    font-size: 14px!important;
    color: #fff;
}

.woocommerce #respond input#submit:hover {
    background: transparent!important;
    color: #1f2a37;
}
	
.widget_shopping_cart_content p.buttons .button:hover,	
.widget_shopping_cart_content p.buttons .button.checkout:hover{
	background: #1e252c;
}

.sidebar-shop {
	padding-left: 50px;
}

.sidebar-shop .inner{
	background: #f9f9f9;
	padding: 20px;
}

.sidebar-shop ul{
	list-style: none;
}

.sidebar-shop .shopWidget {
	margin-bottom: 40px;
}

.sidebar-shop .shopWidgetTitle {
	margin-bottom: 10px;
	color: #1f2a37;
	font-family: 'open_sansbold';
}

.woocommerce-product-search {
	display: block;
	position: relative;
}

.woocommerce-product-search input.search-field {
  	color: #65a4dd;
  	border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    width: 100%;
    font-size: 14px;
}

.woocommerce-product-search input.search-field::-webkit-input-placeholder {
	color: #65a4dd;
}

.woocommerce-product-search input.search-field::-moz-placeholder {
	color: #65a4dd;
}

.woocommerce-product-search input.search-field::-ms-input-placeholder{
	color: #65a4dd;
}

.woocommerce-product-search input.search-field::-moz-placeholder{
	color: #65a4dd;
}

.woocommerce-product-search .search-field-btn-submit {
	position: absolute;
    right: 15px;
    top: 10px;
    overflow: visible;
}

.woocommerce-product-search .search-field-btn {
  	display: block;
    height: 20px;
    width: 20px;
    padding: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.woocommerce-product-search .search-field-btn-submit:after {
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 19px;
	line-height: 1;
	content: '\f002';
    color: #65a4dd;
    font-family: fontAwesome;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.woocommerce-product-search label.screen-reader-text {
  	display: none;
}

.sidebar-shop .shopWidget ul.product-categories{
	font-size: 14px;
}

.sidebar-shop .shopWidget ul.product-categories li{
	display: block;
	position: relative;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0 8px 20px;
}

.sidebar-shop .shopWidget ul.product-categories li a{
	color: #59616b;
}

.sidebar-shop .shopWidget ul.product-categories li a:hover,
.sidebar-shop .shopWidget ul.product-categories li.current-cat a {
	color: #65a4dd;
}

.sidebar-shop .shopWidget ul.product-categories li:before{
	display: block;
	position: absolute;
	left: 0;
	content: '\f054';
	font-family: fontAwesome;
	font-size: 14px;
	color: #59616b;
}

.sidebar-shop .shopWidget ul.product-categories li:last-child{
	border-bottom: 1px solid #d9d9d9;
}

.widget_shopping_cart_content p.buttons .button:hover,	
.widget_shopping_cart_content p.buttons .button.checkout:hover{
	background: #fa8d29;
}

/* Checkout Page */
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="tel"]{
	padding:10px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #ff0000;
	border-width: 2px;
	border-style: solid;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #ff0000;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #69bf29;
	border-width: 2px;
	border-style: solid;
}

.woocommerce form .form-row textarea {
    height: 8em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    }
    
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
	background: #f2f2f2;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1f2a37;
    border: 2px solid #1f2a37;
    border-radius: 20px;
    padding: 10px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    color: #fff;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: transparent;
    border: 2px solid #1f2a37;
    color: #1f2a37;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #1f2a37;
	border: 2px solid #1f2a37;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: .3s ease;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: transparent;
	border: 2px solid #1f2a37;
    color: #1f2a37;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	padding: 10px;
	width: 100px;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 10px 30px;
}

/* WOOCOMMERCE eWAY */
fieldset.wc-payment-form {
	
}

.woocommerce form .form-row input.input-text {
	padding: 10px;
}


/* Featured Products Homepage */
.homeFeaturedProducts {
	background: #f2f2f2;
	padding: 60px 0;
}

.homeFeaturedTitle h1{
	font-family: 'pacificoregular';
	color: #65a4dd;
	font-size: 46px;
	margin-bottom: 50px;
	text-align: center;
}

/* IMAGE GALLERY PAGES */
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
    padding-right: 5px;
}

#gallery-1 .gallery-item:last-child {
    padding-right: 0px;
}

#gallery-1 img {
    border: 0!important;
    width: 100%;
    height: auto;
}

/* CART WIDEGT */
#widget_shopping_mini_cart-2 {
	text-align: right;
}

#widget_shopping_mini_cart-2 .dropdown-cart-button {
    font-weight: normal;
    border: 0;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    z-index: 200 !important;
    overflow: visible;
    background: url(../images/cart.png) no-repeat top left transparent;
    display: inline-block;
}

#widget_shopping_mini_cart-2 .dropdown-cart-button:before {
    display: block;
    position: absolute;
    left:0;
    top:8px;
    content: '\f07a';
    font-family: fontAwesome;
    color: #fff;
    font-size: 18px;
}

#widget_shopping_mini_cart-2 .dropdown-cart-button .dropdown-total {
    display: block;
    padding: 8px 34px 7px 0;
    background: transparent;
    outline: 0;
}

#widget_shopping_mini_cart-2 .dropdown-cart-button .dropdown-total:after {
    display: block;
    position: absolute;
    right:10px;
    top:8px;
    content: '\f078';
    font-family: fontAwesome;
    color: #fff;
}

#widget_shopping_mini_cart-2 .dropdown-cart-button a.dropdown-total {
    color: #fff;
}

.dropdown-cart-button .dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
}

.dropdown-cart-button .dropdown .buttons .button {
    margin-left: 4px;
    background-color: #1f2a37;
    border-color: #1f2a37;
    color: #fff;
    padding: 5px 8px;
}



@media only screen and (max-width: 992px) {
/* WOOCOMMERCE STYLES */
	.woocommerce ul.products li.product {
		display: inline-block;
		position: relative;
		width: 48%!important;
		margin: 0 2% 2% 0!important;
		float: none;
		vertical-align: top;
	}
	
	/* Home Page Featured Midwife */	
	.itemContainerHome .articleContHome{
	    width: 100%;
	}
	
	.itemContainerHome .articleImageHome{
	    width: 100%;	
	}
	
	.site-info .copyright {
		text-align: center;
	}

	.site-info .mediaengine {
		text-align: center;
	}
	
	/* IMAGE GALLERY PAGES */
	#gallery-1 .gallery-item {
	    width: 50%!important;
	}
	
	.missionBg .missionContent {
		padding: 0 50px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 767px) {
	
	/* HOME PAGE SLIDER */
	.slider-container .slide-content-container .slide-content .heading{
		font-size: 35px;	
		line-height: 35px;
	}
	
	#slider .slide.slick-slide {
	    height: 200px;
	}
	
	.slider-container .slide-content-container .slide-content {
	    margin: 0 auto;
	    margin-top: 65px;
	}
	
	.welcome {
		display: none;
	}
	
	.content {
		margin: 0;
	}
	
	.home-widget {
		margin-bottom: 30px;
	}
	
	footer .footer-widget {
		margin-bottom: 30px;
	}
	
	.site-info {
		line-height: 40px;
		padding: 20px 0;
	}
	
	.site-info .siteLeft,
	.site-info .siteCenter,
	.site-info .siteRight {
		text-align:center;
	}
	
	.padRight30 {
		padding-right: 0px;
	}
	
	.sidebar-shop {
	    padding-left: 0px;
	    margin-top:30px;
	}
	
	.midwifeSingle .midwifeSingleContact {
		margin-bottom: 30px;
	}
	
	.midwifeSingle .midwifeSingleImage {
		margin-bottom: 30px;
	}
	
	article.col-2 {
		padding-right: 0px;
		margin-bottom: 30px;
	}
	
	article.col-2:last-child {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	article #team-profile.profile .profile-contact{
		width: 100%;
		padding-left: 0;
	}
	
	article #team-profile.profile .profile-header{
		width: 100%;
	}
	
	article #team-profile.profile .profile-contact .connect{
	position: absolute;
	top:0;
	right:0;
	padding-top: 0;
	}
	
	/* HOME PAGE STYLES */
	.callOutText .link {
		margin-top: 15px;
	}
	
	.missionBg .missionContent {
		padding: 0;
	}
	
	/* STORIES & PHOTOS */
	article#stories .articleCont {
		width: 100%;
	}
	
	article#stories .articleImage {
		width: 100%;
	}
	
	/* PAGE STYLES */
	.headerBg {
	    height: 150px;
	}
	
	.headerBg .headerTitle .headerText {
	    font-size: 30px;
	    line-height: 30px;
	}
	
	.headerBg .headerTitle {
		margin: 0 auto;
	    margin-top: 50px;
	}
	
	/* FOOTER STYLES */
	footer .footer-widget h2:after {
	    width: 100%;
	}
	
	footer .footer-widget form.mc4wp-form input {
	    width: 100%;
	}

	/* WOOCOMMERCE STYLES */
	.woocommerce ul.products li.product {
		width: 100%!important;
		margin: 0 0 30px 0!important;
	}
	
	.dropdown-cart-button .dropdown {
	    width: 320px;
	}

}
