/*
 * PocketLists.com
 *
 * @link https://1312.io
 * @author 1312 Inc.
 * @copyright 2019, 1312 Inc.
 * @package PocketLists.com
 */

.pl2download { display: flex; flex-direction: column; height: 100vh; }
.pl2download-clear { flex: 1; text-align: center; padding-top: 25vh; padding-bottom: 2rem; }
.pl2download-clear .badge-appstore { opacity: 0.5; transition: 0.2s opacity; }
.pl2download-clear .badge-appstore:hover { opacity: 0.8; }
.pl2download-non-clear { flex: 1; text-align: center; padding-top: 13vh; padding-bottom: 2rem; }
.pl2download-non-clear .badge-appstore { width: 154px; }
.pl2download-footer { flex: 0 0 50px; text-align: center; }

i.icon16star { display: inline-block; width: 1em; height: 1em; background: url('/wa-apps/site/themes/pl2site/img/glyph-star.svg') no-repeat; background-size: 100%; position: relative; top: 0.15em; }
i.icon16star-tiny { display: inline-block; width: 0.75em; height: 0.75em; background: url('/wa-apps/site/themes/pl2site/img/glyph-star.svg') no-repeat; background-size: 100%; position: relative; top: 0.05em; }
i.icon16star-tiny-gray { display: inline-block; width: 0.75em; height: 0.75em; background: url('/wa-apps/site/themes/pl2site/img/glyph-star-tiny-gray.svg') no-repeat; background-size: 100%; position: relative; top: 0.05em; }
i.icon16fire { display: inline-block; width: 1.3em; height: 1.3em; background: url('/wa-apps/site/themes/pl2site/img/pl-item-onfire.gif'); background-size: 100%; position: relative; top: 0.1em; }

/* PROMO HOMEPAGE
================= */

.page { display: block; min-height: 400px; padding: 50px; font-size: 17px; }
.page h3 { font-size: 42px; }
.page p,
.page ul,
.page ol { color: #777; }
.page ul li,
.page ol li { margin-bottom: 0.5em; }
.page .container { max-width: 770px; }
.page.above-the-floating-iphonex { z-index: 2; position: relative; }
.page .button:hover { box-shadow: 0 2px 20px -3px rgba(0,0,0,0.2); }
.page .button.white:hover { color: #d33 !important; }
.page .button.transparent:hover { box-shadow: none; }
.page .badge-appstore:hover { box-shadow: 0 2px 20px -3px rgba(0,0,0,0.1); transition: 0.2s;}

.columns { display: flex; }
.columns .col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.columns .col .box { padding: 2rem; }
.columns .col:first-child .box { padding-left: 0 !important; }
.columns .col:last-child .box { padding-right: 0 !important; }

.pl-label { border-radius: 7px; background: limegreen; color: #fff !important; padding: 1px 6px 2px !important; margin-right: 2px !important; line-height: 1.4em; vertical-align: top; margin-top: 1px; display: inline !important; font-weight: 700; white-space: nowrap; }
.pl-label.pl-hint { background: rgba(0, 0, 0, 0.07); color: rgba(0, 0, 0, 0.42) !important; font-size: 0.75em; position: relative; top: 2px; font-style: italic; }
.pl-label.pl-dark-none { background: #bbb !important; }
.pl-item .pl-label { margin-left: -4px !important; }
.pl-list-content .pl-item-name .pl-label.pl-item-list-name { display: none !important; }

.pl2promo-header { min-height: 0; padding: 0; background: #fff; position: absolute; top: 0; left: 0; right: 0; }
.pl2promo-header .container { display: flex; margin-top: 1rem; margin-bottom: 1rem; }
.pl2promo-header .pl2promo-header-logo { flex: 0 0 auto; }
.pl2promo-header .pl2promo-header-logo a { display: flex; }
.pl2promo-header .pl2promo-header-logo a .pl2icon-whinking { margin: 0 0.25rem 0 0; width: 42px; height: 42px !important; flex: 0 0 auto; }
.pl2promo-header .pl2promo-header-logo a .pl2icon-name { flex: 1; align-self: center; font-weight: bold; color: #000; margin-left: 0.5rem; font-size: 1.25rem; margin-top: -0.125rem; }
.pl2promo-header .pl2promo-header-menu { flex: 1; height: 42px; display: flex; font-size: 1rem; justify-content: center; align-items: center; }
.pl2promo-header .pl2promo-header-menu a { flex: 0 0 auto; margin: 0 0.75rem; }
.pl2promo-header .pl2promo-header-menu a span.comingsoon { font-size: 0.65rem; background: rgba(239,187,64,0.2) !important; color: #db9d40 !important; position: relative; top: 1px; }
.pl2promo-header .pl2promo-header-menu a span.comingsoon.lighter { background: rgba(255,222,22,0.4) !important; color: #cb8d20 !important; }
.pl2promo-header .pl2promo-header-menu a.selected { color: #000; font-weight: bold; }
.pl2promo-header .pl2promo-header-get { flex: 0 0 auto; display: flex; flex-direction: row-reverse; align-items: center; }
.pl2promo-header .pl2promo-header-get .openwebapp { height: 18px; padding: 8px 13px 9px; display: flex; align-items: center; border: 1.5px solid #d1ebff; border-radius: 6px; font-weight: 500; background-color: rgba(255,255,255,0.4); }
.pl2promo-header .pl2promo-header-get .openwebapp:hover { border-color: #ffd1d1; }
.pl2promo-header .pl2promo-header-get p { font-size: 0.875rem; font-style: italic; max-width: 100%; margin-bottom: 0; }
.pl2promo-header .pl2promo-header-hamburger { flex: 0 0 auto; display: none; }
.pl2promo-header .pl2promo-header-hamburger a { display: block; padding: 0.4rem; overflow: visible; }
.pl2promo-header .pl2promo-header-hamburger a i { display: block; width: 1.5rem; height: 1.6rem; background: url('/wa-apps/site/themes/pl2site/img/glyph-hamburger.svg') no-repeat; background-size: 100%; opacity: 0.5; }
.pl2promo-header .mobile-only { display: none; }

.pl2promo-pseudo-header { position: static; height: 74px;}

.pl2promo-footer { background: #000; min-height: 0; }
.pl2promo-footer a { color: #999; }
.pl2promo-footer a:hover { color: #eee !important; }
.pl2promo-footer .follow-1312inc { display: flex; justify-content: space-between; }
.pl2promo-footer .follow-1312inc .links { flex: 1; display: flex; align-items: center; }
.pl2promo-footer .follow-1312inc .links a { flex: 0 0 auto; margin-right: 1.5rem; }
.pl2promo-footer .follow-1312inc .follow { flex: 1; display: flex; align-items: center; justify-content: flex-end; }
.pl2promo-footer .follow-1312inc .follow a { flex: 0 0 auto; margin-left: 1.5rem; }
.pl2promo-footer .follow-glyph i { display: inline-block; width: 24px; height: 24px; opacity: 0.6; background-size: auto 24px; }
.pl2promo-footer .follow-glyph i.fg-1312 { background-image: url('/wa-apps/site/themes/pl2site/img/follow-glyph-1312.png'); opacity: 1; width: 48px; height: 48px; background-size: 100%; }
.pl2promo-footer .follow-glyph i.fg-instagram { background-image: url('/wa-apps/site/themes/pl2site/img/follow-glyph-instagram.png'); }
.pl2promo-footer .follow-glyph i.fg-facebook { background-image: url('/wa-apps/site/themes/pl2site/img/follow-glyph-facebook.png'); }
.pl2promo-footer .follow-glyph i.fg-twitter { background-image: url('/wa-apps/site/themes/pl2site/img/follow-glyph-twitter.png'); width: 30px; }
.pl2promo-footer .follow-glyph i.fg-rss { background-image: url('/wa-apps/site/themes/pl2site/img/follow-glyph-rss.png'); }
.pl2promo-footer .follow-glyph:hover i { opacity: 0.9; }

.page.pl2promo-hero { background: #1b94ee url('/wa-apps/site/themes/pl2site/img/pl2promo-iconmix-background.jpg') no-repeat; background-size: 100%; background-position: bottom; background-attachment: fixed; padding-top: 0; padding-bottom: 0; min-height: 600px; height: 90vh; max-height: 685px; font-size: 18px; }
.page.pl2promo-hero .pl2appname { color: #aae7ff; font-size: 24px; font-weight: 500; padding-top: 140px; }
.page.pl2promo-hero h1 { color: #fff; font-size: 50px; max-width: 60%; }
.page.pl2promo-hero p { color: #aae7ff; max-width: 50%; }
.page.pl2promo-hero p strong { color: #eff; font-weight: 500; }
.page.pl2promo-hero #pocketlists-iphonex { width: 370px; float: right; margin-right: -50px; margin-top: 80px; z-index: 1; }
/* .page.pl2promo-hero #pocketlists-iphonex video { width: 370px; padding-top: 23px; position: relative; } */
.page.pl2promo-hero #pocketlists-iphonex #pocketlists-iphonex-device { width: 370px; padding-top: 13px; position: relative; }
.page.pl2promo-hero #pocketlists-iphonex #pocketlists-iphonex-device .video-container { position: absolute; z-index: 0; top: 51px; left: 50px; right: 50px; background: #fff; }
.page.pl2promo-hero #pocketlists-iphonex #pocketlists-iphonex-device video { width: 100%; }
.page.pl2promo-hero #pocketlists-iphonex #pocketlists-iphonex-device img { width: 100%; position: relative; z-index: 1; }
.page.pl2promo-hero #pocketlists-iphonex.fixed #pocketlists-iphonex-device { position: fixed; top: 0 !important; }
.page.pl2promo-hero #pocketlists-iphonex.absolute #pocketlists-iphonex-device { position: absolute; }
.page.pl2promo-hero .pl2hero-get { display: flex; }
.page.pl2promo-hero .button { flex: 0 0 auto; height: 54px; padding: 0 21px 0 19px; display: flex; border: none; align-items: center; font-weight: 700; font-size: 21px; margin: 0; }
.page.pl2promo-hero .badge-appstore { flex: 0 0 auto; height: 64px; width: auto; margin: 0rem 0.75rem 0 0; }

.page.pl2promo-teaser { background: /* linear-gradient( -45deg, #57ffa3 0%, #f7ff71 100%) */ #e65960 url('/wa-apps/site/themes/pl2site/img/pl2macos11bg.jpg'); background-size: cover; background-position: center center; min-height: 0; }
.page.pl2promo-teaser .pl2ios14-teaser { max-width: 350px; text-align: center; font-size: 1.25em; line-height: 1.25em; }
.page.pl2promo-teaser .pl2ios14-teaser img.pl2appclip { width: 192px; height: 192px; display: block; margin: 0 auto 20px; }
.page.pl2promo-teaser .pl2macos11-teaser { max-width: 350px; text-align: center; font-size: 1.25em; line-height: 1.25em; color: #fea; }
.page.pl2promo-teaser .pl2macos11-teaser a { color: #fff; }
.page.pl2promo-teaser .pl2macos11-teaser a:hover { color: #fe3 !important; }
.page.pl2promo-teaser .pl2macos11-teaser img.pl2appicon { width: 192px; height: 192px; display: block; margin: 0 auto 20px; }
@media screen and (max-width: 760px) {

    .page.pl2promo-teaser { background-position: center bottom; }
    .page.pl2promo-teaser .pl2macos11-teaser { max-width: 100%; }

}

.page.pl2promo-testimonials { background: #fff; padding-top: 30px; padding-bottom: 0; }
.page.pl2promo-testimonials ul { list-style: none; padding: 0; margin-right: 320px; }
.page.pl2promo-testimonials ul li { /* flex: 0 0 210px; */ display: inline-block; max-width: 49%; vertical-align: top; font-style: italic; margin-right: 0; margin-bottom: 4rem; }
.page.pl2promo-testimonials ul li p { margin-bottom: 0.5rem; max-width: 75%; font-size: 0.925rem; }
.page.pl2promo-testimonials ul li img { width: 64px; height: 64px; margin-bottom: 0.5rem; }
.page.pl2promo-testimonials ul li em { font-size: 0.925rem; }

#floating-iphone-cloak-mask {
    z-index: 2; min-height: 70px; padding: 0; position: relative;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.page.pl2promo-video { background: #fff; }
.page.pl2promo-video iframe { border-radius: 5px; box-shadow: 0 20px 50px rgba(0,0,0,0.1), 0 15px 30px -10px rgba(0,0,0,0.2); margin-bottom: 50px; margin-top: 0; max-width: 100%; max-height: 433px; }

.page.pl2promo-reviews { background: #eee; }
.page.pl2promo-reviews .pl2rating { display: flex; justify-content: space-between; }
.page.pl2promo-reviews .pl2rating-summary { /* flex: 0 0 210px; */ flex: 1; text-align: center; }
.page.pl2promo-reviews .pl2rating-summary h5 { font-weight: 500; font-size: 2rem; color: #888; }
.page.pl2promo-reviews .pl2rating-summary h5 b { font-size: 3.5rem; color: #000; }
.page.pl2promo-reviews .pl2rating-summary p { color: #999; margin: 1rem auto 0; line-height: 1.4em; }
.page.pl2promo-reviews .pl2rating-summary p strong { color: #777; }
.page.pl2promo-reviews .pl2reviews { font-size: 0.875rem; margin-top: -1rem; margin-bottom: 3rem; color: #222; }
.page.pl2promo-reviews .pl2reviews p { font-size: 0.9375rem; margin-top: 2rem; margin-bottom: 0.75rem; color: #333; }
.page.pl2promo-reviews .pl2reviews em { color: #aaa; margin-left: 0.25rem; }

.page.pl2promo-features { padding-top: 55px; background: #f2f2f4; }
.page.pl2promo-features h2 { font-size: 38px; margin-right: 30%; }
.page.pl2promo-features h2 .yesyes { border-radius: 3px; padding: 0px 7px 1px; color: #fff; background: limegreen; white-space: nowrap; }
.page.pl2promo-features p { max-width: 65%; }
.page.pl2promo-features p.align-center { max-width: 100%; }
.page.pl2promo-features ul { color: #555; padding-left: 0; margin: 0; }
.page.pl2promo-features ul li { list-style: none; background: url('/wa-apps/site/themes/pl2site/img/pl-done-checkbox.png') no-repeat; background-size: 16px 16px; padding-left: 24px; background-position: 0 5px; margin-bottom: 0.85rem; }
.page.pl2promo-features ul li i.icon16star { opacity: 0.4; }
.page.pl2promo-features ul li i.icon16star:hover { opacity: 0.6; }
.page.pl2promo-features .columns { margin-bottom: 2rem; }
.page.pl2promo-features .columns .col .box { padding: 0 0rem; }

.pl2gallery { margin-bottom: 2rem; text-align: left; margin-right: -2rem; }
.pl2gallery a { display: inline-block; width: 175px; height: 376px; border-radius: 5px; box-shadow: 0 7px 15px rgba(0,0,0,0.1), 0 10px 15px -10px rgba(0,0,0,0.2); margin-right: 20px; margin-bottom: 20px; overflow: hidden; transition: 0.2s; position: relative; top: 0; }
.pl2gallery a img { width: 175px; height: 376px; max-width: 100%; }
.pl2gallery a:hover { box-shadow: 0 10px 15px rgba(0,0,0,0.1), 0 15px 25px -15px rgba(0,0,0,0.2); /* top: -2px; */ }
/* .pl2gallery a:hover img {  } */
.pl2mac-screenshot { max-width: 100%; margin-bottom: 1.5rem; border-radius: 5px; }

.pl2family-heart { width: 300px; }
.page.pl2promo-families { padding-top: 13px; }
.page.pl2promo-families h2 { font-size: 42px; }
.page.pl2promo-families h4 .pl-label { font-size: 0.75rem; background: rgba(255,222,22,0.4) !important; color: #cb8d20 !important; position: relative; top: 6px; }
.page.pl2promo-families h4 .pl-label.pl-hint { background: rgba(0,0,0,0.1) !important; color: #aaa !important; font-style: normal; }

.page.pl2promo-webdesktop { background: white; padding-bottom: 0; }
.page.pl2promo-webdesktop p { color: rgba(0,0,0,0.5); max-width: 70%; }
.page.pl2promo-webdesktop .pl2webdesktop { margin-left: -2.25rem; margin-right: -2.25rem; margin-bottom: -5px; display: block; position: relative; }
.page.pl2promo-webdesktop .pl2webdesktop img { max-width: 100%; margin: 0 0; opacity: 1; }
.page.pl2promo-webdesktop .pl2webdesktop .button { border: 2px solid #1b94ee; background: rgba(255,255,255,0.75); color: #1b94ee; font-size: 24px; line-height: 1rem; position: absolute; top: 50%; left: 50%; padding: 16px 23px 18px !important; z-index: 3; margin-left: -6rem; margin-top: -1rem; font-weight: 700; opacity: 0; }
.page.pl2promo-webdesktop .pl2webdesktop:hover img { margin-top: -2px; padding-bottom: 2px; transition: 0.4s; opacity: 0.85; }
.page.pl2promo-webdesktop .pl2webdesktop:hover .button { opacity: 1; color: #f20 !important; border-color: #f20; }

.page.pl2promo-premium { background: gold url('') no-repeat; background-size: cover; position: relative; }
.page.pl2promo-premium p { color: #000; max-width: 65%; }
.page.pl2promo-premium ul { color: #000; max-width: 65%; font-weight: 500; }
.page.pl2promo-premium .button { font-size: 1.5rem; padding: 15px 1.5rem; margin-bottom: 1.5rem; }

.page.pl2promo-clouds { background: #fff; }
.page.pl2promo-clouds p { font-size: 1rem; }

.page.pl2promo-gettheapp { background: #fff; text-align: center; }
.page.pl2promo-gettheapp img.pl2icon { width: 72px; height: 72px; margin: 3rem auto 1rem; }
.page.pl2promo-gettheapp p { font-size: 0.9rem; max-width: 75%; margin: 0 auto 1rem; line-height: 1.3rem; }
.page.pl2promo-gettheapp .button { height: 18px; padding: 12px 16px; font-weight: 700; font-size: 16px; margin-bottom: 0.5rem; }
.page.pl2promo-gettheapp .badge-appstore { height: 42px; width: auto; margin: 1rem auto 0; opacity: 0.85; }

.page.pl2promo-webasyst-hero { background: #def url('/wa-apps/site/themes/pl2site/img/pl2webasyst-hero.jpg') no-repeat; background-size: cover; background-position: top center; padding-bottom: 0; text-align: center; padding-top: 100px; }
.page.pl2promo-webasyst-hero h1 { font-size: 42px; }
.page.pl2promo-webasyst-hero p { color: rgba(0,0,0,0.65); font-weight: 500; }
.page.pl2promo-webasyst-hero .pl2webasyst {  margin-bottom: -5px; display: block; position: relative; }
.page.pl2promo-webasyst-hero .pl2webasyst img.pl2screenshot { max-width: 100%; margin: 0 0; opacity: 1; transition: 0.4s; }
.page.pl2promo-webasyst-hero .pl2webasyst .getit { position: absolute; top: 50%; left: 50%; padding: 16px 23px 18px !important; z-index: 3; margin-left: -6rem; margin-top: -1rem; font-weight: 700; opacity: 0; transition: 0.4s; }
.page.pl2promo-webasyst-hero .pl2webasyst:hover img.pl2screenshot { margin-top: -2px; padding-bottom: 2px; opacity: 1; }
.page.pl2promo-webasyst-hero .pl2webasyst:hover .getit { opacity: 1; color: #f20 !important; border-color: #f20; }

.page.pl2promo-webasyst-summary { position: relative; background: #fff; box-shadow: 0 -30px 30px -25px rgba(0,0,0,0.1); }
.page.pl2promo-webasyst-summary .badge-appstore { width: 118px; margin: 0; }
.page.pl2promo-webasyst-summary h3 { font-size: 2rem; }
.page.pl2promo-webasyst-summary p { max-width: 65%; }
.page.pl2promo-webasyst-summary .box p { max-width: 100%; }
.page.pl2promo-webasyst-summary .pl2gallery a { width: 370px; max-height: 210px; display: inline-block; overflow: hidden; vertical-align: top; }
.page.pl2promo-webasyst-summary .pl2gallery a img { width: 370px; max-height: 999px; height: auto; }
.page.pl2promo-webasyst-summary .pl2webasyst-roadmap li { padding-left: 10px; }
.page.pl2promo-webasyst-summary .pl2webasyst-roadmap li.completed { list-style: none; background: url('/wa-apps/site/themes/pl2site/img/pl-done-checkbox.png') no-repeat; background-size: 16px 16px; padding-left: 32px; background-position: 0 5px; margin-bottom: 0.85rem; margin-left: -22px; }

.page.pl2promo-webasyst-future { background: #f2f2f4; }
.page.pl2promo-webasyst-future p { max-width: 65%; }
.page.pl2promo-webasyst-future .pl2webasyst-get { display: flex; align-items: center; }
.page.pl2promo-webasyst-future .pl2webasyst-get a { flex: 0 0 auto; font-weight: bold; }
.page.pl2promo-webasyst-future .badge-appstore { margin-left: 0; margin-right: 2rem; }

/* icon mix background position adjust */
@media screen and (max-height:  600px) { .page.pl2promo-hero { background-position: left 0 top 0px; } }
@media screen and (min-height:  601px) and (max-height:  700px) { .page.pl2promo-hero { background-position: left 0 bottom 0px; } }
@media screen and (min-height:  701px) and (max-height:  800px) { .page.pl2promo-hero { background-position: left 0 bottom 25px; } }
@media screen and (min-height:  801px) and (max-height:  900px) { .page.pl2promo-hero { background-position: left 0 bottom 75px; } }
@media screen and (min-height:  901px) and (max-height: 1000px) { .page.pl2promo-hero { background-position: left 0 bottom 150px; } }
@media screen and (min-height: 1001px) and (max-height: 1100px) { .page.pl2promo-hero { background-position: left 0 bottom 250px; } }
@media screen and (min-height: 1101px) and (max-height: 1200px) { .page.pl2promo-hero { background-position: left 0 bottom 400px; } }
@media screen and (min-height: 1201px) and (max-height: 1300px) { .page.pl2promo-hero { background-position: left 0 bottom 500px; } }
@media screen and (min-height: 1301px) and (max-height: 1400px) { .page.pl2promo-hero { background-position: left 0 bottom 650px; } }

@media screen and (max-height: 750px) { #pl2rating-summary { display: none; } }

@media screen and (min-width: 1440px) {
    /* wide desktops */
    .page .container { max-width: 870px; }
    .page.pl2promo-hero h1 { max-width: 50%; }
    .pl2promo-inaction iframe { max-height: 489px; }
    .page.pl2promo-webdesktop .pl2webdesktop { margin-left: -2.5rem; margin-right: -2.5rem; }
    .page.pl2promo-features .pl2gallery a,
    .page.pl2promo-features .pl2gallery a img { width: 200px; height: 431px; }
    .page.pl2promo-families .pl2gallery a,
    .page.pl2promo-families .pl2gallery a img { width: 200px; height: 431px; }
    .page.pl2promo-webasyst-summary .pl2gallery a,
    .page.pl2promo-webasyst-summary .pl2gallery a img { width: 425px; height: auto; }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {

    /* tablets */

    .page { padding-left: 10px; padding-right: 10px; }
    .page.pl2promo-testimonials ul li { max-width: 100%; }

    .page.pl2promo-features h2 { margin-right: 0; }

    .page.pl2promo-webasyst-summary .pl2gallery a,
    .page.pl2promo-webasyst-summary .pl2gallery a img { width: 320px; }
}

@media screen and (max-width: 760px) {

    /* mobile */

    .pl2download { height: 85vh; }

    .page { padding: 10px; min-height: 0; }
    .page h3 { font-size: 32px; }
    .columns { flex-direction: column; }
    .columns .col .box { padding: 1rem 0 1rem 0; }

    .pl2promo-header { position: fixed; z-index: 3; left: 0; right: 0; background: rgba(255,255,255,0.9); }
    .pl2promo-header .container { margin-top: 0; margin-bottom: 0; padding: 0.3rem 1rem; flex-flow: row wrap; }
    .pl2promo-header .pl2promo-header-logo { flex: 1; }
    .pl2promo-header .pl2promo-header-logo a img { position: relative; z-index: 1; }
    .pl2promo-header .pl2promo-header-logo a .pl2icon-name { display: block; }
    .pl2promo-header .pl2promo-header-menu { position: absolute; left: 0; right: 0; top: 50px; visibility: hidden; opacity: 0; flex: 0 0 100%; order: 3; flex-direction: column; justify-content: flex-start; align-items: flex-start; height: auto; background: #fff; padding: 20px 26px; }
    .pl2promo-header .pl2promo-header-menu a { display: block; margin: 0; padding: 0.8rem 0; width: 100%; font-size: 1.2rem; }
    .pl2promo-header .pl2promo-header-menu a span.comingsoon { top: 3px; }
    .pl2promo-header .pl2promo-header-get { display: none; }
    .pl2promo-header .pl2promo-header-get.mobile-only { display: flex; margin: 0 0 1rem; padding-top: 1rem; width: 100%; }
    .pl2promo-header .pl2promo-header-get.mobile-only a { flex: 1; height: 45px !important; padding: 0; justify-content: center; }
    .pl2promo-header .pl2promo-header-get.mobile-only .badge-appstore { height: 48px !important; width: auto; min-width: 144px; margin: 0; }
    .pl2promo-header .pl2promo-header-get.mobile-only .openwebapp { margin-left: 1rem; white-space: nowrap; }
    .pl2promo-header .pl2promo-header-hamburger { display: block; order: 2; }
    .pl2promo-header.hamburgermenuactive { background: #fff; }
    .pl2promo-header.hamburgermenuactive .pl2promo-header-menu { box-shadow: 0 145px 145px rgba(40, 40, 80, .2), 0 15px 10px rgba(0, 0, 0, .07); visibility: visible; transform: translateY(0.4rem); transition: 0.2s; opacity: 1; }
    .pl2promo-header.hamburgermenuactive .pl2promo-header-hamburger a i { opacity: 0.7; }

    .pl2promo-footer .follow-1312inc { flex-direction: column; }
    .pl2promo-footer .follow-1312inc .links { flex-direction: column; }
    .pl2promo-footer .follow-1312inc .links a { padding: 0.7rem; }
    .pl2promo-footer .follow-1312inc .follow { flex-flow: row wrap; margin-top: 2rem; justify-content: center; }
    .pl2promo-footer .follow-1312inc .follow a { margin: 0; }
    .pl2promo-footer .follow-1312inc .follow .follow-text-label { flex: 0 0 100%; padding: 2rem 1rem; text-align: center; }
    .pl2promo-footer .follow-1312inc .follow .follow-glyph { flex: 1; text-align: center;}
    .pl2promo-footer .follow-glyph i { width: 42px; height: 42px; background-size: auto 42px; margin-bottom: 1em; }
    .pl2promo-footer .follow-glyph i.fg-1312 { width: 83px; height: 83px; }
    .pl2promo-footer .follow-glyph i.fg-twitter { width: 52px; }
    .pl2promo-footer ul.follow-and-contact li.fc-copyright-link { float: none; }

    .page.pl2promo-hero { background-size: auto 85%; background-position: center bottom 0px; height: auto; padding-bottom: 170px; min-height: 0; background-attachment: local; }
    .page.pl2promo-hero .pl2appname { padding-top: 110px; }
    .page.pl2promo-hero h1 { max-width: 100%; font-size: 42px; }
    .page.pl2promo-hero p { max-width: 100%; }
    .page.pl2promo-hero .pl2hero-get { display: block; }
    .page.pl2promo-hero .button { display: inline-block; height: 21px; padding: 16px 20px; }
    .page.pl2promo-hero .badge-appstore { display: block; height: 54px !important; max-width: 999px; margin-left: 0; margin-top: 1.5rem; }
    #pocketlists-iphonex { display: none; }

    .page.pl2promo-teaser .pl2ios14-teaser { max-width: 100%; padding-top: 1rem; padding-bottom: 1rem; }

    .page.pl2promo-features h2 { font-size: 32px; margin-right: 0; }
    .page.pl2promo-features h4,
    .page.pl2promo-features p,
    .page.pl2promo-features p.small,
    .page.pl2promo-features ul { max-width: 100%; }

    .pl2gallery { text-align: center; margin-right: 0 !important; }
    .pl2gallery a { width: 120px; height: 256px; margin: 0 5px 20px; }
    .pl2gallery a img { width: 120px; height: 256px; }

    .page.pl2promo-webdesktop .container { padding-bottom: 0; }
    .page.pl2promo-webdesktop p { max-width: 100%; }
    .page.pl2promo-webdesktop .pl2webdesktop { margin-left: -1rem; margin-right: -1rem; }
    .page.pl2promo-webdesktop .pl2webdesktop .button { font-size: 20px; }

    .page.pl2promo-premium .container { padding-bottom: 0; }
    .page.pl2promo-premium p { max-width: 100%; }

    .page.pl2promo-testimonials ul { margin-right: 0; }
    .page.pl2promo-testimonials ul li,
    .page.pl2promo-testimonials ul li p { max-width: 100%; }
    .page.pl2promo-testimonials ul li img { float: left; margin-right: 1rem; margin-bottom: 5rem; }

    .page.pl2promo-families h2 { font-size: 32px; }

    .page.pl2promo-gettheapp .badge-appstore { height: 42px !important; max-width: 999px; }

    .page.pl2promo-video { text-align: center; }
    .page.pl2promo-video iframe { height: 50vw; }

    .page.pl2promo-reviews .pl2rating { flex-direction: column; }
    .page.pl2promo-reviews .pl2rating-title { text-align: center; }
    .page.pl2promo-reviews .pl2rating-summary { flex: 1; }
    .page.pl2promo-reviews .pl2rating-summary h5 b { font-size: 3rem; }

    .page.pl2promo-webasyst-hero .container { padding-bottom: 0; }
    .page.pl2promo-webasyst-hero .pl2webasyst .badge-appstore { width: 144px; }

    .page.pl2promo-webasyst-summary .pl2gallery a,
    .page.pl2promo-webasyst-summary .pl2gallery a img { width: 100%; height: auto; max-height: 999px; }
    .page.pl2promo-webasyst-summary p { max-width: 100%; }

    .page.pl2promo-webasyst-future .pl2webasyst-get { flex-direction: column; margin: 3rem 1rem; }
    .page.pl2promo-webasyst-future .badge-appstore { margin-bottom: 2rem; margin-right: 0; }
    .page.pl2promo-webasyst-future p { max-width: 100%; }

}

@supports ((-webkit-backdrop-filter: blur(1em)) or (backdrop-filter: blur(1em))) {
    @media screen and (max-width: 760px) {
        .pl2promo-header {
            background-color: rgba(255, 255, 255, .85);
            -webkit-backdrop-filter: blur(1em);
            backdrop-filter: blur(1em);
        }
    }
}
