:root { --text-color: #333333; } .text-page .content p, .text-page .content ul, .text-page .content ol, .text-page .content p { margin: 0 0 24px; font-size: 1.125em; line-height: 150%; color: var(--text-color); } .text-page .content h1 { font-size: 2.5em; margin: 60px 0 24px; } .text-page .content > h1 { margin: 0 0 24px; } .text-page .content h2 { margin: 60px 0 24px; font-size: 2.25em; } .text-page .content > h2:first-child { margin: 0 0 24px; } .text-page .content h3 { margin: 60px 0 24px; font-size: 2em; } .text-page .content ol { width: auto; margin: 0 0 24px 24px; } .text-page .content ol li { padding: 0 0 5px 5px; } .text-page .content ul { width: auto; margin: 0 0 24px 24px; } .text-page .content ul li { padding: 0 0 5px 5px; } .text-page .content ul.sub-list, .text-page .content ol.sub-list { font-size: 1em; } .text-page .content img { max-width: 100%; height: auto; margin: 24px auto; vertical-align: middle; border-radius: 8px; } .text-page .content .text img, .text-page .content li img { display: inline-block; max-height: 30px; margin: 0; width: auto; } .text-page .content .video, .text-page .content .video-block { margin: 32px 0; border-radius: 8px; overflow: hidden; } .text-page .content iframe { display: block; max-width: 100%; margin: 0 auto; } .text-page .content video { display: block; max-width: 100%; margin: 32px 0; vertical-align: middle; } .text-page .content .wistia-video-block { position: relative; padding: 56.25% 0 0 0; margin: 32px 0; border-radius: 8px; overflow: hidden; } .text-page .content .wistia-video-block .wistia_embed { position: absolute; top: 0; } .text-page .content .wistia-video-block video { margin: 0; } .text-page .content hr, .text-page .content .separator { height: 1px; margin: 50px auto; color: #ccc; border: none; background-color: #ccc; } .text-page .content .big { display: block; margin: 0 auto; } .text-page .content .half { width: 50%; } .text-page .content .inline { display: inline-block; vertical-align: middle; } .text-page .content .bordered { border: 1px solid #ccc; border-radius: 8px; } .text-page .content .shadowed { border-radius: 8px; box-shadow: 0 5px 23px 3px rgba(0, 0, 0, 0.15); } .text-page .content .margined { margin: 24px 0; } .text-page .content .text-content .right.margined { margin: 0 -59px 0 0; padding: 0 0 0 10px; box-sizing: content-box; } .text-page .content .margined-more { margin-top: 30px; margin-bottom: 30px; } .text-page .content .margined.center { margin: 24px auto; } .text-page .content .center, .text-page .content .centered { margin-left: auto; margin-right: auto; } .right { float: right; } .left { float: left; } .text-page .content .text-center { text-align: center !important; } .text-page .content .btn.how-to-btn { height: 36px; margin: 0 5px; padding: 0 15px; color: #0074e6; font-size: 1em; font-weight: 400; line-height: 36px; border: 1px solid #0074e6; } .text-page .content .dwnl-btn { max-width: 280px; margin: 48px auto; width: fit-content; } .text-page .content .itunes-badge > img, .text-page .content .mac-badge > img { margin: 0; width: initial; } @media (max-width: 991px) { .text-page .content p, .text-page .content ul, .text-page .content ol, .text-page .content p { margin: 0 0 16px; font-size: 1em; } .text-page .content h1 { font-size: 2em; margin: 50px 0 16px; } .text-page .content > h1 { margin: 0 0 16px; } .text-page .content h2 { margin: 50px 0 16px; font-size: 1.75em; } .text-page .content > h2:first-child { margin: 0 0 16px; } .text-page .content h3 { margin: 50px 0 16px; font-size: 1.5em; } .text-page .content ol { margin: 0 0 16px 16px; } .text-page .content ol li { padding: 0 0 3px 3px; } .text-page .content ul { margin: 0 0 16px 16px; } .text-page .content ul li { padding: 0 0 3px 3px; } .text-page .content ul.sub-list, .text-page .content ol.sub-list { font-size: 1em; } .text-page .content img { margin: 16px 0; } .text-page .content .video, .text-page .content .video-block { margin: 24px 0; } .text-page .content video { margin: 24px 0; } .text-page .content .wistia-video-block { margin: 24px auto; } .text-page .content .text-content .right.margined { margin: 16px 0; width: initial; } .text-page .content .margined { margin: 16px 0; } .text-page .content .margined.center { margin: 16px auto; } .text-page .content hr, .text-page .content .separator { margin: 30px auto; } .text-page .content .big { margin-bottom: 16px; } .text-page .content .half { display: block; min-width: 280px; margin: 0 auto 16px; } .text-page .content video { height: auto; } .text-page .content .iframe-block, .text-page .content .video-block, .text-page .content .video { content: ""; position: relative; padding-bottom: 56.25%; height: 0; display: block; margin: 16px auto; overflow: hidden; } .text-page .content h3 + .video, .text-page .content h3 + .video-block { margin: 16px auto; } .text-page .content .iframe-block iframe, .text-page .content .video-block iframe, .text-page .content .video iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border-width: 0; outline-width: 0; } .text-page .content .iframe-block { max-width: 800px; } } @media (max-width: 767px) { .text-page .content .itunes-badge { margin: 20px auto; } } @media (max-width: 575px) { .text-page .content .shadowed { box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.15); } }.get-started { padding: 80px 0; } .get-started.black { background: #282828; } .get-started.white { background: rgba(255, 255, 255, .9); border-top: 1px solid; border-bottom: 1px solid; border-color: rgba(17, 17, 17, 0.1); } .get-started.grey { background: #FBFBFD; } .get-started.color-bg { max-width: 1920px; width: 100%; } .get-started .container { display: flex; justify-content: center; height: 100%; } .get-started .text-block { max-width: 480px; width: 100%; display: flex; flex-direction: column; align-items: center; } .get-started.wide-block .text-block { max-width: 700px; } .get-started.color-bg .text-block { justify-content: center; } .get-started .text-block .pdfexpert-logo { width: 48px; height: 48px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/pdfexpert-logo.svg?1651760161") no-repeat 0 0; background-size: contain; margin-bottom: 24px; } .get-started .text-block h3 { font-size: 2.5em; text-align: center; margin-bottom: 16px; } .get-started.black .text-block h3 { color: #FFFFFF; } .get-started.white .text-block h3 { color: #111111; } .get-started .text-block p { max-width: 384px; width: 100%; font-size: 1.25rem; text-align: center; line-height: 150%; margin-bottom: 32px; } .get-started.wide-block .text-block p { max-width: initial; } .get-started.black .text-block p { color: rgba(255, 255, 255, 0.8); } .get-started.white .text-block p { color: #777777; } .get-started .text-block .link-group { display: flex; justify-content: center; align-items: center; } .get-started .free-download { min-width: 160px; transition: .3s; } .get-started .free-download ~ .buy-now { margin-left: 16px; } .get-started .buy-now { min-width: 133px; border-radius: 6px; } .get-started .special-offer { padding: 16px 0 0; font-size: 0.875em; color: #555555; } .get-started.black .special-offer { color: rgba(255, 255, 255, 0.8); } .get-started .bottom-block { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 32px; margin-top: 64px; border-radius: 12px; } .get-started .bottom-block.light-grey { background: #F0F2FF; border: 1px solid rgba(101, 121, 227, 0.50); } .get-started .bottom-block .text { display: flex; align-items: center; gap: 16px; } .get-started .bottom-block .text .icon { width: 48px; height: 48px; flex-shrink: 0; } .get-started .bottom-block .text .icon.profile { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/common/icon-profile.svg?1745960476"); background-size: contain; background-repeat: no-repeat; } .get-started .bottom-block .text p { font-size: 1.25em; font-weight: 400; line-height: 150%; text-align: left; margin: 0; } .get-started .bottom-block .btn { flex-shrink: 0; } @media (min-width: 1921px) { .get-started.color-bg { margin: 0 auto 120px; border-radius: 16px; } } @media (max-width: 991px) { .get-started .special-offer { display: none; } } @media (max-width: 767px) { .get-started { padding: 100px 0; } .get-started .bottom-block { max-width: 400px; flex-direction: column; gap: 24px; padding: 24px; } .get-started .bottom-block .text { flex-direction: column; } .get-started .bottom-block .text p { font-size: 1em; text-align: center; } } @media (max-width: 575px) { .get-started { padding: 40px 0; } .get-started .text-block .pdfexpert-logo { width: 32px; height: 32px; margin-bottom: 16px; } .get-started .text-block { max-width: 100%; } .get-started .text-block h3 { font-size: 1.5em; } .get-started .text-block p { max-width: 335px; width: 100%; font-size: 1em; } .get-started .bottom-block .custom-btn { width: 100%; } } @media (max-width: 480px) { .get-started .text-block .link-group { width: 100%; flex-direction: column; } .get-started .free-download ~ .buy-now { margin: 16px 0 0 0; } .get-started .free-download, .get-started .buy-now { width: 100%; } }.blog-post .post-content .cta-banner { display: flex; padding: 40px 20px; margin: 32px 0; align-items: center; background-color: #F7F7FA; border-radius: 8px; } .blog-post .post-content .cta-banner:last-child { margin-bottom: 0; } .blog-post .post-content .cta-banner img { width: 70px; height: 70px; margin: 0 20px 0 0; } .blog-post .post-content .cta-banner .text-content { width: 460px; margin-right: auto; } .blog-post .post-content .cta-banner h4 { color: #111; font-weight: 700; font-size: 1.85em; margin-bottom: 4px; } .blog-post .post-content .cta-banner p { color: #111; padding: 0; margin: 0; font-size: 1.35em; line-height: 32px; } .blog-post .post-content .cta-banner .download-block { padding-left: 20px; } .blog-post .post-content .cta-banner .btn { display: flex; padding: 10px 40px; font-size: 1.125em; white-space: nowrap; } .blog-post .post-content .cta-banner.wild-text .text-content { width: calc(100% - 90px); } .blog-post .post-content .cta-banner.wild-text img { width: 80px; height: 80px; } .blog-post .post-content .cta-banner.wild-text p { font-size: 1.25em; line-height: 30px; } @media (max-width: 991px) { .blog-post .post-content .cta-banner { flex-direction: column; padding: 20px 32px; margin: 16px 0; } .blog-post .post-content .cta-banner .text-content { margin: 0; text-align: center; width: 640px; } .blog-post .post-content .cta-banner img { margin: 0 0 20px 0; } .blog-post .post-content .cta-banner h4 { font-size: 1.5em; } .blog-post .post-content .cta-banner p { font-size: 1.125em; line-height: 27px; } .blog-post .post-content .cta-banner .download-block { margin-top: 24px; padding: 0; } .blog-post .post-content .cta-banner.wild-text p { font-size: 1em; line-height: 24px; } } @media (max-width: 758px) { .blog-post .post-content .cta-banner .text-content { width: 495px; } .blog-post .post-content .cta-banner { padding: 20px; } } @media (max-width: 575px) { .blog-post .post-content .cta-banner .text-content { width: 295px; } .blog-post .post-content .cta-banner h4 { font-size: 1.2em; } .blog-post .post-content .cta-banner p { font-size: 1em; } .blog-post .post-content .cta-banner.wild-text .text-content { width: 100%; } .blog-post .post-content .cta-banner.wild-text img { width: 48px; height: 48px; } } @media (max-width: 375px) { .blog-post .post-content .cta-banner .text-content { width: 240px; } .blog-post .post-content .cta-banner .download-block, .blog-post .post-content .cta-banner .download-block .btn{ width: 100%; } } .blog { padding: 60px 0; } .blog .content { width: 100%; overflow: visible; } .blog .content h1 { margin: 0; padding: 30px 0 40px; color: #a2a9b6; font-size: 1.5em; font-weight: 600; line-height: 100%; text-transform: uppercase; } .blog .content .separator { border: none; height: 1px; margin: 30px 0; color: #c6cedc; background-color: #c6cedc; } .blog .blog-posts { display: inline-block; max-width: 800px; width: 100%; } .blog .blog-widgets { position: relative; float: right; width: 335px; } .blog .pagination { list-style: none; } .blog .pagination li { display: inline-block; } .blog .pagination li a { display: inline-block; padding: 0 5px; margin: 0 5px; color: #a2a9b6; font-size: 1.125em; font-weight: 400; line-height: 22px; } .blog .pagination li a:hover { color: #17212f; } .blog .pagination li.active a { color: #17212f; pointer-events: none; } .blog .pagination li.next a, .blog .pagination li.previous a { position: relative; padding: 0; margin: 0; color: #1b84ee; font-size: 1.25em; font-weight: 600; line-height: 100%; } .blog .pagination li.next a { padding-right: 15px; } .blog .pagination li.previous a { padding-left: 15px; } .blog .pagination li.next.disabled a, .blog .pagination li.previous.disabled a { color: #17212f; pointer-events: none; } .blog .pagination li.next { float: right; } .blog .pagination li.previous { float: left; } .blog .pagination li.next a:after { content: ""; border-bottom: 2px solid #1b84ee; border-right: 2px solid #1b84ee; width: 6px; height: 6px; position: absolute; right: 2px; top: 7px; z-index: 100; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .blog .pagination li.previous a:after { content: ""; border-bottom: 2px solid #1b84ee; border-right: 2px solid #1b84ee; width: 6px; height: 6px; position: absolute; left: 2px; top: 7px; z-index: 100; -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .blog .pagination li.next.disabled, .blog .pagination li.previous.disabled { display: none; } .blog .pagination li.next.disabled a:after, .blog .pagination li.previous.disabled a:after { border-bottom: 2px solid #17212f; border-right: 2px solid #17212f; } .blog-widgets .rss-feed { position: absolute; top: -60px; right: 0; display: inline-block; height: 26px; padding: 0 36px 0 0; color: #a2a9b6; font-size: 1.125em; line-height: 26px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/rss.svg?1631697355") no-repeat right center; background-size: 26px 26px; } .blog-widgets .rss-feed:hover { opacity: 0.75; } .blog .in-touch { display: block; width: 335px; margin: 0 0 30px; padding: 25px 0; border-radius: 6px; background-color: #fff; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14); box-sizing: border-box; z-index: 100; } .blog .in-touch .title { padding: 15px 0; color: var(--text-color); font-size: 1.5em; font-weight: 600; line-height: 100%; } .blog .in-touch .text { padding: 0 20px 20px; color: #444a56; font-size: 1.125em; font-weight: 400; line-height: 150%; } .blog .in-touch input { display: block; width: 243px; height: 42px; margin: 0 auto 10px; padding: 0 15px; color: var(--text-color); font-size: 1.125em; font-weight: 400; line-height: 42px; text-align: center; box-sizing: content-box; border-radius: 4px; border: 1px solid #a2a9b6; background-color: #fff; } .blog .in-touch input:focus { outline: none; } .blog .in-touch .button { display: block; width: 275px; height: 44px; margin: 0 auto; padding: 0; font-size: 1.125em; font-weight: 600; border-radius: 4px; cursor: pointer; } .blog .in-touch .button:disabled { background-color: #68baff; pointer-events: none; } .blog .in-touch .button:focus { outline: none; } .blog .in-touch .success { display: inline-block; height: 24px; padding: 2px 0 2px 35px; color: #3fc322; font-size: 1em; font-weight: 600; line-height: 22px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscribe_success@2x.png?1631697355") no-repeat 0 0; background-size: 24px 24px; } .blog .in-touch .privacy-agreement { padding: 15px 20px 0; font-size: 0.875rem; line-height: 130%; } .blog .in-touch .privacy-agreement > strong { font-weight: 600; } .blog .must-reads-title { margin-bottom: -10px; padding: 0; color: #a2a9b6; font-size: 1.5em; font-weight: 600; line-height: 100%; text-transform: uppercase; } .blog .must-read-post { display: block; width: 335px; min-height: 200px; margin: 30px 0 0; border-radius: 6px; background-color: #fff; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14); overflow: hidden; } .blog .must-read-post .cover { display: block; width: 100%; height: auto; min-height: 140px; background-color: #ccc; } .blog .must-read-post .post-title { padding: 15px; color: var(--text-color); font-size: 0.875em; font-weight: 600; line-height: 150%; } .blog .must-see-video { display: block; width: 335px; min-height: 200px; margin: 30px 0 0; border-radius: 6px; background-color: #fff; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14); overflow: hidden; } .blog .must-see-video .cover { display: block; width: 100%; height: auto; } .blog .must-see-video .post-title { padding: 15px; color: var(--text-color); font-size: 1.125em; font-weight: 600; line-height: 150%; } .blog .blog-item { display: block; width: 100%; margin: 0 0 30px; border-radius: 6px; background-color: #fff; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14); } .blog .blog-item h2 { margin: 0; padding: 30px 30px 0; font-size: 2em; font-weight: 600; line-height: 120%; } .blog .blog-item .post-info { height: 13px; padding: 20px 30px 30px; } .blog .blog-item .pub-date { display: inline-block; margin: 0; padding: 0 50px 0 0; color: #a2a9b6; font-size: 1em; font-weight: 600; line-height: 13px; text-transform: uppercase; } .blog .blog-item .views { display: inline-block; margin: 0; padding: 0 50px 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/views.svg?1631697355") no-repeat 0 0; background-size: 22px 12px; } .blog .blog-item .downloads { display: inline-block; margin: 0; padding: 0 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/download.svg?1631697355") no-repeat -2px 0; background-size: 16px 16px; } .blog .blog-item .post-cover { display: block; width: 100%; height: auto; margin: 0 auto 30px; padding: 0; } .blog .blog-item .disclaimer { margin: 0; padding: 0 30px 20px; color: var(--text-color); font-size: 1.25em; font-weight: 400; line-height: 150%; } .blog .blog-item .learn-more { position: relative; display: inline-block; margin: 0 30px 30px; padding: 0 15px 0 0; color: #1b84ee; font-size: 1.25em; font-weight: 400; line-height: 100%; } .blog .blog-item .learn-more:after { content: ""; border-bottom: 2px solid #1b84ee; border-right: 2px solid #1b84ee; width: 7px; height: 7px; position: absolute; right: 0; top: 7px; z-index: 100; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .blog .blog-item .learn-more:hover { text-decoration: underline; } .blog-post { padding: 60px 0; } .blog-post .content { max-width: 800px; width: 100%; } .blog-post .blog-take-survey { max-width: 800px; width: 100%; margin: 26px auto 46px; padding: 36px 26px; border-radius: 8px; background-color: #f8f8f8; box-sizing: border-box; } .blog-post .blog-take-survey h5 { margin-bottom: 16px; font-size: 26px; font-weight: bold; line-height: 1.15; text-align: center; color: #222222; } .blog-post .blog-take-survey p { padding: 0 0 28px !important; line-height: 1.36 !important; color: #222222 !important; } .blog-post .blog-take-survey p:nth-child(2){ padding: 0 0 34px !important; } .blog-post .blog-take-survey a.btn { display: block; width: 250px; height: 54px; margin: 0 auto; padding: 0; border: none; font-size: 20px; font-weight: 600; line-height: 52px; color: #ffffff; border-radius: 8px; background-color: #3ba6ff; } .blog-post .post-share { position: fixed; top: 200px; left: 50%; width: 50px; margin: -1px 0 0 -540px; z-index: 100; } .blog-post .post-share p { margin: 0; padding: 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 600; line-height: 100%; text-transform: uppercase; text-align: center; } .blog-post .post-share .post-share-btn { display: block; margin: 0 auto 30px; padding: 0; width: 42px; height: auto; } .blog-post .post-share .post-share-btn:hover { opacity: 0.75; } .blog-post .post-share .post-share-btn img { display: block; margin: 0; padding: 0; width: 42px; height: auto; } .blog-post h1 { margin: 0; padding: 30px 0 0; font-size: 2em; font-weight: 600; line-height: 120%; } .text-page .content > h2 { margin: 60px 0 24px; } .text-page .content li img { max-height: initial; } .blog-post .post-info { padding: 20px 0 30px; } .blog-post .pub-date { display: inline-block; margin: 0; padding: 0 50px 0 0; color: #a2a9b6; font-size: 1em; font-weight: 600; line-height: 13px; text-transform: uppercase; } .blog-post .views { display: inline-block; margin: 0; padding: 0 50px 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/views.svg?1631697355") no-repeat 0 0; background-size: 22px 12px; } .blog-post .downloads { display: inline-block; margin: 0; padding: 0 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/download.svg?1631697355") no-repeat 0 0; background-size: 13px 13px; } .blog-post .advert { display: inline-block; margin: 0; padding: 0 0 0 10px; color: var(--text-color); font-size: 1em; font-weight: 400; line-height: 13px; } .blog-post .post-cover { display: block; width: 100%; height: auto; margin: 0 auto 30px; padding: 0; } .blog-post .disclaimer { margin: 0; padding: 0 0 30px; color: var(--text-color); font-size: 1.25em; font-weight: 400; line-height: 150%; } .blog-post .separator { border: none; height: 1px; margin: 32px 0; color: #c6cedc; background-color: #c6cedc; } .blog-post .author { position: relative; display: inline-block; height: 40px; margin: 0; padding: 0 0 0 50px; color: var(--text-color); font-size: 1em; font-weight: 600; line-height: 40px; } .blog-post .author img { position: absolute; top: 0; left: 0; display: block; width: 40px; height: 40px; border-radius: 50%; background: #ccc; } .blog-post .post-content .video { position: relative; display: block; width: 100%; height: 0; margin: 0 auto 30px; padding: 0 0 56.25%; } .blog-post .post-content .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .blog-post .post-content video { display: block; max-width: 100%; margin: 30px auto 50px; padding: 0; } .blog-post .post-content .ios { max-width: 375px; } .more-posts h3 { padding-bottom: 30px; color: #a2a9b6; font-size: 1.5em; font-weight: 600; line-height: 100%; text-transform: uppercase; } .more-posts .single-post { display: inline-block; width: 257px; min-height: 290px; margin: 0 0 0 10px; padding: 0 0 30px; border-radius: 4px; box-shadow: 0 2px 4px rgba(46,47,63,0.15); overflow: hidden; box-sizing: border-box; vertical-align: top; will-change: transform, box-shadow; transition: transform .25s ease-out, box-shadow .25s ease-out, -webkit-transform .25s ease-out; } .more-posts .single-post:first-of-type { margin: 0; } .more-posts .single-post:hover { box-shadow: 0 5px 20px 5px rgba(46,47,63,0.15); transform: translateY(-2px); } .more-posts .single-post .cover { display: block; width: 100%; height: auto; min-height: 140px; background-color: #ccc; } .more-posts .single-post .post-title { height: 66px; margin-top: 10px; margin-bottom: 20px; padding: 0 15px; color: var(--text-color); font-size: 0.875em; font-weight: 600; line-height: 150%; overflow-y: hidden; } .more-posts .single-post .post-views { margin: 0 0 0 15px; padding: 0 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/views.svg?1631697355") no-repeat 0 0; background-size: 22px 12px; } .blog-post .in-touch { padding-top: 60px; } .blog-post .in-touch .title { padding-bottom: 15px; color: var(--text-color); font-size: 1.5em; font-weight: 600; line-height: 100%; } .blog-post .in-touch .text { padding-bottom: 30px; color: #444a56; font-size: 1.125em; font-weight: 400; line-height: 150%; } .blog-post .in-touch input { display: inline-block; width: 288px; height: 43px; margin: 0 auto 10px; padding: 0 15px; color: var(--text-color) font-size: 1.125em; font-weight: 400; line-height: 43px; text-align: left; border-radius: 4px; border: 1px solid #a2a9b6; background-color: #fff; } .blog-post .in-touch input:focus { outline: none; } .blog-post .in-touch .button { display: inline-block; min-width: 100px; height: 45px; margin: 0 auto; padding: 0 20px; font-size: 1.125em; font-weight: 600; border-radius: 4px; cursor: pointer; } .blog-post .in-touch .button:disabled { background-color: #68baff; pointer-events: none; } .blog-post .in-touch .button:focus { outline: none; } .blog-post .in-touch .success { display: inline-block; height: 24px; padding: 2px 0 2px 35px; color: #3fc322; font-size: 1em; font-weight: 600; line-height: 22px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscribe_success@2x.png?1631697355") no-repeat 0 0; background-size: 24px 24px; } .subscr-in-touch { opacity: 0; position: fixed; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 6px; z-index: 10; background-color: #ffffff; box-shadow: 4px 6px 34px 0 rgba(0, 0, 0, 0.21); } .subscr-in-touch.bottom-subscr { display: none; max-width: 800px; width: 100%; min-height: 141px; height: auto; box-sizing: initial; } .subscr-in-touch .close { position: absolute; top: 17px; right: 17px; width: 16px; height: 16px; z-index: 2; cursor: pointer; } .subscr-in-touch .close:before, .subscr-in-touch .close:after { position: absolute; top: 0; left: 7px; content: ' '; height: 16px; width: 2px; background-color: #a2a9b6; } .subscr-in-touch .close:before { transform: rotate(45deg); } .subscr-in-touch .close:after { transform: rotate(-45deg); } .subscr-in-touch.bottom-subscr .text-container { width: 274px; padding: 26px 42px 26px 190px; } .subscr-in-touch.bottom-subscr .text-container:before { content: ""; position: absolute; } .subscr-in-touch.dog.bottom-subscr .text-container:before { width: 198px; height: 202px; left: 0; bottom: -16px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscr_dog_1.svg?1631697355") no-repeat; } .subscr-in-touch.speacker.bottom-subscr .text-container:before { width: 175px; height: 184px; left: 7px; bottom: -5px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscr_speacker_1.svg?1631697355") no-repeat; } .subscr-in-touch .title { font-size: 2rem; font-weight: bold; color: var(--text-color); } .subscr-in-touch .text { font-size: 1.125rem; color: #444a56; margin-top: 7px; } .subscr-in-touch.bottom-subscr .text { line-height: 1.22; } .subscr-in-touch.bottom-subscr .form-container { width: 236px; padding: 18px 58px 17px 0; } .subscr-in-touch .form-container input { padding: 0 15px; text-align: center; border: solid 1px #a2a9b6; box-sizing: border-box; } .subscr-in-touch.bottom-subscr .form-container input { width: 236px; height: 44px; font-size: 1.125rem; border-radius: 4px; } .subscr-in-touch .form-container button { font-weight: 600; cursor: pointer; outline: 0; } .subscr-in-touch.bottom-subscr .form-container button { width: 236px; height: 44px; margin-top: 18px; border-radius: 4px; font-size: 1.125em; } .subscr-in-touch .form-container .privacy-agreement { padding: 15px 0 0; font-size: 0.8125rem; line-height: 130%; } .subscr-in-touch .form-container .privacy-agreement > strong { font-weight: 600; } .subscr-in-touch .success { display: inline-block; height: 25px; margin: auto; padding: 2px 0 2px 35px; color: #3fc322; font-size: 1em; font-weight: 600; line-height: 22px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscribe_success@2x.png?1631697355") no-repeat 0 0; background-size: 25px 25px; } @media (max-width: 1199px) { .blog .content { max-width: 800px; } .blog .content h1 { text-align: left; } .blog .blog-posts { margin: 0 auto; width: 100%; max-width: 800px; display: block; } .blog-post .post-content { margin: 0; padding: 0 0 20px; } .blog-pagination { max-width: 800px; width: 100%; height: 30px; line-height: 30px; } .blog .blog-widgets { position: initial; float: none; width: initial; margin: 60px 0 0; } .blog .blog-widgets .must-reads-block { display: none; } .blog-widgets .rss-feed { top: 30px; } .blog .in-touch { width: 100%; max-width: 800px; margin: 25px auto; } .blog .in-touch .privacy-agreement { max-width: 300px; margin: 0 auto; } .blog-post .content { width: 100%; max-width: 800px; } .blog-post .blog-mobile-rss { display: inline-block; float: right; margin-top: -3px; } .blog-mobile-rss p { float: left; padding: 0 10px 0; color: #a2a9b6; font-size: 1.125em; font-weight: 600; } .blog-mobile-rss .btn-rss { float: left; width: 26px; height: auto; } .blog-post .post-content img:not(.inline, .w-css-reset) { display: block; width: 90% !important; max-width: 375px; height: auto !important; margin: 24px auto; padding: 0; } .blog-post .post-content .video { position: relative; display: block; width: 100%; height: 0; margin: 0 auto 20px; padding: 0 0 56.25%; } .blog-post .post-content .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .blog-post .post-content video { display: block; max-width: 100%; height: auto !important; margin: 0 auto 20px; padding: 0; } .blog-post .author { margin: 0 20px 0 0; } .blog-post .post-share { display: none; } } @media (max-width: 991px) { .blog .content h1 { padding: 30px 20px 40px; } .text-page .content > h2 { margin: 50px 0 16px; } .blog-post .post-content img:not(.inline) { margin: 16px auto; } .blog-widgets .rss-feed { right: 20px; } .blog-post h1 { text-align: center; padding: 30px 0 0; } .blog-post .post-info { padding: 20px 0 30px; } .more-posts { display: flex; flex-direction: column; max-width: 600px; padding: 0; margin: 0 auto; } .more-posts h3 { padding-bottom: 30px; color: #a2a9b6; font-size: 1.25em; font-weight: 600; line-height: 100%; text-transform: uppercase; } .more-posts .single-post { display: block; width: 100%; height: 100%; padding: 0 0 20px; margin: 0 0 20px !important; border-radius: 4px; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14); overflow: hidden; } .more-posts .single-post .cover { width: 100%; height: auto; } .more-posts .single-post .post-title { height: 100%; margin: 0; padding: 10px 15px 20px; color: var(--text-color); font-size: 1.125em; font-weight: 600; line-height: 150%; overflow-y: hidden; } .more-posts .single-post .post-views { margin: 0 0 0 15px; padding: 0 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background-size: 22px 12px; } .blog-post .in-touch { display: block; margin: 0; padding: 30px 0; } .blog-post .in-touch .title { padding: 0 20px 15px; } .blog-post .in-touch .text { padding: 0 20px 20px; } .blog-post .in-touch input { display: block; width: 243px; height: 42px; text-align: center; } .blog-post .in-touch input:focus { outline: none; } .blog-post .in-touch .button { display: block; width: 275px; height: 44px; padding: 0 20px; } .blog-post .in-touch .privacy-agreement { max-width: 300px; padding: 15px 0 0; } .subscr-in-touch.bottom-subscr { height: auto; } } @media (max-width: 767px) { .blog .content h1 { font-size: 1.3em; } .blog .blog-item h2 { padding: 20px 14px 0; font-size: 1.6em; line-height: 140%; } .blog .blog-item .post-info { padding: 15px 14px 25px; } .blog .blog-item .pub-date { font-size: 0.9em; } .blog .blog-item .views { font-size: 0.9em; } .blog .blog-item .disclaimer { padding: 0 14px 20px; font-size: 1.0em; } .blog .blog-item .learn-more { margin: 0 14px 30px; padding: 0 10px 0 0; font-size: 1em; } .blog .blog-item .learn-more:after { width: 5px; height: 5px; right: 0; top: 6px; border-bottom: 1px solid #1b84ee; border-right: 1px solid #1b84ee; } .blog-post h1 { font-size: 1.6em; } .blog-post .pub-date { font-size: 0.9em; padding: 0 35px 0 0; } .blog-post .views { font-size: 0.9em; padding: 0 0 0 26px; } .subscr-in-touch.bottom-subscr { flex-direction: column; max-width: 539px; height: auto; } .subscr-in-touch.bottom-subscr .text-container { padding: 26px 190px 26px 42px; } .subscr-in-touch.dog.bottom-subscr .text-container:before { width: 241px; height: 204px; right: -23px; left: initial; top: -45px; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscr_dog_2.svg?1631697355") no-repeat; } .subscr-in-touch.speacker.bottom-subscr .text-container:before { width: 189px; height: 175px; top: -37px; right: 15px; left: initial; background: url("https://cdn-rdstaticassets.readdle.com/assets/pdfexpert/20220504/mac/blog/subscr_speaker_2.svg?1631697355") no-repeat; } .subscr-in-touch.bottom-subscr .form-container { width: 100%; padding: 30px 20px 21px; background-color: #f6f6f7; box-sizing: border-box; } .subscr-in-touch.bottom-subscr .form-container input { max-width: 459px; width: 100%; margin: 0 auto; display: block; } .subscr-in-touch.bottom-subscr .form-container button { max-width: 459px; width: 100%; margin: 18px auto 0; display: block; } .subscr-in-touch .form-container .privacy-agreement { max-width: 280px; margin: 0 auto; text-align: center; } .subscr-in-touch .success { margin: 20px auto; } } @media (max-width: 575px) { .blog .content h1 { padding: 30px 20px 30px; font-size: 1em; } .blog-widgets .rss-feed { top: 24px; margin-right: 15px; font-size: 1em; } .content-block.blog .container { padding: 0 !important; } .blog-pagination .pagination { padding: 0 15px; } .blog .pagination li.next a, .blog .pagination li.previous a { font-size: 1.1em; } .blog .pagination li.next a:after, .blog .pagination li.previous a:after { width: 5px; height: 5px; top: 7px; } .subscr-in-touch.bottom-subscr { width: calc(100% - 40px); } .subscr-in-touch.bottom-subscr .text-container { padding: 26px 45px 26px 45px; text-align: center; margin: 0 auto; width: 100%; box-sizing: border-box; } .subscr-in-touch.dog.bottom-subscr .text-container:before, .subscr-in-touch.speacker.bottom-subscr .text-container:before { display: none; background: none; } .subscr-in-touch .title { font-size: 1.5em; } } @media (max-width: 479px) { .blog .blog-item h2 { font-size: 1.4em; } .blog-post h1 { font-size: 1.4em; } } @media (max-width: 375px) { .subscr-in-touch.bottom-subscr .text-container { padding: 21px 20px 21px 20px; } .subscr-in-touch.bottom-subscr .text { font-size: 1em; } } 