amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /** * Jetpack related posts */ /** * The Gutenberg block */ .jp-related-posts-i2 { margin-top: 1.5rem; } .jp-related-posts-i2__list { --hgap: 1rem; display: flex; flex-wrap: wrap; column-gap: var(--hgap); row-gap: 2rem; margin: 0; padding: 0; list-style-type: none; } .jp-related-posts-i2__post { display: flex; flex-direction: column; /* Default: 2 items by row */ flex-basis: calc( ( 100% - var(--hgap) ) / 2 ); } /* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */ .jp-related-posts-i2__post:nth-last-child(n+3):first-child, .jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * { /* From 3 total items on, 3 items by row */ flex-basis: calc( ( 100% - var(--hgap) * 2 ) / 3 ); } .jp-related-posts-i2__post:nth-last-child(4):first-child, .jp-related-posts-i2__post:nth-last-child(4):first-child ~ * { /* Exception for 4 total items: 2 items by row */ flex-basis: calc( ( 100% - var(--hgap) ) / 2 ); } .jp-related-posts-i2__post-link { display: flex; flex-direction: column; row-gap: 0.5rem; width: 100%; margin-bottom: 1rem; line-height: 1.2; } .jp-related-posts-i2__post-link:focus-visible { outline-offset: 2px; } .jp-related-posts-i2__post-img { order: -1; max-width: 100%; } .jp-related-posts-i2__post-defs { margin: 0; list-style-type: unset; } /* Hide, except from screen readers */ .jp-related-posts-i2__post-defs dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; } .jp-related-posts-i2__post-defs dd { margin: 0; } /* List view */ .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list { display: block; } .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post { margin-bottom: 2rem; } /* Breakpoints */ @media only screen and (max-width: 640px) { .jp-related-posts-i2__list { display: block; } .jp-related-posts-i2__post { margin-bottom: 2rem; } } /* Container */ #jp-relatedposts { display: none; padding-top: 1em; margin: 1em 0; position: relative; clear: both; } .jp-relatedposts:after { content: ''; display: block; clear: both; } /* Headline above related posts section, labeled "Related" */ #jp-relatedposts h3.jp-relatedposts-headline { margin: 0 0 1em 0; display: inline-block; float: left; font-size: 9pt; font-weight: bold; font-family: inherit; } #jp-relatedposts h3.jp-relatedposts-headline em:before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid #dcdcde; border-top: 1px solid rgba(0,0,0,.2); margin-bottom: 1em; } #jp-relatedposts h3.jp-relatedposts-headline em { font-style: normal; font-weight: bold; } /* Related posts items (wrapping items) */ #jp-relatedposts .jp-relatedposts-items { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: -20px; } /* Related posts item */ #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { float: left; width: 33%; margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 20px; filter: alpha(opacity=80); -moz-opacity: .8; opacity: .8; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) { clear: both; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } /* Related posts item content */ #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { font-size: 14px; line-height: 20px; margin: 0; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs { position:relative; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay { position:absolute; top:0; bottom:0; left:0; right:0; display:block; border-bottom: 0; } #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { margin-bottom: 0; } #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { text-transform: none; margin: 0; font-family: inherit; display: block; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { font-size: inherit; font-weight: normal; text-decoration: none; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span { display: block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span { height: auto; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context { opacity: .6; } /* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */ .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date { display: none; } /* Behavior when there are thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt { display: none; } /* Behavior when there are no thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { overflow: hidden; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span { margin-bottom: 1em; } /* List Layout */ #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post { clear: both; width: 100%; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { float: left; overflow: hidden; max-width: 33%; margin-right: 3%; } #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { display: inline-block; max-width: 63%; } /* * Responsive */ @media only screen and (max-width: 640px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 50%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: 20px; } } @media only screen and (max-width: 320px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 100%; clear: both; margin: 0 0 1em; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { float: none; max-width: 100%; margin-right: 0; } } /* * Hide the related post section in the print view of a post */ @media print { .jp-relatedposts { display:none ; } }.wp-block-jetpack-rating-star span:not([aria-hidden="true"]) { display: none; } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} amp-web-push-widget button.subscribe { display: inline-flex; align-items: center; border-radius: 2px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 400; background: #4A90E2; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} amp-web-push-widget button.subscribe .subscribe-icon {margin-right: 10px;} amp-web-push-widget button.subscribe:active {transform: scale(0.99);} amp-web-push-widget button.unsubscribe {display: inline-flex; align-items: center; justify-content: center; height: 45px; border: 0; margin: 0; cursor: pointer; outline: none; font-size: 15px; font-weight: 400; background: #4a90e2; color: #fff; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; padding: 10px 15px;} amp-web-push-widget.amp-invisible{ display:none;} .amp-web-push-container{width: 245px; margin:0 auto} .amp-web-push-bell-cn{width: 24px; margin:0 auto} .icon-add_alert:after{content:"\e7f7"} .amp-web-push-sticky{position:fixed;top:70%;right:0;} .awp-sticky{background-color:#0084ff;border-radius: 60%;padding:10px 10px 6px 10px;line-height:1;display:inline-block;} /* Inline styles */ div.acssabeed{padding:4px 16px 16px;}div.acss17fd3{display:flex;flex-direction:column;margin-bottom:-5px;margin-top:-5px;}div.acssa2dbe{margin-bottom:5px;margin-top:5px;}span.acss5a7f4{display:block;line-height:1.3333;max-width:100%;min-width:0px;overflow-wrap:break-word;word-break:break-word;}div.acss5a935{margin:0px;overflow-wrap:break-word;}div.acssde321{color:var(--primary-text);font-family:inherit;font-size:0.9375rem;white-space:pre-wrap;}span.acsscd28a{font-size:15px;white-space:pre-wrap;}div.acss4e7cf{clear:both;text-align:center;}a.acssf0b9d{margin-left:1em;margin-right:1em;}div.acss802e1{font-family:inherit;position:relative;}div.acss44934{font-family:inherit;}div.acss39df4{font-family:inherit;padding-top:500px;position:relative;}div.acss7f865{font-family:inherit;inset:calc(0% + 0px) calc(50% + 1.01px) calc(50% + 1.01px) calc(0% + 0px);overflow:hidden;position:absolute;}a.acsse4e55{-webkit-tap-highlight-color:transparent;align-items:stretch;border-bottom-color:var(--always-dark-overlay);border-left-color:var(--always-dark-overlay);border-right-color:var(--always-dark-overlay);border-style:solid;border-top-color:var(--always-dark-overlay);border-width:0px;box-sizing:border-box;color:#385898;cursor:pointer;display:inline-block;flex-basis:auto;flex-direction:row;font-family:inherit;inset:0px;list-style:none;margin:0px;min-height:0px;min-width:0px;outline:none;padding:0px;position:absolute;text-align:inherit;text-decoration-line:none;touch-action:manipulation;user-select:none;}span.acss44934{font-family:inherit;}div.acss407be{font-family:inherit;height:249px;position:relative;max-width:249px;}div.acssa2c5a{font-family:inherit;height:249px;position:absolute;top:0px;max-width:249px;}div.acssfd6bf{align-items:center;bottom:0px;direction:ltr;display:flex;flex-direction:row;font-family:inherit;position:absolute;transition-duration:0.3s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1);max-width:249px;z-index:100;}div.acss39f1b{background-image:var(--always-dark-gradient);bottom:0px;font-family:inherit;height:44px;pointer-events:none;position:absolute;transition-duration:0.3s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1);visibility:hidden;max-width:249px;z-index:-1;}div.acssc2a2a{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:0.01;padding:0px 5px;pointer-events:none;}span.acss58847{align-items:flex-end;display:flex;font-family:inherit;margin-top:0px;max-width:auto;}span.acss9c233{align-items:inherit;align-self:inherit;display:inherit;flex-direction:inherit;flex:inherit;font-family:inherit;height:inherit;max-height:inherit;max-width:inherit;min-height:inherit;min-width:inherit;place-content:inherit;max-width:inherit;}span.acss6b714{align-items:flex-end;display:flex;font-family:inherit;padding-top:0px;max-width:auto;}div.acss758ac{-webkit-tap-highlight-color:transparent;border-color:initial;border-style:none;border-width:initial;box-sizing:border-box;cursor:pointer;display:inline-block;filter:drop-shadow(0 0 4px var(--shadow-5));font-family:inherit;height:20px;list-style:none;margin:6px;opacity:0.9;outline:none;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}i.acss7917a{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:-21px -186px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}div.acss03c08{color:var(--always-white);display:inline-block;font-family:inherit;font-size:0.75rem;font-variant-numeric:tabular-nums;line-height:2.6667;margin-left:5px;margin-right:5px;min-width:52px;text-align:center;text-shadow:0 0 3px var(--overlay-alpha-80);vertical-align:bottom;}span.acss108d6{font-family:inherit;font-weight:600;min-width:36px;}div.acss39ee8{align-items:center;display:flex;flex-flow:row nowrap;flex-grow:1;font-family:inherit;opacity:0.01;pointer-events:none;}div.acsse9529{align-items:inherit;display:inherit;flex-direction:inherit;flex-grow:inherit;flex-shrink:inherit;font-family:inherit;height:inherit;max-height:inherit;max-width:inherit;min-height:inherit;min-width:inherit;place-content:inherit;position:relative;max-width:inherit;}div.acss5c956{cursor:pointer;font-family:inherit;padding:8px 0px;position:relative;user-select:none;max-width:5.84375px;}div.acss00209{border-radius:2px;box-shadow:rgba(20, 22, 26, 0.3) 0px 1px 4px;font-family:inherit;height:3px;text-shadow:rgba(20, 22, 26, 0.7) 0px 0px 3px;user-select:none;}div.acss08478{font-family:inherit;height:3px;position:absolute;max-width:2.07812px;}div.acsscbe1d{background-color:#4080ff;border-radius:2px;font-family:inherit;height:3px;position:absolute;user-select:none;max-width:0px;}div.acsscc652{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:0.01;padding:0px 0px 0px 5px;pointer-events:none;}div.acss53266{display:inline-block;font-family:inherit;margin:6px;}i.acssf0982{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:0px -207px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}i.acssd8427{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/VkIMmTNg4Mj.png");background-position:0px -662px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}div.acss2539e{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:0.01;padding:0px 5px 0px 0px;pointer-events:none;}div.acss5b3a7{cursor:pointer;display:inline-block;font-family:inherit;margin-top:-10px;padding:16px 6px 6px;position:relative;}div.acsse230d{bottom:42px;box-sizing:border-box;font-family:inherit;left:0px;padding:6px;position:absolute;max-width:44px;}div.acss24799{cursor:pointer;font-family:inherit;height:60px;pointer-events:none;position:relative;transition-duration:0.3s;transition-property:opacity;transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1);max-width:32px;}div.acss476db{border-radius:4px;bottom:0px;font-family:inherit;height:60px;left:10px;position:absolute;max-width:8px;}div.acssaba31{border-radius:4px;bottom:0px;font-family:inherit;height:0px;position:absolute;max-width:8px;}div.acss99849{bottom:2px;font-family:inherit;left:-2px;position:relative;}i.acssc80ff{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:0px -144px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}div.acss09596{border-radius:inherit;font-family:inherit;inset:0px;pointer-events:none;position:absolute;transition-duration:var(--fds-duration-extra-extra-short-out);transition-property:opacity;transition-timing-function:var(--fds-animation-fade-out);}div.acss6b426{font-family:inherit;inset:calc(50% + 1.01px) calc(50% + 1.01px) calc(0% + 0px) calc(0% + 0px);overflow:hidden;position:absolute;}div.acss91939{font-family:inherit;height:249px;position:static;max-width:249px;}div.acssa8fa2{font-family:inherit;height:36px;left:124.5px;position:absolute;top:124.5px;transform:translate(-50%, -50%);transition:opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, visibility 0s ease 0s;visibility:hidden;max-width:36px;}div.acss85b46{box-sizing:border-box;font-family:inherit;inset:0px;position:absolute;}i.acss2c5dc{border-radius:50%;cursor:pointer;height:72px;left:124.5px;margin:-36px 0px 0px -36px;opacity:1;position:absolute;top:124.5px;max-width:72px;}div.acssfda5d{-webkit-tap-highlight-color:transparent;border-color:initial;border-style:initial;border-width:0px;box-sizing:border-box;cursor:pointer;display:inline;font-family:inherit;list-style:none;margin:0px;outline:none;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}i.acss38b66{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:0px 0px;background-repeat:no-repeat;background-size:auto;display:inline-block;height:72px;max-width:72px;}div.acss9114b{font-family:inherit;height:3px;position:absolute;max-width:2.21875px;}div.acssdceef{font-family:inherit;inset:calc(0% + 0px) calc(0% + 0px) calc(66.6667% + 1.01px) calc(50% + 1.01px);overflow:hidden;position:absolute;}div.acss0956d{font-family:inherit;height:165.672px;position:relative;max-width:249px;}div.acssae827{font-family:inherit;height:165.672px;position:static;max-width:249px;}div.acss32e01{font-family:inherit;height:165.672px;position:absolute;top:0px;max-width:249px;}div.acss381b9{font-family:inherit;height:36px;left:124.5px;position:absolute;top:82.8281px;transform:translate(-50%, -50%);transition:opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, visibility 0s ease 0s;visibility:hidden;max-width:36px;}i.acsseb250{border-radius:50%;cursor:pointer;height:72px;left:124.5px;margin:-36px 0px 0px -36px;position:absolute;top:82.8281px;visibility:hidden;max-width:72px;}div.acss4d3e7{background-image:var(--always-dark-gradient);bottom:0px;font-family:inherit;height:44px;opacity:1;position:absolute;transition-duration:0.3s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1);max-width:249px;z-index:-1;}div.acss23adb{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:1;padding:0px 5px;}div.acss5778e{-webkit-tap-highlight-color:transparent;border-color:initial;border-style:none;border-width:initial;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;height:20px;list-style:none;margin:6px;opacity:0.9;outline:none;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}i.acss59792{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:-42px -186px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}div.acss6b376{align-items:center;display:flex;flex-flow:row nowrap;flex-grow:1;font-family:inherit;opacity:1;}div.acss3d29f{font-family:inherit;height:3px;position:absolute;max-width:5.84375px;}div.acss79403{background-color:#4080ff;border-radius:2px;font-family:inherit;height:3px;position:absolute;user-select:none;max-width:5.84375px;}div.acss09c68{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:1;padding:0px 0px 0px 5px;}div.acss51d8b{align-items:center;display:flex;flex-flow:row nowrap;font-family:inherit;opacity:1;padding:0px 5px 0px 0px;}div.acssb131e{border-radius:4px;bottom:0px;font-family:inherit;height:60px;position:absolute;max-width:8px;}i.acssfa7ae{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y-/r/oQ91tcZ11c0.png");background-position:-50px -94px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-always-white);height:20px;vertical-align:-0.25em;max-width:20px;}div.acss7368d{font-family:inherit;inset:calc(33.3333% + 1.01px) calc(0% + 0px) calc(33.3333% + 1.01px) calc(50% + 1.01px);overflow:hidden;position:absolute;}div.acss15718{font-family:inherit;height:164.656px;position:relative;max-width:249px;}div.acss2e660{font-family:inherit;height:164.656px;position:static;max-width:249px;}div.acss6e9b4{font-family:inherit;height:164.656px;position:absolute;top:0px;max-width:249px;}div.acss3ef20{font-family:inherit;height:36px;left:124.5px;position:absolute;top:82.3281px;transform:translate(-50%, -50%);transition:opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, visibility 0s ease 0s;visibility:hidden;max-width:36px;}i.acss1605a{border-radius:50%;cursor:pointer;height:72px;left:124.5px;margin:-36px 0px 0px -36px;opacity:1;position:absolute;top:82.3281px;max-width:72px;}div.acss66a36{font-family:inherit;height:3px;position:absolute;max-width:2.28125px;}div.acsseaf73{font-family:inherit;inset:calc(66.6667% + 1.01px) calc(0% + 0px) calc(0% + 0px) calc(50% + 1.01px);overflow:hidden;position:absolute;}i.acss47b69{border-radius:50%;cursor:pointer;height:72px;left:124.5px;margin:-36px 0px 0px -36px;opacity:1;position:absolute;top:82.8281px;max-width:72px;}div.acss2eed9{font-family:inherit;height:3px;position:absolute;max-width:2.54688px;}div.acssb0f9b{align-items:center;display:flex;flex-direction:column;font-family:inherit;inset:0px;justify-content:center;pointer-events:none;position:absolute;}div.acss1285e{color:var(--primary-text-on-media);font-family:inherit;font-size:2rem;font-weight:600;text-align:center;}div.acss149e0{font-family:inherit;overflow:hidden;}div.acss5d097{border-radius:0px 0px 8px 8px;font-family:inherit;overflow:hidden;}div.acss5f784{background-color:white;color:#1c1e21;font-family:"Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;font-size:12px;}div.acss217eb{align-items:center;border-bottom:1px solid var(--divider);color:var(--secondary-text);display:flex;font-family:inherit;font-size:0.9375rem;justify-content:flex-end;line-height:1.3333;margin:0px 16px;padding:10px 0px;}div.acssf6dee{align-items:center;display:flex;flex-grow:1;font-family:inherit;}span.acssa6048{align-items:center;display:flex;font-family:inherit;padding-left:4px;}span.acss28745{border-bottom-color:var(--card-background);border-left-color:var(--card-background);border-radius:11px;border-right-color:var(--card-background);border-style:solid;border-top-color:var(--card-background);border-width:2px;font-family:inherit;height:18px;margin-left:-4px;position:relative;max-width:18px;z-index:2;}span.acss70c8b{border-radius:9px;display:inline-block;font-family:inherit;height:18px;max-width:18px;}div.acsscf01f{-webkit-tap-highlight-color:transparent;align-items:stretch;background-color:transparent;border-bottom-color:var(--always-dark-overlay);border-left-color:var(--always-dark-overlay);border-right-color:var(--always-dark-overlay);border-style:solid;border-top-color:var(--always-dark-overlay);border-width:0px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-basis:auto;flex-direction:row;font-family:inherit;list-style:none;margin:0px;min-height:0px;min-width:0px;outline:none;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}img.acssa16e3{border:0px;vertical-align:top;}div.acssb67cc{-webkit-tap-highlight-color:transparent;background-color:transparent;border-color:initial;border-style:initial;border-width:0px;box-sizing:border-box;color:inherit;cursor:pointer;font-family:inherit;list-style:none;margin:0px;max-height:1.3333em;outline:none;overflow:hidden;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}span.acss4e89b{float:left;font-family:inherit;overflow:hidden;text-overflow:ellipsis;max-width:100px;}span.acssbc766{font-family:inherit;padding-left:6px;}span.acss2e95c{background-color:var(--card-background);float:left;font-family:inherit;margin-left:-100px;}div.acssa2774{align-items:center;display:flex;font-family:inherit;height:22px;}div.acss92ae5{font-family:inherit;margin-left:7px;}div.acssf9991{-webkit-tap-highlight-color:transparent;align-items:stretch;appearance:none;background-color:transparent;border-bottom-color:var(--always-dark-overlay);border-left-color:var(--always-dark-overlay);border-right-color:var(--always-dark-overlay);border-style:solid;border-top-color:var(--always-dark-overlay);border-width:0px;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-flex;flex-basis:auto;flex-direction:row;font-family:inherit;list-style:none;margin:0px;min-height:0px;min-width:0px;outline:none;padding:0px;position:relative;text-align:inherit;touch-action:manipulation;user-select:none;}span.acssab21e{display:block;font-family:inherit;font-size:0.9375rem;line-height:1.3333;max-width:100%;min-width:0px;overflow-wrap:break-word;word-break:break-word;}div.acssb3c85{font-family:inherit;margin-left:12px;margin-right:12px;}div.acss5cb8c{align-items:stretch;box-sizing:border-box;display:flex;flex-flow:row nowrap;font-family:inherit;justify-content:space-between;margin:-6px -2px;padding:4px;position:relative;}div.acssbef74{box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 0px;font-family:inherit;max-width:100%;min-width:0px;padding:6px 2px;position:relative;}div.acssf23fb{align-items:center;box-sizing:border-box;display:flex;flex-flow:row nowrap;flex:1 1 0px;font-family:inherit;height:44px;justify-content:center;margin:-6px -4px;min-width:0px;padding-left:12px;padding-right:12px;padding-top:0px;position:relative;white-space:nowrap;}div.acsse1298{box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit;max-width:100%;min-width:0px;padding:6px 4px;position:relative;}span.acssface3{display:inline-flex;font-family:inherit;}i.acss99a9a{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/HZsMfvakErk.png");background-position:0px -212px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-secondary-icon);height:18px;vertical-align:-0.25em;max-width:18px;}span.acss3525c{display:block;font-family:inherit;font-size:0.9375rem;font-weight:600;line-height:1.3333;max-width:100%;min-width:0px;overflow-wrap:break-word;word-break:break-word;}div.acssc6ca6{border-radius:4px;font-family:inherit;inset:0px;pointer-events:none;position:absolute;transition-duration:var(--fds-duration-extra-extra-short-out);transition-property:opacity;transition-timing-function:var(--fds-animation-fade-out);}div.acss5203f{-webkit-tap-highlight-color:transparent;align-items:stretch;background-color:transparent;border-bottom-color:var(--always-dark-overlay);border-left-color:var(--always-dark-overlay);border-right-color:var(--always-dark-overlay);border-style:solid;border-top-color:var(--always-dark-overlay);border-width:0px;box-sizing:border-box;clip-path:polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);clip:rect(0px, 0px, 0px, 0px);cursor:pointer;display:inline-flex;flex-basis:auto;flex-direction:row;font-family:inherit;list-style:none;margin:0px;min-height:0px;min-width:0px;outline:none;padding:13px 0px;position:absolute;right:6px;text-align:inherit;top:1px;touch-action:manipulation;user-select:none;}i.acss89f3b{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/VkIMmTNg4Mj.png");background-position:0px -899px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-secondary-icon);height:16px;vertical-align:-0.25em;max-width:16px;}i.acss61017{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/HZsMfvakErk.png");background-position:0px -174px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-secondary-icon);height:18px;vertical-align:-0.25em;max-width:18px;}i.acssabf6f{background-image:url("https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/HZsMfvakErk.png");background-position:0px -231px;background-repeat:no-repeat;background-size:auto;display:inline-block;filter:var(--filter-secondary-icon);height:18px;vertical-align:-0.25em;max-width:18px;}div.acss12f39{background-color:var(--hover-overlay);border-radius:4px;font-family:inherit;inset:0px;pointer-events:none;position:absolute;transition-duration:var(--fds-duration-extra-extra-short-out);transition-property:opacity;transition-timing-function:var(--fds-animation-fade-out);}div.acss2e7e2{color:#1c1e21;font-family:"Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;font-size:12px;margin-bottom:4px;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}
Medavakkam anna seva | annathanam in chennai | Chennai annadhanam | medavakkam free mid day…
"ஓம் ஆறுமுக அரங்க மகா தேசிகாய நம" துறையூர் ஸ்ரீ அகத்தியர் சன்மார்க்க சங்கம்மணச்சநல்லூர் திருச்சி அன்னதானம் அரசு மருத்துவமனை…
ONGARAKUDIL SALEM BRANCH THATHAMPATTI GANDHI NAGAR ANNADHANAM சிவாய ஆறுமுக அரங்கமகா தேசிகாய நம!துறையூர் ஸ்ரீ அகத்தியர் சன்மார்க்க…
ஓம் ஆறுமுக அரங்கமகா தேசிகாய நம Food charity | Food donation | Free Food at tuticorin…
Ongarakudil ( Sri agathiar sanmarga charitable Trust ) Free Food donation Food Bank-Chennai is Successfully…
Brahmapureeswarar Temple Thirupattur free Footwear to poor people in tamlnadu | sri agathiar sanmarga charitable…