.icon-btn { width: 36px; height: 36px; border-radius: 100%; border: 1px solid var(--primary); background-color: var(--primary); display: flex; justify-content: center; align-items: center; color: var(--white) } .icon-btn.download-btn { position: absolute; right: 1rem; bottom: .5rem; } .card-item__content-body.video-body{ background-color: rgb(25 42 83 / 0.05); } .video-img{ max-height: 300px; } .call-to-action-btn a{ color: white; } span.bookmarked-tag { position: absolute; top: -3px; right: 1rem; color: var(--primary); font-size: 2rem; display: flex; } .poll-btn button{ color: white; } .newmaker-img{ max-height: 240px; } .page-section-footer.align-content-center { display: flex; justify-content: center; } .no-tabs-contain-heading .page-header-section-meta { padding: 0 0 5px; } @media(max-width:992px){ .page-section-title { margin: 0 0 1rem; } .page-section-links { justify-content: initial; } .page-section-links .tabs { padding: 0; position: relative; margin: 0; display: flex; flex-wrap: nowrap; overflow: auto; } .page-section-links .tabs li { padding: 0 0.25rem; } } /* page section end */ /* top feature slider */ .feature-slider-section { padding: 0 2rem; } .feature-slider-wrapper { background-color: rgb(25 42 83 / 0.05); padding: 1.5rem 0; } .feature-slider__item { display: flex; flex-wrap: nowrap; width: 100%; padding: 1rem; } figure.featture-slider__thumbnail { margin: 0; width: 120px; height: 120px; min-width: 120px; overflow: hidden; border-radius: 100%; box-shadow: 0px 3px 6px #1E2E5659; } .feature-slider__content { padding: 0 1rem; display: flex; align-items: center; width: 100%; flex-wrap: wrap; align-content: center; } .feature-slider__title { color: var(--dark); margin: 0 0 0.25rem; font-weight: 500; } .feature-slider__meta-info { display: block; margin: 0 0 5px; color: #192a53b0; font-size: 13px; } .feature-slider__description { margin: 0; color: var(--gray); font-size: 0.8rem; width: 100%; } .feature-slider__title a { color: inherit; text-decoration: none; } .feature-slider__title a:hover { color: var(--primary-light); text-decoration: underline; } @media(max-width:767px){ figure.featture-slider__thumbnail { margin: 0 auto 1rem; } .feature-slider__item { display: block; width: 100%; text-align: center; } .feature-slider__content{ display: block; text-align: center; } } /* top feature slider */ .btn.page-section-btn { box-shadow: 0px 3px 5px 2px #98d2f28f; transition: 0.4s ease all; } .btn.page-section-btn:hover { box-shadow: 0 8px 10px 6px #98d2f28f; } /* memes slider */ .memes-slider-card-item { padding: 1rem; } .memes-slider-card-item .card-item{ margin: 0; } .memes-slider-card-item figure.card-item__thumbnail { overflow: hidden; } .jokes-slider-card-item { padding: 1rem; } @media(max-width:1024px){ .page-section-content.jokes-content-section { padding: 0 2rem; } } /* memes slider end */ .slideshow-slider__wrapper .card-item__thumbnail { max-height: 500px; overflow: hidden; } .new-maker-slider__wrapper .card-item__thumbnail { height: 470px; overflow: hidden; max-height: 500px; } /* video section */ section.page-section.video-main-section { background-color: rgb(25 42 83 / 0.05); } @media(max-width:992px){ .video-card-item.h-100 { height: auto!important; } } /* video section end */ /* advertise */ .page-full-with-advertise a { display: block; width: 100%; } .page-full-with-advertise { height: 150px; overflow: hidden; } .ads-block.horizontal-ads-block { display: block; width: 100%; text-align: center; } a.ads-full-with-container{ display: inline-block; max-width: 100%; width: 1200px; margin: 0 auto; padding: 0 15px; } .vertical-ads-container { display: block; width: 100%; text-align: center; } .ads-block img { width: auto; display: inline-block; margin: 0 auto; } /* polls section */ .polls-answer__list { position: relative; padding: 0; margin: 1rem 0; } .polls-ques-title { font-size: 1rem; margin: 0 0 1.5rem; line-height: 1.5; } .long-vertical-card__body { padding: 1.25rem; } .polls-answer__list li { display: block; margin: 0 0 1rem; padding: 0 0 1rem; border-bottom: 1px solid var(--gray-lighter); } .polls-answer__list li:last-child{ margin: 0; border-bottom: none; } .progess-data { margin: 0.5rem 0 0; display: flex; justify-content: space-between; font-size: 0.8rem; } .progress-line { height: 5px; display: block; background-color: var(--gray-lighter); border-radius: 10px; position: relative; } .progess-active { width: 100%; background-color: var(--blue); position: absolute; left: 0; top: 0; height: 5px; } .polls-answer__result h4 { margin: 0 0 0.75rem; } .polls-answer__content .polls-answer__result { display: none; } .custom-radio-group { position: relative; } .custom-radio-group label { padding-left: 30px; margin: 0; width: 100%; display: block; cursor: pointer; } .radio-mark { position: absolute; width: 18px; height: 18px; border: 2px solid var(--gray-light); display: inline-block; border-radius: 100%; outline: none; left: 5px; top: 2px; } .radio-mark::after { content: unset; left: 2px; width: 10px; height: 10px; background-color: var(--blue); position: absolute; border-radius: 100%; top: 2px; } .custom-radio-group input[type="radio"]:checked + .radio-mark{ border-color: var(--blue); } .custom-radio-group input[type="radio"]:checked + .radio-mark::after{ content: ''; } .custom-radio-group input[type="radio"] { position: absolute; visibility: hidden; opacity: 0; } .custom-radio-group.polls-answer label { font-weight: bold; } /* vertical */ .long-vertical-card__list { padding: 0; margin: 0; display: block; } .long-vertical-card__header { margin-bottom: 1.5rem; } .forum__content { display: flex; width: 100%; } .forum-content-icon { width: 36px; padding: 3px; } .forum__content-title { margin-bottom: 0; font-size: 0.9rem; color: var(--dark); font-weight: 500; margin-left: 1rem; display: flex; align-items: center; } .forum__content-title a { color: var(--dark); display: inline-block; } .forum__content-title a:hover { color: var(--primary-light); text-decoration: underline; } ul.long-vertical-card__list { margin: 0; padding: 0; } .forum-vertical-card__item { display: flex; padding: 0.75rem 0; border-bottom: 1px solid var(--gray-lighter); width: 100%; } .forum-vertical-card__item:last-child { border-bottom: none; } .seconday-fill{ fill: var(--primary-light) } .primary-fill{ fill: var(--primary); } /* testimonials */ .testimonial-splider-header { text-align: center; position: relative; display: flex; padding-top: 60px; justify-content: center; align-content: center; } figure.testimonial-splide__auther-thumbnail { margin: 0; width: 100px; height: 100px; position: absolute; top: -50px; border-radius: 100%; overflow: hidden; } .testimonial-splide__auther-name { font-size: 1rem; font-weight: bold; margin: 0; } .testimonial-splide__auther-role { font-weight: lighter; } .testimonial-splide__auther-info { margin: 0 0 1.5rem; } article.testimonial-splide__item { padding: 50px 1rem 1rem; } .testimonial-splide__content-wrapper { box-shadow: 0px 5px 10px #1E2E5659; padding: 0 1rem 4rem; } .testimonial-splide__content { text-align: center; width: 950px; margin: 0 auto; max-width: 100%; padding: 0 3rem; } .testimonial-splide-container .splide__pagination { bottom: 2.5rem; } .testimonial-splide-container .splide-arrow-inside .splide__arrow--next { right: 3rem; } .testimonial-splide-container .splide-arrow-inside .splide__arrow--prev { left: 3rem; } .testimonial-splide__title { font-size: 1.2rem; margin: 0 0 0.5rem; } .testimonial-splide__description { font-weight: lighter; margin: 0 0 0.5rem; font-size: 1rem; } .testimonial-splider-header { text-align: center; position: relative; display: flex; padding-top: 60px; justify-content: center; align-content: center; } .testimonial-splide__content { text-align: center; width: 800px; margin: 0 auto; max-width: 100%; } /* tabs */ .btn.btn-tabs { background-color: var(--white); color: var(--dark); } .btn.btn-tabs:focus{ box-shadow: none; } .tab-open .btn.btn-tabs, .btn.btn-tabs.tab-open { background-color: var(--primary); color: var(--white); } /* full width slider */ .slideshow-slider__wrapper { padding: 3rem; background-color: #fdf5df; background-size: cover; box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.75) } .amp-slider__wrapper { padding: 3rem; background-size: cover; } .slideshow-slider__wrapper.full-width-slide-bg { background-color: #ffeeee; } .full-width-slider__wrapper { position: relative; } .full-width-slider__thumbnail { position: relative; margin: 0; } .full-width-slider__thumbnail::after { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,0.3); } .full-width-slider__content { /* position: absolute; */ /* bottom: 0; */ /* left: 0; */ /* right: 0; */ padding: 1rem; text-align: center; /* z-index: 999; */ /* opacity: 0; */ /* transition: opacity 1s ease-out; */ } /* .is-active.is-visible .full-width-slider__content { opacity: 1; } */ .full-width-slider__title { color: var(--white); margin: 0; font-size: 1.2rem; font-family: var(--theme-heading-font-family); } .full-width-slider__item { padding: 2rem; } .full-width-slider__item:hover .full-width-slider__title { text-decoration: underline; } .is-active.is-visible .full-width-slider__item:hover .full-width-slider__thumbnail::after { content: unset } .is-active.is-visible .full-width-slider__thumbnail::after { content: unset } .full-box-hover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } /* FILE ARCHIVED ON 11:34:30 Jan 19, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:52:58 Aug 08, 2022. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 2067.798 exclusion.robots: 0.122 exclusion.robots.policy: 0.116 cdx.remote: 0.073 esindex: 0.009 LoadShardBlock: 369.514 (3) PetaboxLoader3.datanode: 104.604 (4) CDXLines.iter: 19.238 (3) load_resource: 75.991 PetaboxLoader3.resolve: 38.951 */