<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }
/* Clearing */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ''; display: table; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }
/* =Content
----------------------------------------------- */
.sticky { }
.hentry { margin: 0 0 1.5em; }
.byline, .updated { display: none; }
.single .byline, .group-blog .byline { display: inline; margin-right: 0; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.entry-content a { text-decoration: underline; }
.page-links { clear: both; margin: 0 0 1.5em; }
#content { margin-top: 40px; margin-bottom: 40px; }
/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span { display: inline-block; color: #fff; background-color: #1FA67A; padding: 2px 10px; margin-left: 2px; }
.page-links a span { background-color: inherit; border: 1px solid #E8E8E8; color: #1FA67A; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.page-links a:hover span { background-color: #1FA67A; border: 1px solid #1FA67A; color: #fff; }
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
.wp-caption { border: 1px solid #ccc; margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; }
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-main .gallery { margin-bottom: 1.5em; }
.gallery-caption { }
.site-main .gallery a img { border: none; height: auto; max-width: 90%; }
.site-main .gallery dd { margin: 0; }
.site-main .gallery-columns-4 .gallery-item { }
.site-main .gallery-columns-4 .gallery-item img { }
/* Make sure embeds and iframes fit their containers */
embed, iframe, object { max-width: 100%; }
/* =Widgets
----------------------------------------------- */
.widget { margin: 0 0 1.5em; }
/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }
/* Search widget */
.widget_search .search-submit { display: none; }
.widget &gt; ul &gt; li, li.recentcomments { border-bottom: 1px solid #EEE; position: relative; display: block; padding: 10px 0; }
.widget ul li { list-style: none; }
.widget ul { padding: 10px 10px; }
.widget-title { border-bottom: 1px solid #eee; }
.widget ul.nav.nav-tabs { padding: 0; }
.tab-content ul li { list-style: none; }
#secondary .widget_archive ul li:before, #secondary .widget_categories ul li:before, #secondary .widget_recent_comments ul li:before { font-family: fontawesome; margin-right: 10px; }
#secondary .widget_archive ul li:before { content: '\f073'; }
#secondary .widget_categories ul li:before { content: '\f115'; }
#secondary .widget_recent_comments ul li:before { content: '\f0e5'; }
.tab-content .tab-thumb { float: left; margin-right: 8px; padding-top: 5px; float: left; line-height: 0px; width: 60px; height: 60px; }
.tab-content li { overflow: hidden; list-style: none; border-bottom: 1px solid #f0f0f0; margin: 0 0 8px; padding: 0 0 6px; }
.tab-content .tab-entry { display: block; }
.tab-content &gt; .active { border: 1px solid #E8E8E8; border-top: none; }
.tab-content ul li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.tab-content .tab-entry { font-size: 14px }
.tab-comment { font-size: 18px; padding: 0 10px; }
.nav-tabs &gt; li &gt; a { border-bottom-color: transparent; text-transform: uppercase; }
.tab-content i { font-size: 12px; }
.tab-thumb.thumbnail { margin-bottom: 5px; }
.tab-content #messages li:before { content: '\f0e5'; font-family: fontawesome; float: left; padding-right: 10px; font-size: 20px; color: #1FA67A; }
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer { display: block; }
#infinite-handle span { display: block; text-align: center; font-size: 18px; margin-bottom: 20px; padding: 12px; background: transparent; border: 1px solid #E8E8E8; color: #1FA67A; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
#infinite-handle span:hover { background-color: #1FA67A; color: #fff; }
.woocommerce #infinite-handle { display: none; }
.woocommerce div.product form.cart .variations label { color: #6B6B6B; font-size: 14px; margin-bottom: 0; margin-top: 8px; }
/* =Custom Styles
----------------------------------------------- */
.site-description { clear: both; color: #777; font-weight: 200; font-size: 14px; }
.page-template-page-homepage-php .carousel { margin-top: -20px; margin-bottom: 20px; }
/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor { }
#respond { background-color: transparent !important; box-shadow: none !important; padding: 0px !important; }
#respond &gt; p, #respond p.comment-notes, p.logged-in-as { margin-bottom: 10px; }
p.logged-in-as { padding-bottom: 0px; }
.comment-list { margin-bottom: 40px !important; margin-left: 0px !important; padding-left: 0; }
.comment .comment-body { background-color: #ffffff; margin: 0; overflow: hidden; padding: 25px; margin-top: 2em; padding-left: 116px; position: relative; border: 1px solid rgba(0, 0, 0, 0); border-color: #E8E8E8; }
.comment-list .children { margin-left: 0px!important; padding-left: 40px; border-left: 1px solid #E8E8E8; background-repeat: no-repeat; background-position: left 20px; }
.comment-list li.comment &gt; div img.avatar { position: absolute; left: 29px; top: 29px; }
#comment-form-title { font-size: 24px; padding-bottom: 10px; }
.vcard .avatar { position: absolute; left: 29px; top: 29px; }
.comment-metadata { font-size: 11px; line-height: 16px; margin-bottom: 10px; }
.comment-reply-link { float: right; }
.form-allowed-tags code { word-wrap: break-word; white-space: inherit; }
.comment-respond label { display: block; font-weight: normal; }
.comment-respond .required { color: #C7254E; }
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a, #image-navigation .nav-next a { padding: 5px 20px; border: 1px solid #E8E8E8; display: block; }
#image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover { background-color: #1FA67A; color: #fff; }
#image-navigation .nav-previous, #image-navigation .nav-next { margin: 10px 0; }
/* =Mobile Styling
----------------------------------------------- */
@media (max-width: 768px) {
.pull-right { float: none !important; }
.pull-left { float: none !important; }
.footer-nav.nav, .copyright { float: none; }
.flex-caption { display: none; }
.navbar &gt; .container .navbar-brand { margin: 0; }
.navbar-default .navbar-nav &gt; li &gt; a { line-height: 20px; padding: 15px 10px; }
}
@media (max-width: 992px) {
.site-branding { text-align: center; }
#social { top: 0; float: none; text-align: center; }
.side-pull-left .main-content-inner, .side-pull-right .main-content-inner { float: none; }
}
/* =Call For Action
----------------------------------------------- */
.cfa { padding: 30px 0px; background: #1FA67A; text-align: center; overflow: hidden; }
.cfa-text { font-size: 22px; color: #fff; display: block; padding-top: 10px; }
.cfa-button { background-color: transparent; color: #fff; padding: 15px 30px; border-color: #fff; }
.cfa-button a, .cfa-button a { color: #fff; }
.cfa-button:hover { background-color: #fff; color: #1FA67A; }
.cfa-button:hover a { color: #1FA67A; }
/* Layout */
.side-pull-left #primary { float: left; }
.side-pull-right #primary { float: right; }
.no-sidebar #secondary, .full-width #secondary { display: none; }
.no-sidebar #primary { float: none; margin: 0 auto; }
.full-width #primary { width: 100%; }</pre></body></html>