/*
Theme Name: First Response
Theme URI: http://firstresponse.com.au
Author: firstresponse
Author URI: https://firstresponse.com.au/
Description: firstresponse 2015 theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: firstresponse
Text Domain: firstresponse
*/

/******************************************
/ Structure
/*****************************************/
html,body{
	font-size:14px;
	font-family: 'font-normal',"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e9eaea url(images/bg.jpg) repeat-x 0 0;
	color:#7f7f7f;
}
 
body.home{
	background: #e9eaea url(images/bg-home.jpg) repeat-x 0 0;
}
  
.wp-editor{
	font-size:1em ;
}

.page_wrap{
	width: 980px;
	margin: 0 auto;
}

*{
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;  
}

img{
	font-size:9px;
}

h1,h2,h3,h4,h5,h6{
	/*font-family: "Helvetica Neue", Helvetica, Verdana , Arial, sans-serif;*/
	font-family: Verdana ,sans-serif;
	color: #d23c83;
	font-weight: normal;
	margin-top:0;
}

h1{
	font-size:44px;
	line-height: 48px;
	margin-bottom: 10px;
}

h2{
	font-size:26px;
	line-height: 32px;
	margin-bottom: 7px;
}


h3 {
    display: table;
	font-size:20px;
    margin-bottom: 20px;
    position: relative;
}

h3:after {
    background: #d23c83 ;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
	font-family:"font-bold";
	font-weight: normal;
}

h3.no-line {
    margin-bottom: 15px;
}

h3.no-line:after {
	display: none;
}



.title, h4, h5,.sub-title,.useful-links a{
	color: #612146;
	margin-bottom:15px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1rem;
	line-height: 16px;
	font-family:"font-bold";
	font-weight: normal;
}
.purple{
	color: #612146;
}

.reset{
	font-family: 'font-normal',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#7f7f7f;
}

.no-side-margins{
	margin-left: 0;
	margin-right: 0;
}

h4{
	font-style:italic;
	text-decoration:underline;
}

em{
	font-style:italic;
}

a{
	color: #d23c83;
	text-decoration: none;
	outline: 0 !important ;
}

a:focus,a:hover{
	color: #d23c83;
	text-decoration: underline;
}

a:focus {
	outline: 0 !important ;
    outline-offset: inherit;
}

p {
    margin: 0 0 15px;
}

p:last-child{
   /* margin: 0;*/
}

strong, b {
	font-family:"font-bold";
	font-weight:normal;
}

ol{
	list-style:decimal;
}

{
	list-style:decimal;
}


.content-wrapper ol li::before {
    content: "";
	display: none;
}

.content-wrapper ol li {
    line-height: 20px;
    margin: 0 0 15px 15px;
	
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.pink{
	color:#d23c83;
}

.bold{
	font-family: "font-bold";
}

.content-wrapper ul {
    list-style: none;
    margin: 0 0 15px;
}

.content-wrapper li { 
	margin-left: 5%;
	position:relative;
    clear: both;
    line-height: 20px;	
}

.single-blog-post .content-wrapper li { 
	margin-left: 8%;
}



.content-wrapper li::before {
    color: #d63b87;
    content: "• ";
    float: left;
    font-size: 20px;
    left: 0;
    margin: 0 0 0 -15px;
    position: static;
    top: 10px;	
}

.no-padding{
	padding: 0 !important;
}

.no-margin{
	margin: 0 !important;
}

.hidden-block{
	display: none;
}
/******************************************
/ bootstrap overwrite
/*****************************************/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}


/******************************************
/ header
/*****************************************/
#header{
	padding: 30px 0 0;
}
 
#logo{
	display:block;
	width: 185px;
	height:92px;
	background:url(images/logo.png) no-repeat center center;
	background-size:contain;
	margin-bottom: 30px;
	float:left;
}
/*
body.home #logo{
	height:137px;
	background-image:url(images/logo-home.png);
	margin-bottom: 20px;
}
*/
#menu{
	padding:  0;
	text-align:center;
	font-size: 15px;
	font-size: 1.05rem;
	text-transform: uppercase;
	margin-top:20px;
	float:right;
}

#menu #menu-item-20{ 
	text-transform: none;
}

#menu-main-menu{
	float: right;
}

ul#menu-main-menu{
	display: inline-block;
	margin: 0;
}

#menu-main-menu .sub-menu{
	display: none;
}

#menu-main-menu li{
	display: block;
	padding: 10px 15px 0;
	float:left;
	display: block;
	height:55px;
	cursor: pointer;
	background:#d95995;
	max-width: 130px;
}

#menu-main-menu li#menu-item-29{
	max-width: 140px;
}

#menu-main-menu li a{
	line-height: 18px;
	display: table-cell;
	height:36px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none; 
}



#menu-main-menu li:hover,
#menu-main-menu li.current-menu-item,
#menu-main-menu li.current-page-ancestor,
body.single-post #menu-main-menu li#menu-item-29,
body.archive #menu-main-menu li#menu-item-29,
body.search-results #menu-main-menu li#menu-item-29

{
	background:#d23c83;
}

#menu-main-menu li:hover a{
}


/******************************************
/ Spotlight banners
/*****************************************/

.spot-light{
	position:relative;
	margin:0 10px;
}

.inner-frame:before{
	content:"";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 1px solid #FFF;
	z-index: 10;
}

.spot-light .new {
    left: 0;
    position: absolute;
	z-index:2;
    top: 17px;
	width:107px;
	height: 81px;
	background:url(images/new.png) no-repeat;
	background-size:contain;
}

.spot-light .info {
    left: 35px;
    position: absolute;
    top: 60px;
}

.spot-light .secondary_image {
	padding: 0;
	margin-right:20px;
	width: 120px;
	float:left;
}

.spot-light .secondary_image img{
	width: 100%;
	height:auto;
}

.spot-light .text {
	float:left;
	width: 760px;
}

.spot-light h1 {
}

.spot-light .caption {
	font-size:1rem;
	font-family:"font-bold";
	color: #612146;
}

.spot-light .none .caption {
    color: #575757;
    font-weight: normal;
}

.spot-light .none .text {
    width: 50%;
}

.spot-light .none .info {
    left: 35px;
    top: 25px;
}

.spot-light .top .secondary_image {
    float: none;
    margin-right: 0;
    padding: 0;
    width: 100%;
}

.spot-light .top .secondary_image img {
	max-height:125px;
	width: auto;
	margin-bottom: 5px;
}

.spot-light .top .info {
    float: none;
    width: 100%;
    left: 90px;
    top: 25px;
}

.spot-light .top .text {
	float: left;
	width: 470px;
}

.spot-light .top h3 {
	width: 310px;
}

.spot-light .top .caption {
	width: 310px;
}

.home .spot-light{
	height: 375px;
}

.home .spot-light .slide{
	position:absolute;
	display: none;
}

.spot-light #slide-831.top .info
{
	top: 45px;
}

.spot-light h3 {
	font-size:22px;
}


/******************************************
/ home page
/*****************************************/
.home-row{
	margin-bottom: 20px	;
}

hr{
	height:1px;
	background:#612146;
	margin: 20px 10px;
	border:0;
}

hr:last-child{
	margin-bottom: 0;
}



/******************************************
/ home page banners
/*****************************************/

#home-banners{
}

#home-banners .banner{
	height: auto;
	width: 100%;
	position: relative;
	margin:0 auto;
}

#home-banners .banner:first-child { 
}

#home-banners .banner .inner{
	position:absolute;
	bottom:10px ;
	left:10px;
	right:10px;
	top:10px;
}


#home-banners .banner .title{
	position:absolute;
	bottom:0 ;
	line-height:33px;
	width: 100%;
	background: rgba(210,60,131,0.7);
	color: #FFF;
	font-size: 16px;
	font-size: 1.1rem;
	text-align:center;
	margin:0;
	text-transform: uppercase;
	padding-bottom: 2px;
}

#home-banners .banner .info{
	padding: 115px 14px 0;
	text-align:center;
}

#home-banners .banner .caption{
	color:#612146;
	font-size: 13px;
	font-size: 1rem;
	line-height:1.2rem;
	font-weight: bold;
}

#home-banners .banner .cta {
	color:#d23c83;
	font-size: 13px;
	font-size: 0.95rem;
	border: 1px solid #d23c83;
	text-align: center;
	line-height:1.8em;
	margin:5px auto 0;
	width:80%;
}

.pink-border-btn {
	color:#d23c83;
	font-size: 14px;
	font-size: 1rem;
	line-height:14px;
	line-height:1rem;
	border: 1px solid #d23c83;
	text-align: center;
	display:inline-block;
	padding:3px 15px;
	background:#FFFFFF;
	cursor: pointer;
}
.pink-border-btn:hover{
	color:#FFFFFF;
	background:#d23c83;
	text-decoration: none;
}

.pink-border-btn{
	line-height:20px;
	line-height:1.5rem;
}

.w-50{
	width:50%;
}

.w-40{
	width:40%;
}

.w-30{
	width:30%;
}

.w-20{
	width:20%;
}

#home-banners .banner.style-2 .info{
	padding: 10px 10px 0 140px;
	text-align:center;
}



.home-posts{
	width: 66.6667%;
	float:left;
} 

.home-block{
	width:100%;
	background: #f4f4f5;
	padding:10px;
	color:#80807f;
}
.home-posts .home-block{
	min-height:134px;
}

.home-posts .intro {
    /*margin-top: -5px;*/
}

h3 + .sep{
	background: #d23c83;
	width: 40px;
	height:1px;
	display:block;
	margin-bottom:10px;
	display:none !important;
}

.home-block .title, .home-block .intro, .home-block .link{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.35em;
}

.home-featured .home-block{
	margin-top:20px;
	min-height: inherit;
}

.home-featured .image {
	padding: 3px 0 0;
}

.image img {
	width: 100%;
	height: auto;
}

.home-recents .image{
	padding: 0;
}



.content-home .title a{
	color: #612146;
	text-decoration: none;
}



.home-recents .recent-item .title
, .home-recents .recent-item .intro
, .home-recents .recent-item .link 
{
	font-size: 12px;
	line-height:18px;
}

.recent-item {
    margin-bottom: 10px;
}

.home .recent-item {
    margin-bottom: 18px !important;
}

.home .recent-item .title{
    margin-bottom: 2px;
}

.recent-item:last-child{
    margin-bottom: 0;
}

.trying-to-conceive{
}

.spot-light #slide-404 .caption
, .spot-light #slide-494 .caption
{
    font-family: "font-normal";
}


.home-recents{
}


.usefull-links{
	min-height: 225px;
}

.usefull-links.first{
	padding-left:0;
	border-right: #babab9 solid 1px;
}
.usefull-links.last{
	padding-right:0;
}

.mpu-banner{
}

.content-home .notes{
	color:#80807f;
}

/******************************************
/ page_content
/*****************************************/

body.home #page_content{
	background:#e9eaea;
	padding: 20px 0;
}

#page_content {
    padding: 0 0 20px;
}

/******************************************
/ footer
/*****************************************/
.footer {
	background: #d95995;
	background: #d23c83;
	padding: 20px;
	text-align:center;
	color: #FFF;
	font-size: 12px;
	font-size: 0.9rem;
}

.footer-menu{
	margin-bottom: 15px;
}

ul#menu-footer-menu {
}

#menu-footer-menu li {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
}

#menu-footer-menu li a{
	padding: 5px 15px;
	color:#FFF;
	border: 1px solid #FFF;
	margin: 0 ;
}

#menu-footer-menu li a:hover, 
#menu-footer-menu li.current-menu-item a:hover
{
	background:#FFF;
	color: #d23c83;
	text-decoration: none;
}

#menu-footer-menu li.current-menu-item a
{
	background:#d95995;
}

.footer-legal{
	font-size:.9em;
}

.usefull-links .title a{
    color: #612146;
    font-size: 13px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.notes{
	color:#80807f;
	font-size: 11px;
    font-size: 0.8rem;
}

.app-banner{
	color:#612146;
	font-size: 20px;
	background:#f4f4f5;
	padding: 5px 20px 10px;
}

.app-banner .highlighted{
	font-size: 27px;
	padding:0 3px;
}


.app-banner .info{
	margin-bottom: 5px;
}
.app-banner .info .desc{
	display: inline-block;
	clear: left;
}

.app-banner .banner-cta{
	text-align: center;
}

.app-banner .store-btn{
	width:125px;
	height:40px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
}
.btn-play-store{
	background-image:url(images/button-play-store.png);
}

.btn-app-store{
	background-image:url(images/button-app-store.png);
}

.app-banner .phone {
    /*position: absolute;
	right: 30px;
    top: -10px;*/
    float: right;
    position: relative;
}

.app-banner br {
	display: none;
}

.app-banner .number-1 {
	display: none;
}

.mpu-banner .app-banner br {
	display: block;
}

.mpu-banner .app-banner {
	font-size: 12px;
	padding:  8px 8px 10px;
	line-height:16px;
	border: 1px solid #e1e0e0;
}

.mpu-banner .app-banner .highlighted{
	font-size: 26px;
	line-height:28px;
	padding:0 ;
}

.mpu-banner .app-banner .info-1 {
    margin-bottom: 5px;
}

.mpu-banner .app-banner .desc {
	display: block;
	margin-bottom: 10px;
}

.mpu-banner .app-banner .phone {
	height: auto;
	/*right: 22px;*/
    /*top: 90px;*/
    width: 85px;
    clear: right;
    margin-top: 10px;
}

.mpu-banner .app-banner .number-1 {
	display: block;
	margin-top: 5px;
	float: right;
	/*position: absolute;*/
	/*right: 25px;
	top: 12px;*/
}



/******************************************
/ products
/*****************************************/

.content-products h3.icons-tags-list-lbl{
	padding-right:20px;
	display: inline-block;
}

.content-products .icons-tags-list{
	display: inline-block;
}

.content-products .icons-tags-list li{
	display: inline-block;
	padding:0 53px 0 45px;
	line-height: 40px;
	background-position:0 50%;
	background-repeat: no-repeat;
	color:#7f7f7f;
}

.content-products .icons-tags-list li.icon-1{
	background-image:url(images/icon-1.png);
}

.content-products .icons-tags-list li.icon-2{
	background-image: url(images/icon-2.png);
}

.content-products .icons-tags-list li.icon-3{
	background-image:url(images/icon-3.png);
}

.content-products .icons-tags-list li.icon-4{
	background-image:url(images/icon-4.png);
}

.content-products .icons-tags-list li.icon-5{
	background-image:url(images/icon-5.png);
}

.content-products .icons-tags-list li.last{
	padding-right:0;
}

.products-tags{
	margin-bottom:20px;
}

.products-list .col-image{
	padding: 0px;
}

.blocks-items-list .item{
	background:#f8f8f9;
	padding:20px 10px;
	border-bottom: solid 1px #dad9d9;
	color:#7f7f7f;
	margin-bottom: 20px;
	padding: 8px;
}

.blocks-items-list .item.featured{
	border:#d23c83 solid 9px;
	padding:8px;
}

.blocks-items-list .item > .inner{
	border:#DDD solid 1px;
	padding:15px 10px 15px  0 ;
}

/*
.blocks-items-list .item.featured > .inner{
	border:#DDD solid 1px;
	padding:15px 10px 15px  0 ;
}
*/

.blocks-items-list .item .col-image{
	text-align: center;
}

.blocks-items-list .item .col-info{
	border-left: solid 1px #dedddd;
}

.blocks-items-list .item .col-info .details{
	padding-left:20px;
}



.blocks-items-list h2{
	margin-bottom:15px;
}

.blocks-items-list h3{
	/*margin-bottom:15px;*/
}

.blocks-items-list .icons-tags-list li{
	padding:0;
	width: 25px;
	height: 25px;
	line-height: auto;
	overflow:hidden;
	text-indent:-200px;
	background-size: contain;
}

.blocks-items-list .description{
	color: #7f7f7f;
	margin-bottom:15px;
}

.blocks-items-list .description ul
, .content-field ul{
	margin-bottom:15px;
}

.blocks-items-list .description ul li
, .content-field ul li{
	color:#7f7f7f;
	padding-left: 25px;
}

.blocks-items-list .description ul li:before
, .content-field ul li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	font-size:1.4em;
	line-height:1em;
	top: 0px;
	left: -15px;
	color: #d23c83;
}

.blocks-items-list .cta{
	margin-bottom:15px;
}

.blocks-items-list .cta a{
	text-transform: uppercase;
	padding:3px 30px 5px;
	font-size:12px;
	font-size:0.9rem;
	line-height:1.1em;
}

.products-list .find-retialer{
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 15px;
}

.products-list .find-retialer a{
	font-weight: bold;
	color: #7f7f7f;
	letter-spacing:1px;
	text-decoration: none !important;
}

.products-list .find-retialer a i{
	color: #d23c83;
	border: 1px solid #dad9d9;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 20px;
    margin: -2px 0 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	float:right;
}

.products-list .notes{
	padding-top:15px;
	border-top: solid 1px #612146;
	font-size: 11px;
	font-size: 0.8rem;
}

.recent_stories h5{
	margin-bottom:0;
	line-height: 20px;
}

.recent_stories .recent-image{
	padding:0;
	height: 120px;
	overflow:hidden;
}

.recent_stories .recent-info{
	padding-right:0;
	margin-top: -1px;
}


.recent_stories .recent-image img{
	width:100%;
	height:120px;
}

.recent_stories_inner {
    background: #f8f8f9;
    padding: 10px 0;
}

.recent_stories .item{
	border-right: #dad9d9 solid 1px;
}

.recent_stories_inner .item:last-child{
	border: 0
}

/*retailers*/
.block-retailers{
	background:#f8f8f9;
    border-bottom: 1px solid #dad9d9;
    color: #7f7f7f;	
	padding:20px;
	
}
.block-retailers #retialers{
}

#retialers .retailers-map{
	height: 234px;
	margin: 30px 0;
}
.retailers-states{
	text-transform:uppercase;
}

ul#retailers-states{
    border-left: 1px solid #dad9d9;
	margin:0 0 0 -10px ;
}

ul#retailers-states li{
	display: inline-block;
	font-size: 20px;
	font-size: 1.4rem;
	margin-left: 20px;
	line-height: 48px;
    color: #7f7f7f;	
	cursor: pointer;
	position:relative;
}

ul#retailers-states li.selected{
    color: #d23c83;	
}

ul#retailers-states li.selected:after{
	background: url(images/state-selected-arrow.png) no-repeat;
	width:24px;
	height: 15px;
	content:"";
	position:absolute;
	margin-left: -12px;
	bottom: -21px;
	left: 50%;
}

ul#retailers-states li:hover{
    color: #d23c83;
}

.retailers-states-wrap{
	padding-bottom: 20px;
    border-bottom: 1px solid #dad9d9;
}


.retailers-logos_products table{
	width: 100%;
}
.retailers-logos_products td{
	text-align:center;
	padding:5px;
	font-size: 50px;
	line-height: 20px;
	color: #d23c83;
	margin:5px;
	vertical-align: middle;
}

.retailers-logos_products tr{
    border-bottom: 1px solid #dad9d9;
	margin: 10px 0;
}

.retailers-logos_products td.product-image{
	width: 50px;
	padding-left: 0;
	font-size:8px;
}

.retailers-logos_products td.product-image img{
	height:40px;
	width: auto;
	max-height:40px;
	max-width:80%;
}

.retailers-logos_products td.product-image span{
	height:60px;
	display: block;
	width: 100%;
	padding: 9px 0 0;
    border-right: 1px solid #dad9d9;
}

.retailers-logos_products td.product-title{
	text-align:left;
	vertical-align: middle;
	width: 200px;
	font-size: 14px;
	padding-left:0;
	color:#7f7f7f;
	padding-left:10px;
}

.retailers-logos_products{
	margin: 20px 0;
	line-height: normal;
}

.retailers-slides .slide{
	display: none;
	
}

.retailers-slides .slide.selected{
	display: block;
	
}

#retialers .hint .bullet {
	color: #d63b87;
	display: block;
	float: left;
	font-size: 1.5rem;
	line-height: 22px;
	padding-right: 5px;
}
/*
#retialers.qld .retailers-map{
	background-image: url(images/map-qld.png);
}

#retialers.act .retailers-map{
	background-image: url(images/map-act.png);
}

#retialers.nsw .retailers-map{
	background-image: url(images/map-nsw.png);
}

#retialers.nt .retailers-map{
	background-image: url(images/map-nt.png);
}

#retialers.sa .retailers-map{
	background-image: url(images/map-sa.png);
}

#retialers.tas .retailers-map{
	background-image: url(images/map-tas.png);
}

#retialers.vic .retailers-map{
	background-image: url(images/map-vic.png);
}

#retialers.wa .retailers-map{
	background-image: url(images/map-wa.png);
}
*/

/*

*/
/******************************************
/ listing pages
/*****************************************/

.list-items .item {
    background: #f8f8f9;
    /*border-bottom: 1px solid #dad9d9;*/
    color: #7f7f7f;
    margin-top: 20px;
    padding: 15px;
}

.list-items .item .thumb{
	float:left;
	margin-right:15px;
	width:210px;
}

.list-items .item .sep{
	display: inline-block;
}

.list-items .item .intro{
	display:block;
}

.list-items .item .content,
.list-items .item .btns{
	display:none;
}

.list-items .item.expanded .intro{
	display:none;
}

.list-items .item.expanded .content,
.list-items .item.expanded .btns{
	display:block;
}

.list-items .item .btns{
	text-align:right;
	margin-top: 8px;
}

.collapse-btn{
    border: 1px solid #dad9d9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #d23c83;
    display: inline-block;
    height: 22px;
    line-height: 18px;
    text-align: center;
    width: 22px;
	cursor: pointer;
}

.content-field hr{
	margin-right:0;
	margin-left:0;
}

.bordered{
	border: 1px solid #e0dfdf;
	padding: 20px 10px;
}

.dark-red{
	color:#612146;
}


 sup{
	font-size:.6em;
}

.cycloneslider-slides{
	height:650px !important;
}

.slide-show-wrapper{
	width: 458px;
	height:658px;
	margin: 0 auto;
	background: #d23c83;
	border: solid 4px #d23c83;
}

#cycloneslider-importance-of-earlier-detection-1{
	margin: 0 auto;
	width:450px;
	overflow:hidden;
}

#cycloneslider-importance-of-earlier-detection-1 .navigation
{
	position:absolute;
	bottom: 5px;
	left: 50%;
	z-index: 9999;
	width: 110px;
	text-align: center;
	color:#FFF;
	font-family: "font-bold";
	margin-left: -55px;
	font-size: 17px;
	border-top: 1px solid #FFFFFF;
	padding-top: 5PX;
	
}

.cycloneslider-template-standard .cycloneslider-slide {
    background: #d23c83;
	padding: 5px;
}

.cycloneslider-template-standard .cycloneslider-caption {
	background: none;
	opacity: 1;
	height: 230px;
	bottom: 50px;
	font-size: 20px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}

.cycloneslider-template-standard .cycloneslider-caption-description {
	font-size: 16px;
	font-size: 1.22rem;
    line-height: 1.5rem;
	font-weight: normal;
	padding: 0 20px 10px;
}

.cycloneslider-template-standard .cycloneslider-pager {
    bottom: 15px;
}
.cycloneslider-template-standard .cycloneslider-pager:before{
    content:"";
	position:absolute;
	left: 50%;
	width: 10%;
	height:1px;
	background:#FFFFFF;
    margin-left: -10%;
    top: -17px;
    width: 20%;	
}


.cycloneslider-template-standard .cycloneslider-pager span {
    background: #CCC;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background-color: #FFF;
}

.cycloneslider-template-standard .cycloneslider-prev .arrow 
, .cycloneslider-template-standard .cycloneslider-next .arrow 
{
    border: none;
    margin: 0;
}



.cycloneslider-template-standard .cycloneslider-prev .arrow:before 
,.cycloneslider-template-standard .cycloneslider-next .arrow:before {
    content: "\f104";
	position: absolute;
	top:-30px;
	left: 0;
	font-family: FontAwesome;
	color: #fff;
	font-size: 40px;
}

.cycloneslider-template-standard .cycloneslider-next .arrow:before {
    content: "\f105";
	right: 0;
	left:auto;
}

 
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next {
    background: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    margin-top: 0;
	opacity: 1;
    top: 50%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    width: 24px;
    z-index: 501;
}

.cycloneslider-template-standard .cycloneslider-prev{
     left:180px
}

.cycloneslider-template-standard .cycloneslider-prev:before{
     position:absolute;
	 content:"";
	 height:1px;
	 width:110px;
	 background:#FFFFFF;
	 top: -8px;
	 left:50%;
	 margin-left:-25px;
	 opacity: 1;
}

.cycloneslider-template-standard .cycloneslider-prev:after{
     position:absolute;
	 content:"";
	 height:1px;
	 width:110px;
	 background:#FFFFFF;
	 bottom: -8px;
	 left:50%;
	 margin-left:-25px;
	 opacity: 1;
}


.cycloneslider-template-standard .cycloneslider-next {
     right:180px
}
.cycloneslider-template-standard:hover .cycloneslider-prev,
.cycloneslider-template-standard:hover .cycloneslider-next {
     opacity: 1;
}

.page-block {
    background: #f8f8f9;
    border-bottom: 1px solid #dad9d9;
    color: #7f7f7f;
    margin-top: 20px;
    padding: 20px 10px;
}

.col-rb{
    border-right: 1px solid #dad9d9;
}

.col-lb{
    border-left: 1px solid #dad9d9;
}

/******************************************
/ FAQ
/*****************************************/

.page-faq .block-desc{
	min-height:165px;
}

.page-faq .block-caption{
	padding-bottom:45px;
}

.faq-cats .item  .intro{
	margin-bottom:15px;
}

.page-faq a.pink-border-btn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
 }


.product-faq-block .product-image{
	padding:15px 0 0;
}

.product-faq-block .questions-list{
	padding:10px 0 25px;
}

.product-faq-block .sep{
	margin: 0 ;
}


.faq-answer > p:first-child:before{
	content:"A: ";
	font-family: "font-normal";
}

.faq-answer{
	/*margin-bottom:20px;*/
}

.faq-answer table{
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border: solid 1px #DDD;
	width: 50%;
	margin-left: 25%;
}

.faq-answer table tr td{
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	padding: 5px 10px;
}

.faq-list > .faq-item {
    margin-bottom: 20px;
}

.faq-list > .faq-item > hr{
    margin: 15px 0;
}

.product-faq-block .q-header{
	padding-top:15px;
}


.product-faq-block .questions-list ul{
	margin:0;
}

.faq-list > .item:last-child{
	margin-bottom:0;
}

.faq_row{
	padding: 20px 0 0 0 !important;
	margin:0;
}

.faq-general .q-header.faq_row{
	padding-top:10px !important;
}
.product-faq-block .btns{
	padding-top:0 !important;
}
.product-faq-block .btns.collapsed{
	display:block;
}

.product-faq-block .btns{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; 
}

.product-faq-block.expanded .btns{
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform:none;
	transform: none;
	filter: none;
	-ms-filter: none;
}

/************************************************/

.content-wrapper{
	background:#f8f8f9;
	padding: 15px;
	padding: 17px;
	
}

.content-wrapper hr{
	margin-right:0;
	margin-left:0;
}


.single-content .wp-post-image{
	float: left;
	margin: 0 15px 12px 0;
}


.single-content .info .sep{
	margin: 0 15px 15px 0;
	display: inline-block;
}

.push-3{
	margin-left: 35px;
}

/**************************************************/

.column-1 .list-items .item .thumb {
    float: left;
    margin-right: 15px;
    width: 285px;
	border-right: 1px solid #DDD;
	height: 160px;
	overflow:hidden;
}

/********************* blog *****************************/

.blog-side .content-wrapper{
	background-image:url(images/blog-logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top: 120px;
}

.blog-side input[type="text"]{
	border: solid 1px #DDD;
	width: 80%;
}

.blog-side input[type="text"], .blog-side input[type="email"]{
	border: solid 1px #DDD;
	width: 85%;
	margin-right: 5px;
}

.frm_error_style{
	color: #FFF;
	background: #E50003;
	padding: 3PX 5PX;
	margin-bottom:5px;
}

.frm_error{
	color: #E50003;
}

.blog-side h5{
	margin-bottom: 10px;
}

#searchsubmit{
	background: none;
	border: 0;
	padding: 0;
	color:#db3b8b;
	font-size:22px;
	line-height:22px;
}

.blog-side .widget {
	margin-bottom:35px;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

.form-blog-subscription .frm_submit{
	margin-top: 15px;
}

.widget_categories ul li:before{
	content:"";
	display: none;
}

.widget_categories ul li{
	margin:0 0 2px;
}

.widget_categories ul li a{
    color: #612146;
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
}

.widget_tag_cloud .tagcloud a{
    background: #ffffff ;
    border: 1px solid #d23c83;
    color: #d23c83;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-size: 1rem !important;
    line-height: 20px;
    padding: 1px 15px 2px;
    text-align: center;
	margin-bottom:5px;	
}

.widget_tag_cloud .tagcloud a:hover {
    background: #d23c83 ;
    color: #ffffff;
    text-decoration: none;
}

.blog-posts-grid .item{
	padding-bottom:20px;
}

.blog-posts-grid .item .thumb{
	margin-bottom:10px;
	height:140px;
	overflow:hidden;
}

.thumb img{
	width: 100%;
	max-width: 100%;
	height:auto;
}

.blog-posts-grid .item h3{
	margin-bottom:15px;
	line-height: 1.2;
}

.blog-posts-grid .item h3:after{
	margin-bottom:0;
}

.blog-posts-grid .item .info, .single-blog-post .info{
	margin-bottom:15px;
}

.navigation a{
	color:#d23c83;
	line-height:20px;
	border: 1px solid #d23c83;
	text-align: center;
	display:inline-block;
	padding:3px 15px;
	cursor: pointer;
	width: 10%;
	min-width:150px;
	text-decoration: none !important;
}

.navigation a:hover{
	color:#FFFFFF;
	background:#d23c83;
}

.single-blog-post .navigation{
	padding-top:15px;
	text-align:right;
}

.ovl-cal-example{
	margin: 30px 0 20px;
	width:95%;
}

.ovl-cal-example td{
	padding:8px 6px;
	font-size: 12px;
	font-family: "font-bold";
	text-align:center;
	line-height:14px;
	display: inline-block;
	width: 3.85%;
	float:left;
}

.ovl-cal-example .lbl{
	width:177px;
	text-align:right;
}

.ovl-cal-example .row-1 .lbl{
	color:#612146;
}
	
.ovl-cal-example .row-2 .lbl{
	font-family: "font-normal";
}
	
	
.ovl-cal-example .row-1{
	background:url(images/dashed-horz-border.png) repeat-x 0 100%;
	color:#ee3c86;
}
	
.ovl-cal-example .row-1 td{
}
	
.ovl-cal-example  td.selected{
	border: 2px solid #ee3586;
}
.ovl-cal-example .row-1 td.selected{
	border-bottom: 0;
}
.ovl-cal-example .row-2 td.selected{
	border-top: 0;
}

.ovl-cal-example .selected {
	border: 2px solid #ee3586;
}
	
.ovl-cal-example .selected > div{
	padding:7px 0;
}
	
.wp-image-626 {
	max-width: 100%;
	height:auto;
}


.ovl-cal-example > div {
	float: left;
	width: 20px;
	margin:0;
	width: 3.9%;
	min-width: 30px;
}	
	
.ovl-cal-example > div > div {
	margin:0;
	text-align: center;
	padding:8px 0;
	font-size: 12px;
	font-family: "font-bold";
	text-align:center;
	line-height:14px;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;  
}	

.ovl-cal-example .lbl .row-1{
	color:#612146;
	text-align: right;
}
	
.ovl-cal-example .lbl .row-2{
	text-align: right;
	font-family: "font-normal";
}

	
img.aligncenter{
	margin: 0 auto;
	display:block;
}


.useful-links-box{
	margin-top:20px;
}

.useful-links a{
	margin-bottom:0;
	line-height: 24px;
	color: #612146;
}

.useful-links a:hover{
}

a:active{
	text-decoration: none;
}


.contact-us-form .contact-block{
    margin-bottom: 5px !important;
    margin-top: 30px;
}


.contact-us-form .lbl{
	text-align:right;
	padding:0 !important;
	line-height: 20px;
	color: #612146;
	font-family:"font-bold";
}

.contact-us-form label{
}

 
.contact-us-form .col-md-1,
.contact-us-form .col-md-2,
.contact-us-form .col-md-3,
.contact-us-form .col-md-4,
.contact-us-form .col-md-5,
.contact-us-form .col-md-6,
.contact-us-form .col-md-7,
.contact-us-form .col-md-8,
.contact-us-form .col-md-9,
.contact-us-form .col-md-10,
.contact-us-form .col-md-11,
.contact-us-form .col-md-12{
	padding-left: 5px;
	padding-right: 5px;
}
 
.contact-us-form .row {
	margin-bottom:20px;
}

.contact-us-form{
	line-height: 20px;
	margin:0 auto;
	width: 96%;
}


.contact-us-form input[type="text"]
, .contact-us-form input[type="email"]
, .contact-us-form select
, .contact-us-form textarea  
{
	line-height: 20px;
	border: solid 1px #a5a5a5;
	width: 100%; 
}

.contact-us-form  .frm_radio{
	float: left;
	margin-right: 10px;
}

.contact-us-form  .submit{
	line-height: 32px;
	height: 32px;
	border:0;
	background:url(images/gradiant-pink-btn-bg.jpg) repeat-x;
	color:#FFF;
	padding: 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


.contact-us-form .frm_blank_field input
, .contact-us-form .frm_blank_field select
, .contact-us-form .frm_blank_field textarea
{
	border-color: #FF8A8C;
	background: #FFD3D4;
}

.contact-us-form .frm_blank_field label{
	color: #D11418;
}

.page-site-map .menu-main-menu-container br{
}

.page-know-sooner-blog .page-title{
	display: none;
}

.page-id-13 .page-title
,.page-id-25 .page-title{
	display: none;
}

.calculator .the-content{
	padding-top: 20px;
}

.calculator .form-row{
	margin-bottom: 30px;
}

.calculator .form-row:last-child{
}
.calculator .content-wrapper > .info{
	padding: 5px 15px;
}


.calculator h5{
}

.calculator input[type="text"]
, .calculator select
{
	width: 200px;
	line-height: 26px;
	height: 26px;
	border: #DDD solid 1px;
	padding:0 3px;
}

c .ui-datepicker-trigger{
	font-size:20px; 
	color:#d23c83;
	cursor:pointer;
}

.calculator .result-box{
	background:#db3b8b;
	padding: 15px 25px;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align: center;
}

.calculator .result-box .box-text-1{
	font-size:11px;
}

.calculator .result-box #day{
	font-size:140px;
	line-height: 120px;
	padding-bottom:10px;
}

.calculator .result-box .box-text-3{
	font-size:20px;
	border-top: 1px solid #FFF;
	display: inline-block;
	text-transform: uppercase;
}

.calculator .result-text{
	font-size:20px;
	color:#db3c8c;
}

.calculator .result-intro{
	color:#db3b8b;
	text-align: center;
	margin-bottom: 5px;
}

.calculator #calculator-ovulation-cal .product h5{
	padding-top:10px;
}

.calculator #calculator-ovulation-cal .result-box{
	width: 100%;
	font-size: 14px;
	height: 200px;
}

#calculator-ovulation-cal .result-box .p-1{
	margin-bottom:10px;
	text-transform: uppercase;
}

#calculator-ovulation-cal .result-box .p-2{
	margin-bottom:15px;
}

#results_calendar .ui-datepicker-inline{
	width: 100%;
	height: 200px;
    border: 1px solid #db3b8b ;
	padding-top:10px;
}

#calculator-ovulation-cal .curent-month-range{
	margin-bottom:15px;
}

#calculator-ovulation-cal .next-months-range .box{
	width:100%;
	padding: 15px 0;
    border: 1px solid #db3b8b;
	font-size: 14px;
	text-align:center;
}




/**************************** datepicker ******************************/
.ui-datepicker {
    display: none;
}

.ui-datepicker-trigger{
	font-size: 20px;
	color:#db3b8b;
	border: 0;
	background: none;
	padding: 0;
	line-height:26px;
	height:26px;
	margin-left:3px;
}

.ui-datepicker {
    width: 280px;
    background: #FFF;
	border:#DDD solid 1px;
	padding: 15px;
	color:#ACACAC;	
}

.ui-datepicker a {
	color:#acacae;	
}

.ui-datepicker-header {
	background: none;
	border: 0;
	position: relative;
	margin-bottom:5px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 20px;
    position: absolute;
    top: 2px;
    width: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker table{
	width: 100%;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
	text-transform: uppercase;
	font-size: 16PX;
}

.ui-datepicker td, .ui-datepicker th {
	text-align:center;
    padding: 0;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
}

.ui-datepicker td  span, .ui-datepicker td  a{
	height: 20px;
	width:20px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	display: inline-block;
}

.ui-datepicker td  a:hover{
	text-decoration: none;
	color: #000;
}

.ui-datepicker td  a.ui-state-active
,.ui-datepicker td.highlightDate a{
	background:#db3b8b;
	color: #FFF;

}

.ui-state-disabled{
	opacity: 0.5;
}

.ui-state-disabled{
	opacity: 0.5;
}

.ui-datepicker-unselectable{
 -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}

.post-source{
	
}
.single-content > .col-md-12 > .content-wrapper{
	padding-bottom:22px;
}

.content-indent  li {
    /*margin-left: 0;*/
}
.content-indent-1-col{
	margin-left: 5%;
}

.notes p:last-child{
	margin-bottom: 0;
}


.page-useful-links .single-content .col-md-12 >.content-wrapper{
	padding:0;
	background: none;
}

.accordion ul{
	margin-bottom:0;
}

.ui-accordion-header{
	cursor: pointer;
}

.ui-accordion-header{
	cursor: pointer;
	color: #d63b87;
	margin-bottom:5px;
}

.ui-accordion-header:hover{
    color: #d63b87;
	/*text-decoration: underline;*/
}
.ui-accordion-header-active{
    color: #612146;
    font-family: "font-bold";
    font-weight: normal;
}
.ui-accordion-content{
	padding-bottom:20px;
}

.ui-accordion-content p:last-child{
	margin-bottom:0;
}

.accordion {
	padding-bottom: 10px;
}


.accordion-2{
	padding:0;
}

.accordion .t-1{
	padding-top: 10px;
}

.accordion-2 .ui-accordion-header:before{
    color: #d63b87;
    content: "• ";
    float: left;
    font-size: 20px;
    left: 0;
    margin: -3px 0 0 -15px;
    position: static;
    top: 10px;	
}

.accordion-2  .ui-accordion-header-active .highlight{
	font-style:italic;
	font-family:"font-bold";
	text-decoration:underline;
}
#g-1109.product-faq-block{
	display: none;
}
.blocks-items-list .cta .popup-wheretobuy{
	clear: both;
	font-size: 14px;
	text-transform: capitalize;
	padding: 6px 30px;
	margin: 20px 0px;
}
#wtb-box{
	min-height: auto !important;
}

/***************************** IE *****************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	html,body{
		/*font-family: "Helvetica Neue", Helvetica,'font-normal', sans-serif;*/
	}
}

.faq-product img{
	width: auto;
	max-width: 100%;
	max-height: 350px;
}
.products-list img{
	width: auto;
	max-width: 80%;
	max-height: 500px;
}