
html { scroll-padding-top: 80px; }

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.container {
    text-align: start;
}

.container-footer {
    color: #5E5E5E;
    background-color: #FBDCDC;
}

.container-footer a {
    color: #5E5E5E;
}

.container-footer .pink {
    color: #DC3767;
}

.container-footer .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-footer .btn-womanlog {
	color: #fff;
	background-color: #F37EA1;
	border-color: #F37EA1;
}

.container-footer .dropdown-item.active, .dropdown-item:active {
    background-color: #BEBEBE;
}

.container-gradient {
    color: #FEFBF8;
    background-image: linear-gradient(#F37EA1, #EA5A63);
}

.container-gradient .row {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.container-gradient .super_stats {
    margin-bottom: 0px;
    line-height: 1.0;
    font-size: 2.0rem;
    font-weight: 500;
}

.container-menu {
    color: #909494;
    background-color: #FDFFFF;
}

.container-menu .logo-title {
    margin-left: 20px;
    margin-right: 20px;
    color: #909494;
    font-size: 1.15rem;
}

.container-menu .btn-womanlog {
	color: #fff;
	background-color: #F37EA1;
	border-color: #F37EA1;
}

.container-menu .dropdown-item.active, .dropdown-item:active {
    background-color: #BEBEBE;
}

.navbar .navbar-nav .nav-link {
    color: #909494;
    font-size: 0.9rem;
}

.navbar .navbar-nav .dropdown-menu a.dropdown-item:active {
    background-color: #BEBEBE;
}

.container-menu .navbar-toggler {
    border: none;
    outline: none;
}

.container-menu .navbar-toggler .close-icon {
    background-image: url(/img/close_icon.svg);
    width: 30px;
    height: 30px;
    opacity: 1.0;
    display: block;
}

.container-menu .navbar-toggler.collapsed .close-icon {
    display: none;
}

.container-menu .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: none;
}

.scrolling-menu {
	height: 50vh;
    overflow-y: scroll;
}

.scrolling-menu-small {
	height: 33vh;
    overflow-y: scroll;
}

.scrolling-menu::-webkit-scrollbar {
    width: 12px;
}

.scrolling-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrolling-menu::-webkit-scrollbar-thumb {
    background: #B7B7B7;
}

.scrolling-menu::-webkit-scrollbar-thumb:hover {
    background: #F37EA1;
}

.scrolling-menu-small::-webkit-scrollbar {
    width: 12px;
}

.scrolling-menu-small::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrolling-menu-small::-webkit-scrollbar-thumb {
    background: #B7B7B7;
}

.scrolling-menu-small::-webkit-scrollbar-thumb:hover {
    background: #F37EA1;
}


.navbar .divider-vertical {
    height: 20px;
    border-left: 1px solid #D0D1D3;     /* right or left is the same */
    float: left; 
    margin-top: 10px;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

.container-menu-gradient {
    height: 15px;
    background-image: linear-gradient(#D2D3CF, #E6E5E1);
}

.container-article-list {
    background-color: #FDFFFF;
    text-align: start;
}

.container-article-list a.article-link {
    color: #e58d9d;
    font-size: 0.8rem;
}

.container-article-list .article-category {
    padding-top: 5px;
    color: #5E5E5E;
}

.container-article-list a.article-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}

.container-article-list .article-text {
	color: #5E5E5E;
    font-size: 1.0rem;
    font-weight: 300;
}

.container-article-list .article-text b {
    font-weight: bold;
}

.container-article-list h2 {
    color: #5E5E5E;
}

.container-article-list h3 {
    color: #5E5E5E;
}

.container-article-list hr {
    border-top: 2px solid #EDEEEC;
}

.container-article-list .articleBox {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.container-article-list #loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.container-article-list #loadMore a {
    background: #F37EA1;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.container-article-list #loadMore a:hover {
    background-color: #EA5A63;
    text-decoration: none;
}

.container-article-list .more-link {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.container-article-list .more-link a {
    background: #F37EA1;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.container-article-list .more-link a:hover {
    background-color: #EA5A63;
    text-decoration: none;
}

.container-article-list .library-link {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.container-article-list .library-link a {
    background: #F37EA1;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px;
    width: 100%;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.container-article-list .library-link a:hover {
    background-color: #EA5A63;
    text-decoration: none;
}


.container-article-list .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.container-article-list .btn-womanlog {
	color: #fff;
	background-color: #F37EA1;
	border-color: #F37EA1;
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.container-article-list .crop-text-4 {
	  -webkit-line-clamp: 4;
	  overflow : hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	}
}



.container-app-info {
    background-color: #FDFFFF;
    color: #5E5E5E;
}

.container-app-info h4.pink {
    color: #e58d9d;
}

.container-app-info h1.pink {
	font-size: 3rem;
    color: #EC6780;
}

.container-app-info span.pink {
    color: #EC6780;
}

.container-app-info h2.gray {
    color: #BDBDBD;
}

.container-app-info h4.orange {
    color: #ef9050;
}

.container-app-info h4.green {
    color: #6ea54e;
}

.container-app-info .womanlog li {
	margin: 0;
	padding: 5px 0px 5px 38px;
	list-style: none;
	background-image: url("/img/list_icon.svg");
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 23px 17px;
    font-size: 1.1rem;
}

.container-app-info .womanlog-rtl li {
	margin: 0;
	padding: 5px 38px 5px 0px;
	list-style: none;
	background-image: url("/img/list_icon.svg");
	background-repeat: no-repeat;
	background-position: right center;
    background-size: 23px 17px;
    font-size: 1.1rem;
}

.container-app-info .womanlogs li {
	margin: 0;
	padding: 5px 0px 5px 38px;
	list-style: none;
	background-image: url("/img/pregnancy_list_icon.svg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
    background-size: 23px 17px;
    font-size: 1.1rem;
}

.container-app-features {
    color: #5E5E5E;
    background-color: #FDFFFF;
}

.container-app-features hr {
    border-top: 2px solid #EDEEEC;
}

.container-privacy-policy {
    color: #5E5E5E;
}

.container-article {
    color: #5E5E5E;
    font-weight: 300;
    font-size: 1.1rem;
    text-align: start;
}

.container-article h1 {
    color: #000;
}

.container-article p {
    font-weight: 300;
    font-size: 1.1rem;
}

.container-article b {
    font-weight: 700!important;
}


.container-article p.paa-web-quote {
    font-style: italic;
}

.container-article p.paa-web-quote::before, p.paa-web-quote::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #E88C9F;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-article .reference {
	font-size: 0.9rem;
	-ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container-article .reference a {
    color: #e58d9d;
    text-decoration: underline;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container-article hr {
    border-top: 2px solid #E88C9F;
}

.container-mobile-article {
    color: #5E5E5E;
    font-weight: 300;
    font-size: 1.0rem;
    text-align: start;
}

.container-mobile-article h1 {
    color: #000;
    font-size: 1.4rem;
}

.container-mobile-article p {
    font-weight: 300;
    font-size: 1.0rem;
    margin-bottom: 0.5rem;
}

.container-mobile-article b {
    font-weight: 700!important;
}


.container-mobile-article p.paa-web-quote {
    font-style: italic;
}

.container-mobile-article p.paa-web-quote::before, p.paa-web-quote::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #E88C9F;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-mobile-article .reference {
	font-size: 0.9rem;
	-ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container-mobile-article .reference a {
    color: #e58d9d;
    text-decoration: underline;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container-mobile-article hr {
    border-top: 2px solid #E88C9F;
}


.container-contact {
    color: #5E5E5E;
}

.container-contact a {
    color: #e58d9d;
}

.container-faq {
    color: #5E5E5E;
}

.container-videos {
    color: #5E5E5E;
}

.container-videos h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}

.read_more_background {
	background-color: #F9DBE5;
}

.read_more_button {
	background-color: #DE7B9A;
	border-color: #DE7B9A;
}

.read_more_button:hover, .read_more_button:active {
	background-color: #d76287;
	border-color: #d76287;
}

.read_more_button:not(:disabled):not(.disabled).active, .read_more_button:not(:disabled):not(.disabled):active, .show>.read_more_button.dropdown-toggle {
	background-color: #d76287;
	border-color: #d76287;
}

.container .blue {
    color: #667b8c;
    font-size: 1.2em;
}

.ui-widget {
	font-family: inherit;
}

.ui-datepicker-header {
	background-color: #ffffff;
	border: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
	color: #000000;
	text-align: center;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ececec;
  border: 0px;
}

.ui-datepicker-calendar .ui-state-highlight {
  background: #efc1c0;
  color: #000000;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #c7616d;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #c7616d;
  color: #ffffff;
}

.calculator_button {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.calculator_button a {
    background: #F37EA1;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.calculator_button a:hover {
    background-color: #EA5A63;
    text-decoration: none;
}

.calculator_large_date {
	font-size: 2.5em;
}

.calculator_medium_date {
	font-size: 2.5em;
	text-align: center;
}

.calculator_input {
	color: #c37076;
	border: 1px solid #c37076;
    border-radius: 3px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-align: center;
}

.calculator_input input {
	color: #c37076;
	border: 0px;
}

.calculator_input .cursor {
	cursor: pointer;
	-webkit-user-select: none; 
 	-ms-user-select: none;
  	user-select: none; 
}

.calculator_input select {
	color: #c37076;
	border: 0px;
}

.page-link {
	color: #F37EA1;
}

.page-link:hover {
	color: #F37EA1;
}

.page-item.active .page-link {
	background-color: #F37EA1;
	border-color: #F37EA1;
}

.img-list-size {
	width: 360px;
	height: 243px;
}

.img-prod-size {
	width: 360px;
	height: 456px;
}

.img-article-size {
	width: 360px;
	height: 243px;
}

.img-add-size {
	width: 165px;
	height: 210px;
}

@media (min-width: 576px) and (max-width: 767px) {
.img-list-size {
	width: 510px;
	height: 344px;
}
.img-prod-size {
	width: 510px;
	height: 645px;
}
.img-article-size {
	width: 510px;
	height: 344px;
}
.img-add-size {
	width: 240px;
	height: 305px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.img-list-size {
	width: 330px;
	height: 223px;
}
.img-prod-size {
	width: 330px;
	height: 409px;
}
.img-article-size {
	width: 570px;
	height: 385px;
}
.img-add-size {
	width: 246px;
	height: 312px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.img-list-size {
	width: 290px;
	height: 196px;
}
.img-prod-size {
	width: 450px;
	height: 569px;
}
.img-article-size {
	width: 610px;
	height: 412px;
}
.img-add-size {
	width: 266px;
	height: 338px;
}
}

@media (min-width: 1200px) {
.img-list-size {
	width: 350px;
	height: 236px;
}
.img-prod-size {
	width: 540px;
	height: 683px;
}
.img-article-size {
	width: 730px;
	height: 493px;
}
.img-add-size {
	width: 326px;
	height: 414px;
}
}

