header {
background: #00C196;
width: 100%;
height: 120px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
}
header img.logo {
width: 150px;
}
@media (max-width: 768px) {
header {
height: 78px;
}
}
header .top-header {
background: #02A581;
}
header .top-header ul {
padding-left: 0;
margin-bottom: 0;
font-size: 0;
}
header .top-header ul li {
margin-right: 0 !important;
font-size: 0;
}
header .top-header ul li:last-of-type a:after {
display: none;
}
header .top-header ul li a {
line-height: 40px;
color: white;
font-size: 14px;
text-decoration: none;
padding: 0 10px;
position: relative;
}
header .top-header ul li a:after {
content: '';
position: absolute;
right: 0;
top: 0px;
height: 20px;
width: 1px;
background: #018C6D;
}
header .header .main_menu ul.menu {
margin-bottom: 0;
}
header .header .main_menu ul.menu li {
margin-right: 0 !important;
position: relative;
}
header .header .main_menu ul.menu li.current-menu-item:after,
header .header .main_menu ul.menu li:hover:after {
content: '';
position: absolute;
bottom: 15px;
left: 0;
right: 0;
background: #FE4D5F;
width: 20px;
height: 3px;
margin: auto;
}
header .header .main_menu ul.menu li.current-menu-item a,
header .header .main_menu ul.menu li:hover a {
font-weight: 700;
}
header .header .main_menu ul.menu li a {
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 18px;
padding: 0 15px;
line-height: 80px;
display: inline-block;
}
header .header .language_select {
position: relative;
}
header .header .language_select a {
color: white;
text-decoration: none;
}
header .header .language_select .current {
line-height: 80px;
}
header .header .language_select .current:hover .language_menu {
display: block;
}
header .header .language_select .current .language_menu {
display: none;
position: absolute;
background: #02A581;
border-radius: 5px;
right: -18px;
top: 65px;
}
header .header .language_select .current .language_menu ul {
margin-bottom: 0;
padding: 5px 15px;
}
header .header .language_select .current .language_menu ul li {
width: 120px;
line-height: 38px;
border-bottom: 1px solid #028d6e;
opacity: 0.9;
}
header .header .language_select .current .language_menu ul li:hover {
opacity: 1;
}
header .header .language_select .current .language_menu ul li:last-of-type {
border-bottom: none;
}
.mobile_menu {
background: #00C196;
height: 100vh;
width: 100%;
margin-left: 0;
padding-left: 0;
position: absolute;
top: 0;
left: 0;
}
.mobile_menu ul.menu {
padding-left: 0;
list-style: none;
}
.mobile_menu ul.menu li:last-of-type a:after {
display: none;
}
.mobile_menu ul.menu li a {
color: white;
text-decoration: none;
font-size: 20px;
display: block;
line-height: 54px;
position: relative;
}
.mobile_menu ul.menu li a:after {
content: '';
position: absolute;
bottom: 0px;
left: 0;
right: 0;
background: #028d6e;
width: 20px;
height: 2px;
margin: auto;
}
.mobile_menu ul.language li {
opacity: 0.6;
}
.mobile_menu ul.language li.current {
opacity: 1;
}
.mobile_menu span.headline {
font-weight: 700;
text-transform: uppercase;
color: #fff;
opacity: 1;
font-size: 22px;
margin-left: auto;
margin-right: auto;
}
h1,
h2,
h3,
p,
span,
div,
li {
font-family: 'Roboto', sans-serif;
}
p,
span,
div,
li {
font-weight: 400;
}
strong {
font-weight: 700;
}
.green {
color: #00C196;
}
.pink {
color: #FE4D5F;
}
.line-art {
width: 100%;
height: 1px;
background: #D9E0E4;
margin-top: 15px;
margin-bottom: 15px;
}
h2 {
font-weight: bold;
font-size: 36px;
line-height: 48px;
}
p {
font-size: 16px;
color: #111;
font-weight: 400;
}
@media (max-width: 768px) {
p {
margin-left: auto;
margin-right: auto;
}
}
p.subheading {
font-size: 16px;
line-height: 21px;
color: #999999;
}
span.heading {
font-size: 28px;
font-weight: 700;
line-height: 38px;
}
a.button-pink,
button.button-pink,
a.button-white,
a.button-white-red {
border-radius: 5px;
background: #FE4D5F;
color: white;
font-size: 16px;
font-weight: 700;
text-align: center;
text-decoration: none;
display: inline-block;
width: auto;
line-height: 46px;
padding: 0 30px;
margin: auto;
}
a.button-pink img,
button.button-pink img,
a.button-white img,
a.button-white-red img {
margin-right: 5px;
max-width: 25px;
}
a.button-white {
background: white;
color: #00C196;
}
a.button-white-red {
background: white;
color: #FE4D5F;
border: 2px solid #FE4D5F;
text-transform: none;
}
.swiper {
height: 100%;
}
@media (max-width: 768px) {
.swiper {
width: 100%;
}
}
:root {
--swiper-theme-color: #00C196 !important;
}
.single.all {
margin-top: 118px;
}
.accordion#faq button.accordion-button {
text-transform: uppercase;
font-weight: 700;
color: #00C196;
background: #d9f6f2;
font-size: 18px;
border-color: #00C196;
padding: 5px 15px;
}
.accordion#faq .accordion-item {
margin-bottom: 15px;
border-color: #00C196;
border: none !important;
}
.accordion#faq .accordion-button:focus {
outline: none;
box-shadow: none;
}
.accordion#faq .accordion-button::after {
color: #00C196;
}
.container.content {
padding-bottom: 40px;
}
.social_row {
width: 100%;
background: #fafafa;
padding: 40px;
}
.social_row h2 {
color: #00ca9d;
font-size: 35px;
line-height: 1.5;
font-weight: 900;
text-align: center;
margin-bottom: 0px;
}
.social_row strong {
font-size: 44px;
}
@media (max-width: 650px) {
.social_row strong {
font-size: 30px;
}
}
.social_row ul {
text-align: Center !important;
margin: auto;
float: none;
margin-top: 20px;
}
.social_row ul li {
text-align: center;
margin: 10px 10px;
display: inline-block;
}
.social_row ul.socials li a {
width: 55px;
height: 55px;
border-radius: 15px;
background: #FC4C60;
border: 3px solid #dc263b;
display: inline-block;
}
.social_row ul.socials li a img {
padding-top: 2px;
}
.social_row ul.socials li a:hover {
border: 3px solid #078B6E;
background: #00CA9D;
}
.plans {
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
}
@media (min-width: 1200px) {
.plans {
margin: auto;
width: 1200px;
}
}
@media (max-width: 1000px) {
.plans {
display: block;
}
}
.plans .plan {
max-width: 260px;
width: 100%;
border: 2px solid #CFCED9;
border-radius: 12px;
text-align: center;
margin: 15px;
min-height: 220px;
padding-top: 15px;
padding-bottom: 15px;
}
@media (max-width: 1000px) {
.plans .plan {
width: 100%;
max-width: 100%;
margin: 15px auto;
text-align: center;
padding: 15px;
}
}
.plans .plan h2 {
font-size: 30px;
font-weight: bold;
line-height: 30px;
}
.plans .plan h2 small {
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
width: 100%;
display: inline-block;
}
.plans .plan p {
margin-top: 10px;
font-size: 16px;
}
.plans .plan a.c-button {
display: inline-block;
width: 83%;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 15px;
border: 1px solid grey;
text-decoration: none;
padding: 15px 20px;
font-weight: 700;
cursor: pointer;
padding-bottom: 15px;
}
.plans .plan.yearly {
border-color: #00CA9D;
background: #E5FCF8;
}
.plans .plan.yearly a {
background: #FC4C60;
color: white;
}
.plans .plan.yearly span {
color: #FC4C60;
font-weight: bold;
}
.plans .plan.monthly a {
color: #2689E5;
border-color: #2689E5;
}
.plans .plan.monthly span {
color: #2689E5;
font-weight: bold;
}
.plans .plan.monthly:hover {
border-color: #2689E5;
}
.plans .plan.monthly:hover a {
color: #fff;
border-color: #2689E5;
background: #2689E5;
}
.plans .plan.weekly a {
color: #FB0CA1;
border-color: #FB0CA1;
}
.plans .plan.weekly span {
color: #FB0CA1;
font-weight: bold;
}
.plans .plan.weekly:hover {
border-color: #FB0CA1;
opacity: 0.4;
}
.plans .plan.weekly:hover a {
color: white;
background: #FB0CA1;
border-color: #FB0CA1;
}
.plans .plan.lifetime img {
max-height: 90px;
}
.plans .plan.inactive {
opacity: 0.4;
}
.single .content h1 {
font-weight: 700;
color: #00C196;
margin-top: 20px;
padding-bottom: 25px;
margin-bottom: 25px;
position: relative;
}
.single .content h1:after {
content: '';
position: absolute;
width: 60px;
height: 5px;
background: #FE4D5F;
margin: auto;
left: 0;
right: 0;
bottom: 0;
border-radius: 5px;
}
.single .content h1.has-text-align-left:after {
left: 0;
right: auto;
}
.pagination {
width: 100%;
margin: 30px auto;
text-align: center;
}
.pagination .content {
float: none;
margin: Auto;
width: fit-content;
}
.pagination .content span,
.pagination .content a {
display: inline-block;
padding: 10px 8px;
text-decoration: none;
font-size: 16px;
color: #fff;
border-radius: 5px;
background: #00C196;
width: 50px;
margin: auto 5px;
font-weight: 700;
opacity: 0.7;
}
.pagination .content span.current,
.pagination .content a.current {
background: #FE4D5F;
opacity: 1;
}
.pagination .content span:hover,
.pagination .content a:hover {
opacity: 1;
}  .comment {
list-style: none;
margin-left: 0;
padding-bottom: 13px;
border-bottom: 1px dashed #ededed;
margin-bottom: 21px;
}
.comment:first-child {
border-top: none;
}
.comment .avatar {
float: left;
margin-right: 20px;
margin-bottom: 20px;
width: 50px;
}
.comment cite {
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
line-height: 1; }
@media (max-width: 500px) {
.comment cite {
font-size: 16px;
}
}
.comment cite a { }
@media (max-width: 500px) {
.comment cite a {
display: block;
}
}
.comment .comment-content,
.comment .comment-meta,
.comment .comment-respond {
margin-left: 56px;
display: table-row;
}
.comment .comment-content {
margin-top: 7px;
}
.comment .comment-content p {
margin-bottom: 21px;
}
.comment .comment-content p:last-child {
margin-bottom: 0;
}
.comment p {
margin-bottom: 0;
word-wrap: break-word;
}
.comment .logged-in-as {
margin-bottom: 10px;
}
.comment .children {
margin-left: 70px;
padding-top: 16px;
border-top: 1px dashed #ededed;
margin-top: 13px; }
@media (max-width: 500px) {
.comment .children {
margin-left: 34px;
}
}
.comment .children .children {
margin-left: 56px; }
@media (max-width: 500px) {
.comment .children .children {
margin-left: 0;
}
}
.comment .children .comment:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.comment .children .comment .avatar {
width: 36px;
height: 36px;
position: relative;
top: 5px; }
@media (max-width: 500px) {
.comment .children .comment .avatar {
top: 0;
}
}
.comment .children .comment .comment-content,
.comment .children .comment .comment-meta,
.comment .children .comment .comment-respond {
margin-left: 56px;
}
.td-comments-title-wrap {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.comment-link {
font-size: 11px;
line-height: 1;
color: #747474;
padding-left: 10px; }
@media (max-width: 500px) {
.comment-link {
padding-left: 0;
margin-bottom: 5px;
margin-top: 5px;
display: block;
}
}
.comment-edit-link {
font-size: 11px;
line-height: 1;
padding-left: 10px; }
.comment-edit-link:hover {
text-decoration: underline;
}
@media (max-width: 500px) {
.comment-edit-link {
padding-left: 0;
margin-bottom: 5px;
margin-top: 5px;
display: block;
}
}
.comment-meta {
margin-top: 3px;
}
.comment-respond {
margin-bottom: 21px; }
@media (max-width: 767px) {
.comment-respond {
margin-left: 0 !important;
}
}
.comment-reply-link {
font-size: 11px;
color: #747474;
}
.comment-reply-link:hover {
color: #4db2ec;
}
.single .comments {
margin-bottom: 48px;
padding-top: 10px;
margin-top: -10px;
} #reply-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 7px;
margin-top: 10px;
}
.logged-in-as {
margin-top: 0;
margin-bottom: 10px;
font-size: 13px;
}
.logged-in-as a {
color: #111111;
font-weight: 600; }
.logged-in-as a:hover {
color: #4db2ec;
}
@media (max-width: 767px) {
.logged-in-as a:last-child {
display: block;
float: right;
}
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: 400;
color: #111111;
margin-left: 10px;
}
#cancel-comment-reply-link:hover {
color: #4db2ec;
}
.comment .comment-form-input-wrap {
margin-top: 0;
margin-bottom: 21px;
}
.comment-subscription-form {
margin-bottom: 3px;
font-size: 13px;
}
.comment-subscription-form .subscribe-label {
margin-left: 3px;
position: relative;
top: -1px;
}
.td-login-comment { }
@media (max-width: 767px) {
.td-login-comment {
background-color: #222;
width: 100%;
margin-top: 20px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.td-login-comment a {
color: #fff;
padding: 14px 0 15px;
line-height: 19px;
display: block;
}
}
.comments .comment-form .submit { }
@media (max-width: 767px) {
.comments .comment-form .submit {
width: 100%;
font-size: 15px;
font-weight: bold;
padding: 15px 0;
text-transform: uppercase;
}
}
.comments {
clear: both;
}
.comment-form .td-warning-comment,
.comment-form .td-warning-author,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error {
display: none;
}
.comment-form textarea {
display: block;
}
.td-comment-form-warnings .td-warning-comment,
.td-comment-form-warnings .td-warning-author,
.td-comment-form-warnings .td-warning-email,
.td-comment-form-warnings .td-warning-email-error {
margin-bottom: -11px;
color: #ff7a7a;
font-size: 11px;
font-style: italic;
line-height: 15px;
}
.td-form-comment,
.td-form-author,
.td-form-email,
.td-form-url {
margin-top: 0;
margin-bottom: 21px;
}
.comment-pagination { }
@media (max-width: 767px) {
.comment-pagination {
margin-bottom: 25px;
margin-left: -3%;
margin-right: -3%;
text-align: center;
}
.comment-pagination a {
background-color: #222;
color: #fff;
padding: 14px 0;
display: inline-block;
width: 45%;
text-align: center;
line-height: 1;
margin: 0 2%;
font-size: 13px;
}
}
.comment-list li:last-child { }
@media (max-width: 767px) {
.comment-list li:last-child {
border: none;
}
}
.comment-form-cookies-consent label {
margin-left: 8px;
}
.comment-form-cookies-consent * {
vertical-align: middle;
}
.comments footer {
background: none;
}
#submit:hover {
color: #fff;
background-color: #fd6a7b;
}
#submit {
position: relative;
color: #fff;
background-color: #fc4c60;
-webkit-transition: background-color 0.2s ease;
-o-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
#submit {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
border: none;
border-radius: 10px;
text-decoration: none;
padding: 15px 40px;
font-weight: 700;
cursor: pointer;
}
.td-widget-search-input {
border: none;
background: #faf8f6;
color: #53d5b6;
line-height: 45px;
padding: 0px 15px;
font-weight: bold;
border-radius: 5px;
float: left;
width: 300px;
}
.td-widget-search-input:active,
.td-widget-search-input:focus-visible {
border: none !important;
outline: none;
}
.td-search-form-widget {
position: absolute;
right: 40px;
bottom: 40px;
}
@media (max-width: 767px) {
.td-search-form-widget {
position: relative;
margin: Auto;
left: 0;
right: 0;
bottom: 10px;
}
.search-cont {
margin: auto;
text-align: center;
width: 349px;
}
}
@media (max-width: 400px) {
.search-cont {
margin: auto;
text-align: center;
width: 250px;
}
.td-widget-search-input {
width: 202px;
}
}
.comments input,
.comments textarea {
line-height: 40px;
padding: 0 15px;
border: none;
background: #faf8f6;
color: #53d5b6;
border-radius: 5px;
font-weight: bold;
}
.comments textarea {
width: 97%;
height: 150px;
}
.comments input:active,
.comments input:focus-visible,
.comments textarea:active,
.comments textarea:focus-visible {
border: none !important;
outline: none;
}
.comments input::placeholder,
.comments input::placeholder,
.comments textarea::placeholder,
.comments textarea::placeholder {
color: #53d5b6;
}
.td-form-comment,
.td-form-author,
.td-form-email,
.td-form-url {
margin-bottom: 15px;
}
.td-form-author,
.td-form-email,
.td-form-url {
float: left;
margin-right: 0px;
max-width: 33%;
overflow: hidden;
}
.td-form-author input,
.td-form-email input,
.td-form-url input {
max-width: 95%;
}
.td-form-url {
margin-right: 0;
}
p.comment-form-cookies-consent {
display: block;
width: 100%;
clear: both;
margin-top: 5px;
margin-bottom: 5px;
}
input#wp-comment-cookies-consent {
float: none;
}
.comments input#submit {
line-height: inherit;
margin-top: 10px;
}
@media (max-width: 700px) {
.td-form-author,
.td-form-email,
.td-form-url {
width: 100%;
max-width: 100%;
}
.td-form-author input,
.td-form-email input,
.td-form-url input {
width: 100%;
max-width: 100%;
}
.comments textarea {
width: 100%;
height: 150px;
}
.comments #submit {
line-height: inherit;
margin-top: 10px;
text-align: center;
display: block;
}
}
.submit-button-search {
background-image: url(https://www.anniebabymonitor.com/mydata/myuploads/search_btn.png);
background-repeat: no-repeat;
width: 48px;
border: none;
height: 45px;
}
.submit-button-search:hover {
cursor: pointer;
}
.c-navbar__nav-item-dropdown-content li a picture {
display: block;
}
.c-blog-article__main-content ul li:before {
display: none;
}
.c-blog-article__main-content ul li {
list-style-type: disc;
}
.wp-block-embed iframe {
max-width: 100%;
min-height: 380px;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
border-radius: 5px;
border: 1px solid #eee;
line-height: 40px;
margin-top: 10px;
}
.contact {
background: #f9f8f8;
}
.contact .content ul li {
line-height: 60px;
padding-left: 35px;
position: relative;
}
.contact .content ul li:before {
content: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/thick.png);
position: absolute;
lefT: 0;
top: 2px;
width: 25px;
height: 25px;
} #dialog-content,
#dialog-content--clone {
background: #f5f5f5;
border-radius: 30px;
width: 500px;
flex-direction: column;
padding: 40px;
text-align: center;
}
#dialog-content p.big,
#dialog-content--clone p.big {
font-size: 22px;
margin-top: 20px;
}
#dialog-content p.bigger,
#dialog-content--clone p.bigger {
font-size: 16px;
margin-top: 20px;
}
#dialog-content h2,
#dialog-content--clone h2 {
font-weight: bold;
font-size: 28px;
color: #00ca9d;
}
#dialog-content a {
color: #FE4D5F;
}
#dialog-content strong,
#dialog-content--clone strong {
font-weight: bold;
font-size: 52px;
color: #fc4c60;
}
.promo_badge {
display: none;
}
@media (max-width: 650px) {
.promo_badge {
display: none;
}
#launch:before {
display: none;
}
#dialog-content,
#dialog-content--clone {
width: auto !important;
}
}
.promo_badge:before {
content: '';
position: absolute;
left: -55px;
bottom: -15px;
background: url(https://www.anniebabymonitor.com/wp-content/uploads/discount_new.png);
width: 81px;
height: 83px;
}
.swiper-pagination-bullet {
width: 12px !important;
height: 12px !important;
display: inline-block !important;
}
form.wpcf7-form {
width: 100%;
}
form.wpcf7-form input {
width: 100%;
padding: 0 15px;
line-height: 42px;
margin-bottom: 5px;
}
form.wpcf7-form textarea {
height: 130px;
width: 100%;
padding: 0 15px;
margin-bottom: 5px;
}
form.wpcf7-form span[data-name=your-name]:before {
content: '';
position: absolute;
left: 10px;
top: 1px;
width: 20px;
height: 40px;
z-index: 999;
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/user_icon.png) top left no-repeat;
}
form.wpcf7-form span[data-name=your-email]:before {
content: '';
position: absolute;
left: 10px;
top: 4px;
width: 20px;
height: 40px;
z-index: 999;
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/mail_icon.png) top left no-repeat;
}
form.wpcf7-form input[type=submit] {
background: #FE4D5F;
color: white;
width: auto;
float: right;
padding: 5px 40px;
}
form.wpcf7-form input[name=your-name] {
position: relative;
padding-left: 35px;
}
form.wpcf7-form input[name=your-email] {
position: relative;
padding-left: 35px;
}
form.wpcf7-form .wpcf7-not-valid-tip {
display: inline-block;
font-size: 14px;
padding-left: 15px;
}
form.wpcf7-form .wpcf7-response-output {
padding: 15px;
border-radius: 10px;
float: left;
margin-top: 10px;
}
.new_contact p a {
color: #FE4D5F;
}
.new_contact .contact_form textarea {
height: 120px;
min-height: 120px;
}
.new_contact h1 {
font-size: 30px;
line-height: 40px;
font-weight: 400 !important;
color: #333 !important;
margin-top: 0 !important;
padding-bottom: 10px;
margin-bottom: 10px;
}
.new_contact h1:after {
display: none;
}
.new_contact h1 strong {
font-weight: 800;
}
.new_contact h1 strong span {
color: #00C196;
font-weight: 800;
}
body {
font-family: 'Roboto', sans-serif;
}
html {
margin-top: 32px !important;
}
.homepage.all {
margin-top: 88px;
}
@media (max-width: 768px) {
.homepage.all {
margin-top: 32px;
}
}
.homepage h1 {
font-size: 34px;
font-weight: 700;
line-height: 45px;
opacity: 1;
color: white;
}
.homepage h1 small {
font-size: 16px;
text-transform: uppercase;
line-height: 21px;
opacity: 0.65;
font-weight: 400;
}
.homepage_banner {
background: #999;
min-height: 750px;
}
@media (max-width: 768px) {
.homepage_banner {
min-height: 535px;
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/homepage_banner.jpg) top center no-repeat;
}
}
.homepage_banner p a {
color: white;
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
text-decoration: none;
}
.devices img {
max-width: 600px;
}
@media (max-width: 1000px) {
.devices img {
max-width: 100%;
}
}
.features .small_video {
width: 370px;
height: 200px;
margin: 0 auto 15px auto;
border-radius: 10px;
}
@media (max-width: 768px) {
.features .small_video {
max-width: 100%;
}
}
.features .small_video video {
max-width: 100%;
margin: Auto;
border-radius: 10px;
}
.features_slider .slide,
.features_second_slider .slide {
width: 100%;
display: flex;
align-content: center;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}
.features_slider .slide .content,
.features_second_slider .slide .content {
background: #FE4D5F;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
color: white;
max-width: 280px;
padding: 15px;
}
@media (max-width: 768px) {
.features_slider .slide .content,
.features_second_slider .slide .content {
max-width: 180px;
}
}
.features_slider .slide .content span.heading,
.features_second_slider .slide .content span.heading {
font-size: 26px;
font-weight: 700;
line-height: 32px;
color: white;
}
@media (max-width: 500px) {
.features_slider .slide .content span.heading,
.features_second_slider .slide .content span.heading {
font-size: 20px;
line-height: 24px;
}
}
.features_slider .slide .content p,
.features_second_slider .slide .content p {
line-height: 26px;
color: white;
max-width: 100%;
}
@media (max-width: 500px) {
.features_slider .slide .content p,
.features_second_slider .slide .content p {
font-size: 14px;
line-height: 18px;
}
}
.second_slider_features {
background: #00C196;
color: white;
}
.second_slider_features .feature {
padding: 5px 10px;
position: relative;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.second_slider_features .feature a.head {
background: #009776;
border-radius: 5px;
color: white;
padding: 10px 15px 10px 10px;
width: 100%;
font-size: 16px;
line-height: 34px;
font-weight: 300;
text-decoration: none;
display: inline-block;
}
.second_slider_features .feature a.head strong {
font-weight: 700;
display: inline-block;
margin-right: 15px;
padding-right: 10px;
position: relative;
}
.second_slider_features .feature a.head strong img {
max-width: 34px;
}
.second_slider_features .feature a.head strong:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 34px;
background: #43bba2;
}
.second_slider_features .feature .content {
background: #02382b;
padding: 10px 15px;
border-radius: 5px;
position: relative;
}
.second_slider_features .feature .content span.heading {
display: inline-block;
margin-bottom: 30px;
opacity: 1;
font-size: 20px;
line-height: 22px;
font-weight: 300;
color: white;
}
.second_slider_features .feature .content span.heading small {
opacity: 0.6;
font-size: 14px;
}
.second_slider_features .feature .content p {
max-width: 100%;
opacity: 0.96;
font-size: 14px;
font-weight: 300;
color: white;
}
.second_slider_features .feature .content img {
position: absolute;
right: 10px;
top: 10px;
max-width: 65px;
}
.how_it_works_slider {
background: #F5F5F5;
}
.how_it_works_slider .slide h2 {
line-height: 21px;
position: relative;
}
.how_it_works_slider .slide h2:after {
content: '';
position: absolute;
margin: auto;
left: 0;
bottom: 0;
right: 0;
width: 50px;
height: 2px;
background: #00C196;
}
.how_it_works_slider .slide h2 small {
font-size: 16px;
font-weight: 400;
}
.how_it_works_slider .slide h2 small.grey {
color: #999999;
}
.how_it_works_slider .slide a {
font-weight: 700;
}
.how_it_works_slider .slide img {
border-radius: 5px;
}
.reviews {
background: #f5f5f5;
}
.reviews p {
color: #999999;
}
.reviews a.show_less img {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.reviews .review {
max-width: 80%;
margin: auto;
}
@media (max-width: 768px) {
.reviews .review {
border-top: 1px solid #dddddd;
}
}
.reviews .review .heading {
font-weight: 700;
font-size: 22px;
line-height: 26px;
}
.reviews .review .author {
font-weight: 700;
font-size: 16px;
}
.reviews .review .stars li {
margin-right: 0;
}
.references .reference_slider .slide span.heading {
font-size: 17px;
font-weight: 700;
line-height: 26px;
}
.references .reference_slider .slide span.author {
font-size: 14px;
font-weight: 700;
}
.video-container {
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
.video-container .container .row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
height: 100%;
position: absolute;
left: 0;
right: 0;
}
.video-container .container .row .caption {
z-index: 99;
}
.video-container video { max-width: 100%;
position: absolute;
top: 0;
}
@media (max-width: 768px) {
.video-container video {
display: none;
}
}
.reference_swiper .swiper-slide {
width: 33%;
margin: auto;
padding: 20px;
}
.reference_swiper .swiper-slide a {
color: #FE4D5F;
}
@media (max-width: 768px) {
.reference_swiper .swiper-slide {
width: 70%;
padding: 10px;
}
.reference_swiper .swiper-slide p {
max-width: 100%;
}
.reference_swiper .swiper-slide.swiper-slide-next,
.reference_swiper .swiper-slide.swiper-slide-prev {
opacity: 0.4;
}
}
.article {
max-width: 768px;
margin: 40px auto;
}
.article header {
position: relative;
background: none;
height: auto;
width: 100%;
}
@media (max-width: 768px) {
.article {
margin: 15px auto;
}
}
.article h1 {
font-size: 34px;
padding-bottom: 15px;
padding-top: 10px;
line-height: 38px;
margin-top: 30px;
margin-bottom: 0;
color: #111;
}
.article h2 {
font-size: 26px;
margin-bottom: 10px;
line-height: 32px;
margin-top: 30px;
padding-bottom: 0;
}
.article p {
text-align: justify;
}
.article p.has-text-align-center {
text-align: center;
}
.article img {
max-width: 100%;
height: auto !important;
}
.article .article_info {
background: #F9F8F8;
width: 100%;
padding: 0px 20px;
}
.article .article_info ul {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-content: center;
justify-content: space-between;
align-items: center;
height: 80px;
}
.article .article_info ul li {
color: #000;
font-weight: bold;
line-height: 30px;
}
.article .article_info ul li.date {
font-weight: bold;
}
.article .article_info ul li.author a {
text-decoration: none;
color: #FE4D5F;
}
.article .article_info ul li.share {
display: flex;
align-items: center;
}
.article .article_info ul li.share a {
line-height: 30px;
display: inline-block;
}
.article .article_info ul li.share img {
margin-right: 5px;
margin-left: 5px;
width: 30px;
height: 30px;
}
.article_single {
margin-bottom: 30px;
}
.article_single img {
max-width: 100%;
height: auto;
}
.article_single a {
color: #222;
text-decoration: none;
display: block;
}
.article_single a h2 {
font-size: 20px;
text-decoration: none;
color: #222;
font-weight: 800;
line-height: 30px;
margin-bottom: 5px;
padding-bottom: 5px;
max-width: 95%;
}
.article_single a h2 small {
font-size: 14px;
line-height: 22px;
font-weight: normal;
}
.article_single a p {
font-size: 15px;
line-height: 26px;
}
.article_single a div.thumb {
display: block;
height: 230px;
background-size: cover !important;
background-origin: content-box !important;
background-repeat: no-repeat !important;
border-radius: 10px;
overflow: hidden;
}
.article_single .share li {
line-height: 28.5px;
margin-right: 0;
}
.article_single .share li:last-of-type {
margin-left: 5px;
}
.article_single .share li:first-child {
font-size: 14px;
}
.article_single .share a {
height: auto;
display: inline-block;
}
.article_single .share a img {
width: 30px;
height: 30px;
}
.article_single .categories {
max-width: 68%;
}
.article_single .categories.full_width {
width: 100%;
max-width: 100%;
}
.article_single .categories a.category {
float: left;
display: inline-block;
border-radius: 5px;
padding: 0px 10px;
line-height: 30px;
margin-right: 5px;
font-size: 13px;
background: #f5f5f5;
margin-bottom: 5px;
color: #111;
}
.sidebar .article_single {
margin-bottom: 15px;
}
.articles h1 {
padding-bottom: 0;
margin-top: 0px;
font-size: 18px;
margin-bottom: 0;
line-height: 32px;
}
.article_promo {
padding-top: 120px;
padding-bottom: 0px;
margin-bottom: 30px;
background: #e8f9f7;
position: relative;
}
@media (max-width: 768px) {
.article_promo .article_big {
text-align: center;
}
.article_promo .article_big p {
max-width: 100%;
text-align: center;
}
.article_promo .article_big a.thumb {
height: 240px;
}
}
.article_promo .article_big a.thumb {
display: block;
min-height: 240px;
background-size: cover !important;
background-origin: content-box !important;
background-repeat: no-repeat !important;
}
.article_promo .article_big a.thumb img {
border-radius: 10px;
}
.article_promo .article_small h2 {
line-height: 22px;
font-size: 18px;
}
.article_promo .article_small div.thumb {
height: 170px;
margin-bottom: 10px;
height: 90px;
width: 145px;
float: left;
margin-right: 15px;
}
.article_promo a.thumb {
display: block;
height: 350px;
background-size: contain !important;
background-origin: content-box !important;
background-repeat: no-repeat !important;
border-radius: 10px;
}
.article_promo a {
color: #222;
text-decoration: none;
display: block;
}
.article_promo a h2 {
font-size: 34px;
text-decoration: none;
color: #222;
font-weight: 800;
line-height: 46px;
margin-bottom: 5px;
padding-bottom: 5px;
}
.article_promo a h2 small {
font-size: 14px;
line-height: 22px;
font-weight: normal;
}
.article_promo a p {
font-size: 15px;
line-height: 26px;
}
.article_promo .share li {
line-height: 28.5px;
margin-right: 0;
}
.article_promo .share li:last-of-type {
margin-left: 5px;
}
.article_promo .share a {
height: auto;
display: inline-block;
}
.article_promo .share a img {
width: 30px;
height: 30px;
}
.article_promo .categories {
max-width: 58%;
}
.article_promo .categories a.category {
float: left;
display: inline-block;
border-radius: 5px;
padding: 0px 10px;
line-height: 30px;
margin-right: 5px;
margin-bottom: 5px;
font-size: 13px;
background: #fff;
color: #111;
}
.headline {
width: fit-content;
}
.blog_head {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
}
.blog_head .row {
width: 100%;
}
.category_list ul {
width: fit-content;
}
.category_list ul li a {
font-size: 13px;
background: #f5f5f5;
color: #111;
text-decoration: none;
line-height: 32px;
padding: 0 10px;
border-radius: 5px;
display: inline-block;
margin-bottom: 5px;
}
.category_list ul li.current a {
background: #FE4D5F;
color: white;
}
.no-posts {
min-height: 300px;
background: #f5f5f7;
padding: 50px;
border-radius: 5px;
margin-top: 30px;
margin-bottom: 30px;
display: flex;
align-content: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.no-posts h3 {
color: #999;
}
.breadcrumbs {
margin-top: 85px;
border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
.breadcrumbs {
margin-top: 45px;
border-bottom: 1px solid #eee;
margin-bottom: 0px;
padding-bottom: 15px;
}
}
.breadcrumbs ul {
margin-bottom: 0;
padding-bottom: 0;
}
.breadcrumbs ul li {
line-height: 70px;
display: inline-block;
font-weight: 400;
color: #ccc;
}
@media (max-width: 768px) {
.breadcrumbs ul li {
line-height: 26px;
}
}
.breadcrumbs ul li a {
color: #00C196;
}
.after_article a {
display: block;
text-decoration: none;
color: #111;
width: fit-content;
margin: 40px auto;
}
.after_article a.button-pink {
color: white;
}
.after_article a.to_top {
font-weight: 800;
}
.after_article a.to_top img {
position: relative;
top: -2px;
margin-left: 10px;
} body.faq-single .content h1 {
font-size: 24px;
font-weight: 800;
position: relative;
margin-bottom: 25px;
padding-bottom: 30px;
line-height: 28px;
}
body.faq-single .content h1:after {
display: block;
position: absolute;
width: 112px;
height: 5px;
bottom: 0;
left: 0;
background: blue;
content: '';
}
body.faq-single .content video {
margin: auto;
text-align: center;
}
body.faq-single .content .related_articles {
margin-top: 40px;
}
body.faq-single .content .related_articles h2 {
font-size: 18px;
font-weight: 800;
padding-bottom: 0;
margin-bottom: 15px;
}
body.faq-single .content .related_articles ul {
padding-left: 0;
margin-left: -15px;
}
body.faq-single .content .related_articles ul li:first-of-type a {
border-top: none;
}
body.faq-single .breadcrumbs {
border-bottom: 0;
margin-left: 0;
margin-bottom: 30px;
margin-top: -15px;
}
body.faq-single .breadcrumbs ul {
padding-left: 0;
}
body.faq-single .breadcrumbs ul li {
padding-right: 10px;
}
body.faq-single .wp-block-gallery {
display: flex;
justify-content: space-between;
}
body.faq-single .wp-block-table table {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
}
body.faq-single .wp-block-table table tr td {
border-bottom: 1px solid #999;
line-height: 60px;
}
body.faq-single .wp-block-table table tr td:nth-of-type(2),
body.faq-single .wp-block-table table tr td:nth-of-type(3) {
text-align: Center;
}
body.faq-single .wp-block-image {
margin: 30px auto;
text-align: center;
}
.support .content h1 {
margin-bottom: 0;
padding-bottom: 15px;
}
.support .content .faq_list {
margin-top: 60px;
}
.article.content h2 {
background: url(https://www.anniebabymonitor.com/wp-content/uploads/headline_stars.png) top right no-repeat;
display: inline-block;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 30px;
color: #111;
font-weight: 400;
position: relative;
}
.article.content h2:after {
content: '';
width: calc(100% - 30px);
height: 10px;
background: #9fe9d6;
border-radius: 22px;
position: absolute;
left: 0px;
bottom: 10%;
opacity: 0.4;
}
.article.content h3 {
font-size: 24px;
}
.article.content h3 mark {
font-size: 16px;
font-weight: 700;
}
.article.content .has-pale-pink-color {
color: #f78da7 !important;
}
.article.content ul li a {
color: #333;
}
.sidebar {
padding: 15px;
height: fit-content;
margin-top: 15px;
}
.sidebar h2 {
font-size: 28px;
line-height: 38px;
margin-bottom: 15px;
}
.article_smallest .article_single .thumb {
float: left;
height: 105px;
margin-right: 15px;
width: 40%;
}
.article_smallest .article_single h2 {
font-size: 16px;
line-height: 22px;
float: left;
width: 50%;
}
.article_smallest .article_single h2 small {
font-weight: 400;
}
figure.block-image.alignright.size-medium {
float: right !important;
margin-left: 15px !important;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
float: right !important;
margin-left: 15px !important;
}
.app {
background: #f9f8f8;
}
.app h1 {
color: #00C196;
font-size: 46px;
}
.app h1 small {
color: #FE4D5F;
text-transform: none;
font-weight: 700;
opacity: 1;
font-size: 22px;
margin-bottom: 22px;
display: inline-block;
}
.app .heading-video {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/first-section-top.png) top center no-repeat;
width: 100%;
height: 676px;
position: relative;
}
.app .heading-video .app_video video {
max-width: 100%;
}
.app .heading-video p a {
color: #111;
}
.app .mobile-overlay {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/mobile-video-overlay.png) top center no-repeat;
width: 780px;
height: 373px;
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
bottom: 70px;
max-width: 100%;
background-size: contain;
}
.app .app-register-login {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/first-section-bottom.png) bottom center no-repeat;
min-height: 150px;
}
.app .app-register-login p {
line-height: 40px;
font-size: 22px;
}
.app .app-register-login p a {
text-transform: uppercase;
display: inline-block;
}
.app .app-register-login p a.ordinary {
color: #00C196;
font-weight: 800;
text-transform: none;
}
.app .app-features {
margin-bottom: 40px;
}
.app .app-features .feature {
background: none;
width: 20%;
border-radius: 15px;
opacity: 0.6;
}
@media (max-width: 1200px) {
.app .app-features .feature {
width: 33%;
}
}
@media (max-width: 768px) {
.app .app-features .feature {
width: 100%;
}
}
.app .app-features .feature img {
clear: both;
background: #00C196;
border-radius: 70px;
margin-bottom: 20px;
}
.app .app-features .feature span.heading {
display: block;
width: 100%;
color: #00C196;
margin-bottom: 15px;
}
.app .app-features .feature .content {
min-height: 340px;
padding-top: 20px;
}
.app .app-features .feature.swiper-slide-active {
opacity: 1;
background: #dcf6f2;
}
.app .app-features .swiper-wrapper {
padding-bottom: 60px;
}
.app .app-features .swiper-pagination {
bottom: 0px;
}
.app .app-how-it-works {
height: 600px;
width: 100%;
position: relative;
background: #ddd; }
.app .app-how-it-works video {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: 0;
}
.app .app-how-it-works .caption {
z-index: 1;
background: rgba(60, 60, 60, 0.7);
position: relative;
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
}
.app .app-how-it-works .caption .container h2,
.app .app-how-it-works .caption .container p {
color: white;
}
.app .app-better-price {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/pattern.svg) top left;
}
.app .app-better-price .block {
background: white;
padding: 40px;
max-width: 440px;
border-radius: 15px;
margin: auto;
float: none;
}
.app .app-better-price .block h3 {
font-weight: 700;
}
.app .app-better-price .block p {
font-weight: 300;
}
.app .app-faq {
background: #fff;
}
.hotels .heading.top {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/hotels/slider-1.png) bottom center no-repeat;
width: 100%;
min-height: 666px;
}
@media (max-width: 600px) {
.hotels .heading.top {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/hotels/mobile_bcg.png) bottom center no-repeat;
background-size: cover;
}
}
.hotels .heading.top h1 {
color: #00C196;
font-size: 64px;
font-weight: 800;
line-height: 84px;
}
.hotels .heading.top h1 small {
font-weight: 800;
text-transform: none;
font-size: 30px;
opacity: 1;
}
@media (max-width: 1200px) {
.hotels .heading.top h1 {
font-size: 32px;
line-height: 42px;
}
.hotels .heading.top h1 small {
font-size: 18px;
}
}
.hotels .heading.top p {
line-height: 32px;
font-size: 16px;
font-weight: 300;
}
.hotels .heading.top a {
text-transform: none;
}
.hotels .promo .image {
background-size: cover !important;
min-height: 550px;
}
@media (max-width: 768px) {
.hotels .promo .image {
min-height: 300px !important;
}
}
.hotels .promo .text {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/hotels/secondary-background.svg) top center no-repeat;
min-height: 550px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
}
@media (max-width: 768px) {
.hotels .promo .text {
min-height: 300px !important;
max-width: 100%;
}
}
.hotels .promo .text .content {
max-width: 450px;
}
@media (max-width: 768px) {
.hotels .promo .text .content {
max-width: 100%;
padding: 20px 40px;
}
}
.hotels .promo .text .content h2 {
margin-bottom: 34px;
font-weight: 800;
}
.hotels .promo .text .content p {
line-height: 32px;
font-weight: 400;
}
.hotels .promo .text .content p strong {
font-size: 24px;
display: inline-block;
margin-bottom: 10px;
}
.hotels .hotel-how-it-works {
background: #fafafa;
}
.hotels .hotel-how-it-works .steps .step h4 {
font-size: 18px;
font-weight: 800;
max-width: 80%;
margin: auto;
}
.hotels .hotel-how-it-works .steps .step a {
color: #111;
}
.hotels .hotel-features {
background: #00C196;
}
.hotels .hotel-features h2 {
color: white;
}
.hotels .hotel-features .feature:nth-child(odd) {
background: #1acfa7;
}
.hotels .hotel-features .feature .content {
max-width: 50%;
margin: auto;
padding: 30px 0;
}
.hotels .hotel-features .feature .content h3 {
font-weight: 800;
color: white;
font-size: 20px;
margin-bottom: 10px;
}
.hotels .reviews .reviews_row .review {
margin-top: 0;
}
.hotels .stats {
background: #00C196;
margin: auto;
text-align: center;
}
.hotels .stats ul li {
color: white;
width: 10%;
display: inline-block;
}
@media (max-width: 768px) {
.hotels .stats ul li {
width: 100%;
margin-bottom: 15px;
display: inline-block;
}
}
.hotels .stats ul li strong {
font-weight: 800;
font-size: 28px;
}
.hotels .register-now .image {
background-size: cover !important;
min-height: 550px;
}
@media (max-width: 768px) {
.hotels .register-now .image {
min-height: 300px !important;
}
}
.hotels .register-now .text {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
}
.hotels .register-now .text .content {
max-width: 650px;
}
.hotels .register-now .text .content h2 {
margin-bottom: 34px;
font-weight: 800;
}
.hotels .register-now .text .content p {
line-height: 32px;
font-weight: 400;
}
.hotels .register-now .text .content p strong {
font-size: 24px;
display: inline-block;
margin-bottom: 10px;
}
.hotels .register-now .text .content .button-pink {
text-transform: none;
}
.hotels .hotel-contact-us {
background: #fafafa;
}
.hotels .hotel-contact-us form {
max-width: 450px;
margin: auto;
}
.hotels .hotel-contact-us form input[type=submit] {
margin: auto;
float: none !important;
}
form#searchform input#searchsubmit {
background: #FE4D5F;
color: white;
padding: 0px 22px;
margin-top: 0;
}
@media (max-width: 768px) {
form#searchform input#searchsubmit {
margin-top: 15px;
}
}
form#searchform input#s {
padding: 0px 10px;
border-color: #999;
margin-top: 0;
margin-right: 15px;
}
@media (max-width: 768px) {
form#searchform input#s {
margin-right: 0px;
}
}
.author_detail .photo {
float: left;
margin-right: 30px;
}
.author_detail .text span.headline {
font-weight: 800;
font-size: 38px;
display: inline-block;
margin-bottom: 22px;
line-height: 28px;
}
.author_detail .text span.headline small {
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
}
.author_detail .text span.headline p {
font-size: 15px;
}
.author_detail .text p.linkedin {
font-size: 14px;
}
.author_detail .text p.linkedin a {
text-decoration: underline;
}
.author_detail .text p.linkedin a img {
margin-right: 8px;
}
.article_banner {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/banner_bcg.png) top center no-repeat;
background-size: contain;
border-radius: 10px;
width: 100%;
height: 126px;
margin: 20px auto;
text-align: center;
}
.article_banner a {
display: block;
float: right;
height: 50px;
margin-top: 60px;
}
@media (max-width: 1400px) {
.article_banner a {
margin-top: 60px;
}
}
@media (max-width: 1200px) {
.article_banner a {
margin-top: 51px;
height: 40px;
}
}
@media (max-width: 1000px) {
.article_banner a {
margin-top: 58px;
height: 44px;
}
}
@media (max-width: 768px) {
.article_banner a {
margin-top: 210px;
}
}
.article_banner a:hover {
cursor: pointer;
}
.article_banner a.app_store_link {
width: 140px;
}
@media (max-width: 1200px) {
.article_banner a.app_store_link {
margin-left: 9px;
}
}
@media (max-width: 1200px) {
.article_banner a.app_store_link {
width: 117px;
}
}
@media (max-width: 1000px) {
.article_banner a.app_store_link {
width: 132px;
}
}
.article_banner a.google_play_link {
width: 157px;
margin-right: 13px;
margin-left: 13px;
}
@media (max-width: 1400px) {
.article_banner a.google_play_link {
margin-left: 9px;
}
}
@media (max-width: 1200px) {
.article_banner a.google_play_link {
width: 130px;
margin-right: 10px;
margin-left: 10px;
}
}
@media (max-width: 1000px) {
.article_banner a.google_play_link {
width: 150px;
}
}
@media (max-width: 768px) {
.article_banner a.google_play_link {
margin-right: 17px;
margin-left: 7px;
}
}
@media (max-width: 1200px) {
.article_banner {
height: 118px;
}
}
@media (max-width: 768px) {
.article_banner {
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/banner_bcg_mobile.png) top center no-repeat;
height: 320px;
width: 320px;
background-size: auto;
}
}
#searchform {
position: relative;
}
#searchform div {
position: Relative;
}
#searchform div input#s {
width: 100%;
background: #f7f7f7;
border-color: #f1f1f1;
height: 48px;
}
#searchform div input#searchsubmit {
position: absolute;
right: 5px;
top: 2px;
text-indent: -9999px;
width: 40px;
height: 100%;
border: none;
background: url(https://www.anniebabymonitor.com/wp-content/themes/annietheme/dist/assets/images/layout/search_icon.png) top center no-repeat;
}
.search_article {
max-width: 350px;
}
footer {
background: #333333;
}
footer .footer_block {
position: relative;
}
footer .footer_block ul.news {
margin-top: -10px;
padding-left: 15px;
}
footer .footer_block ul.news li {
list-style-type: disc;
color: white !important;
}
@media (max-width: 568px) {
footer .footer_block ul.news li {
Text-align: center;
list-style-type: none;
}
}
@media (max-width: 568px) {
footer .footer_block ul.news {
padding-left: 0;
margin: auto;
margin-bottom: 15px;
}
}
footer .footer_block:last-of-type:after {
display: none;
}
footer .footer_block:after {
content: '';
position: absolute;
width: 80%;
height: 2px;
background: #4C4C4C;
margin: auto;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 1000px) {
footer .footer_block:after {
display: none;
}
}
footer .footer_block h3 {
font-size: 24px;
font-weight: 700;
line-height: 32px;
color: white;
position: relative;
padding-bottom: 25px;
margin-bottom: 25px;
}
@media (min-width: 1000px) {
footer .footer_block h3 {
padding-bottom: 15px;
margin-bottom: 15px;
font-size: 22px;
}
}
footer .footer_block h3:after {
content: '';
position: absolute;
width: 50px;
height: 2px;
background: #FE4D5F;
margin: auto;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 1000px) {
footer .footer_block h3:after {
right: 100%;
}
}
footer .footer_block p {
color: white;
line-height: 26px;
opacity: 0.8;
}
footer .footer_block a {
color: white;
}
footer .footer_block ul.socials li {
opacity: 1;
}
footer .footer_block ul {
margin-left: 0;
padding-left: 0;
}
footer .footer_block ul li {
list-style-type: none;
line-height: 32px;
opacity: 0.8;
}
footer .footer_block input {
background: #4C4C4C;
border: 1px solid #828282;
color: #9C9C9C;
height: 44px;
border-radius: 5px;
width: 280px;
margin: auto;
}
@media (min-width: 1000px) {
footer .footer_block input {
width: 80%;
margin-left: 0;
}
}
footer .footer_block button.button-pink {
border: none;
outline: none;
width: 280px;
}
@media (min-width: 1000px) {
footer .footer_block button.button-pink {
width: 80%;
padding: 0 20px;
}
}
@media (min-width: 1000px) {
footer .footer_block a.button-pink {
padding: 0 20px;
}
}
footer .footer_bottom {
background: #111;
}
footer .footer_bottom p {
color: white;
font-size: 12px;
padding: 15px 15px;
opacity: 1;
}
footer .footer_bottom p a {
color: white;
}