<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** Font pairings
** Roboto + Roboto
** Copyright 2014 Verve Themes
*/

/* ===================================================================
/*	Imports
/* =================================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,900,700,700italic);


/* ===================================================================
/*	Basics
/* =================================================================== */

body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold }
h1 { font-size: 50px } h2 { font-size: 42px } h3 { font-size: 32px } h4 { font-size: 24px } h5 { font-size: 18px } h6 { font-size: 14px }


/* ===================================================================
/*	Header
/* =================================================================== */

header h1.logo { font-size: 38px; line-height: 1; font-variant: small-caps }
header .subheader { font-size: 13px !important; font-weight: 600; text-transform: uppercase; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif}


/* ===================================================================
/*	Navigation bar
/* =================================================================== */

.navbar-nav li &gt; a { text-transform: uppercase; font-size: 14px}
.navbar-nav &gt; li &gt; a {line-height: 1.6}


/* ===================================================================
/*	Blog Structure
/* =================================================================== */

/* Breadcrumb */
.breadcrumb { text-transform: uppercase; font-size: 12px }

/* Post-format: Audio */
.format-audio .audio-title { font-size: 30px }

/* Post-format: Quote */
.entry-quotes-list blockquote p { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 26px; font-weight: normal; line-height: 1.6; text-transform: none}
.entry-quotes-list cite { font-style: italic; text-transform: uppercase }

/* Post title */
h2.post-title { font-weight: 900 }

/* Post content */
.post-content blockquote p { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.6em; font-size: 1.1em; margin-bottom: 1em }

/* Post meta */
.post-meta { font-size: 12px }
.post-meta i { font-size: 15px }

/* Author box */
#author-infobox p { font-size: 16px }
#author-infobox .author-social a { font-size: 14px }

/* Comment section */
#comment-section { font-size: 16px }
.comment-author h4 { font-size: 18px; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif }
.comment-meta, p.muted { font-size: 14px }
.comment-reply-link { font-size: 12px; font-weight: bold; text-transform: uppercase }
.bypostauthor .byauthor, .byauthor { font-size: 10px }

/* Pagination */
.pagination { font-size: 0.9em }


/* ===================================================================
/*	Blog Listing page
/* =================================================================== */

/* Article on blog listing pages */
.blog-listing article h2.post-title { font-size: 32px; line-height: 1.3; }
.blog-listing article .post-content p { font-size: 16px; line-height: 1.625}
.blog-listing article .post-content p.read-more { font-size: 14px }

@media only screen and (min-width: 1200px) {
.blog-listing.p-fullwidth article h2.post-title { font-size: 44px; line-height: 1.3; }
.blog-listing.p-fullwidth article .post-content p { font-size: 18px; line-height: 1.625}
.blog-listing.p-fullwidth article .post-content p.read-more { font-size: 15px  }
}

/* Post-format: Quote */
.blog-listing.p-high article.format-quote blockquote p { font-size: 24px; line-height: 1.5 }
.blog-listing.p-normal article.format-quote blockquote p { font-size: 22px; line-height: 1.45 }


/* ===================================================================
/*	Forms
/* =================================================================== */

input[type="text"], input[type="email"], #comment-section input[type="text"], textarea, #comment-section textarea { font-size: 16px }
.form-search .search-submit { font-size: 16px }

/* ===================================================================
/*	Sidebar &amp; Widgets
/* =================================================================== */

/* General styles */
aside#sidebar { font-size: 16px; line-height: 1.75 }

/* Search */
.form-search button i { font-size: 16px }

/* WP Calendar widget */
aside#sidebar #wp-calendar caption { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 24px; font-weight: bold; line-height: 1.5em; text-align: left; }
aside#footer-bar #wp-calendar caption { font-size: 18px; font-weight: bold; line-height: 1.5em; text-align: left; text-transform: uppercase }
#wp-calendar tr th { font-size: 12px } 
#wp-calendar tbody tr td { font-size: 14px }
#wp-calendar #prev, #wp-calendar #next { font-size: 14px }


/* ===================================================================
/*	Footer styling
/* =================================================================== */

footer { font-size: 0.9em }
footer .widgettitle { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif }
footer p { line-height: 1.7 }
footer li.widget ul li { line-height: 1.7 }
footer #footer-bottom { font-size: 0.8em }
footer .social-icons { font-size: 16px }</pre></body></html>