<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Table of contents]

1. General Styles 
2. Blog
3. Comments &amp; Comment form
4. Sidebar &amp; Widgets
5. Content / #content
6. Pagination
7. Unit Test
-------------------------------------------------------------------*/

img{
	display:block;
	max-width:100%;
	height:auto;
}
body{
	color:#8d959d; 
	font-size:16px;
	line-height:24px; 
	font-weight:300; 
}
h1{
	color:#42474c; 
	font-size:40px; 
	font-weight:600; 
	margin-bottom:22px; 
}
h2{ 
	color:#42474c; 
	font-size:32px; 
	font-weight:300; 
	line-height:47px; 
	margin-bottom:25px;   
}
h3 { 
	font-size:18px; 
	text-transform:uppercase; 
	color:#404244;  
	letter-spacing:2px; 
	font-weight:400; 
	margin-bottom:25px; 
}
h4 { 
	font-size:16px; 
	color:#404244; 
	font-weight:400; 
	margin-bottom:10px; 
}
h5 { 
	font-size:14px; 
	color:#404244; 
	font-weight:600; 
	margin-bottom:20px;  
}
h6 { 
	font-size:12px; 
	text-transform:uppercase; 
	color:#404244;  
	font-weight:300; 
}
a{
	color:#e66363;
}
a:hover{
	color:#42474c;
}
p{ 
	color:#8d959d; 
	font-size:16px; 
	line-height:24px; 
	font-weight:300; 
	margin-bottom:25px;
}
textarea:focus, 
select:focus,
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
    /*border-color: #3e3e3e !important;*/
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
/*blog default styles*/
.pe-wp-default h4,
.post h4 a,
.post .post-title h4 a,
.post h4,
.pe-wp-default a,
.page-title h4,
.pe-wp-default p{
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
		word-wrap: break-word;
}
.post h2{
	text-align:left;
}
.post iframe{ width: 100%; border: none; }
.post-slider{ position: relative; }
.post-password-form input[type=password]{
	height: 36px;
	padding: 10px 16px;
	border-radius: 4px;
	background-color: #fff !important;
	border-color: #b4b8bb;
	border-width:1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	width:100%;
	border-style:solid;
}
.post-password-form input[type=submit]{
	height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	background-color: #111;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color:#fff;
}
.post-password-form input[type=submit]:hover{
	background-color:#c0392b;
}
/*blog post*/
.blog .post,
.section-type-blog .post,
.archive .post {
	margin-bottom:80px;
}
.post .post-title{
	margin-bottom:25px;
}
.post-title h4{
	font-size: 42px;
	line-height: 46px;
	font-weight: 300;
	color:#3e3e3e;
}
.post .post-title h4 a{
	color:#444;
}
.post .post-title h4 a:hover{
	text-decoration: none;
}
.post.sticky h4 a:after{
  	content: "\f06a";
	color: #e66363;
	height: 18px;
	margin-left: 20px;
	width: 18px;
	display: inline-block;
	font-family: 'FontAwesome';
}
.post .post-image{
	margin-bottom:50px;
}
.post-meta{
	margin-bottom:0;
	font-size:13px;
	color:#e66363;
}
.post-meta &gt; a{
	color:#e66363;
}
.post-meta .date{
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #e5e5e5;
	text-transform:uppercase;
}
.post-meta &gt; div{
	text-align: center;
}
.post-meta span{
	display:inline-block;
	margin-left:30px;
}
.post-meta span:first-child{
	margin-left:0;
}
.post-meta span i{
	margin-right:8px;
	color:#444;
}
.post-meta span,
.post-meta span a{
	font-size:12px;
	font-weight:300;
	color:#666;
}
/*.post-meta span a{
	color:#e66363;
}*/
.post-meta span a:hover{
	color:#3e3e3e;

}
.post-media {
	margin-bottom: 30px;
}
.post .tags{
	clear:both;
	margin-top:40px;
}
.post .tags a{
	display:inline-block;
	padding:4px 14px;
	border:1px solid #ddd;
	color:#aaa;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
	margin-left:3px;
	margin-bottom:4px;
	border-radius:4px;
}
.post .tags a:first-child{
	margin-left:0;
}
.post .tags a:hover{
	color:#666;
	border-color:#999;
}
.read-more{
	clear:both;
	width:auto;
	display:inline-block;
	padding:6px 30px;
	border-radius:20px;
	border:2px solid rgba(0,0,0,0.1);
	color:#444;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	left: 50%;
	margin-left: -50px;
	margin-top:20px;
	position: relative;
	-webkit-transition: color, background-color, border-color 0.3s ease-out; 
		   -moz-transition: color, background-color, border-color 0.3s ease-out; 
			 -o-transition: color, background-color, border-color 0.3s ease-out; 
				transition: color, background-color, border-color 0.3s ease-out; 
}
.read-more:hover{
	border-color:rgba(0,0,0,0.2);
	color:#000;
}
.pe-wp-default h4{
	text-align:left;
}
.post-body blockquote{
	padding-left:30px;
}

blockquote{
	margin-bottom:20px;
}

blockquote:before {
height: 0;
float: left;
position: relative;
top: 14px;
left: -30px;
content: "â€œ";
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 50px;
color: #999;
}

/*dark styles*/
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6{ 
	color:#fff;
}
.dark .post .post-title h4 a{
	color:#fff;
}
.dark .post-meta .date{
	border-right-color:#555;
}
.dark .post-meta span a:hover{
	color:#ccc;
}
.dark .widget_categories &gt; ul &gt; li{
	border-bottom-color:#555;
}
.dark .pe-wp-default .wp-caption .wp-caption-text,
.dark .pe-wp-default .gallery-caption,
.dark .pe-wp-default .entry-caption{
	color:#ccc;
}
.dark .post-password-form input[type=password]{
	background-color: #41464c !important;
	border-color:#333639;
}
/*comments*/
#comments {
	text-align: left;
	margin-top:20px;
	padding-top:40px;
	border-top:1px solid #eee;
}
#comments p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.commentlist,
.children{ 
	list-style: none; 
}
.children{ 
	-webkit-padding-start:0;
	padding-left:20px;
}
.comment-body{
	position:relative;
	margin-bottom:40px;
}
.comment-author{ 
	width: 43px; 
	height: 43px; 
	position:absolute;
	left:0;
	top:0;
}
.comment-content{
	padding-left:63px;
}
.comment-content &gt; .pe-wp-default &gt; p:last-child{
	margin-bottom:0;
}
.reply{
	margin-top:15px;
}
.comment-reply-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	color:#999;
	text-transform: uppercase;
	font-size:10px;
	font-weight:300;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
}
.comment-content .comment-reply-link:hover{
	color:#444;
	border-color:rgba(0,0,0,0.4);
}
.comment-content .fn {
	display: inline;
	margin: 0 5px 0 0;
	font-size:13px;
	font-weight:600;
	font-style: normal;
}
.bypostauthor &gt; .comment-body &gt;.comment-content .fn{
	color:#fdcf55;
}
.comment-content .says{
	font-weight:300;
	font-size:12px;
}
.comment-content .comment-meta,
.comment-content .comment-meta a{
	font-size:12px;
	font-weight:300;
	color:#aaa;
}
.comment-content .comment-meta a:hover{
	color:#fdcf55;
}
/*comment form*/
#respond{
	margin-bottom:50px;
}
#comments-title,
#reply-title{
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0;
}
#comments-title{
	margin-bottom:30px;
}
#commentform .comment-notes{
	color:#aaa;
	font-size:12px;
}
#commentform label{
	text-align:left;
	color:#666;
	padding-top:0;
	width:auto;
	font-size:13px;
	font-weight:600;
}
#commentform textarea{
	box-shadow: none;
	border-radius:4px;
	resize:none;
}
#commentform textarea:focus{
	box-shadow: none;
}
#commentform input[type=text]{
	border-radius:4px;
}
.form-group-comment textarea{
	margin-top:30px;
}
.form-group.form-group-author,
.form-group.form-group-email,
.form-group.form-group-url,
.form-group.form-group-comment,
.form-group.form-group-submit{
	margin-left:0;
	margin-right:0;
}
#commentform button{
	font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
 	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 14px 28px 13px 28px;
	border:2px solid;
	background:#c0392b;
	border-color:#c0392b;
	color:#fff;
}
#commentform button:hover{
	background:#3e3e3e;
	border-color:#3e3e3e;
	color:#fff;
}
#commentform .form-group{
	margin-bottom:10px;
}
#commentform .form-control{
	border-width:1px;
	border-color:#ccc;
}
#commentform .form-control:focus{
	box-shadow:none;
	border-color:#3e3e3e;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
	.children{
		padding-left:8px;
	}	
}
/*widgets &amp; sidebar*/
.sidebar,
.sidebar p{
	line-height:20px;
	font-size:13px;
}
.widget{
	margin-bottom:70px;
}
.widget h3:before{
	content:" ";
	position:relative;
	display:block;
	width:30px;
	height:2px;
	background-color:#e66363;
	top:-10px;
}
.widget ul ul, .widget ol ol{
	padding-left:5px;
}
.widget h5 a{
	color:#3e3e3e;
}
.widget h5 a:hover{
	color:#c0392b;
}
.widget select{
	width:100%;
	font-size:12px;
	height:34px;
	background-color:#fff;
	border:1px solid #ddd;
}
.widget select:focus{
	box-shadow:none;
	border: 1px solid #3e3e3e;
}
.widget li{
	list-style: none;
	font-weight:300;
	font-size:12px;
	color:#999;
}
.widget li a{
	color:#444;
	font-size:13px;
}
.widget li a:hover{
	color:#e66363;
}
/*search widget*/
.widget_search input[type="text"]:focus{ 
	-webkit-appearance: none; box-shadow: none; 
}
.widget_search .btn,
.widget_search input[type=submit]{ 
	display:none; 
}
.widget_search input{
	height: 36px;
	padding: 8px 36px 8px 8px;
	border-radius: 4px;
	background-color: #fff !important;
	border-color: #ddd;
	border-width:1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	width:100%;
	border-style:solid;
	font-size:12px;
	font-weight:400;
}
.widget_search input:focus{
	border-color:#3e3e3e;
}
.widget_search button{
	position:absolute;
	top:0;
	right:18px;
	display:block;
	width:36px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	color:#999;
	background:transparent;
	border:none;
	opacity:0.8;
	padding:0;
}
.widget_search button:hover{
	opacity:1;
}
/*recent posts*/
.widget_recent_entries li{
	border-bottom:1px solid #eee;
	margin-bottom:12px;
	padding-bottom:8px;
}
.widget_recent_entries span.post-date{
	display:block;
	clear:both;
}
/*categories*/
.widget_categories &gt; ul &gt; li{
	border-bottom:1px solid #eee;
	margin-bottom:8px;
	display:block;
	padding-bottom:8px;
}
.widget_categories .children li:before{
	content:"- ";
}
/*calendar widget*/
.widget_calendar td,
.widget_calendar th {
	padding: 8px;
}
.widget_calendar td{
	font-weight:300;
}
.widget_calendar td#next{
	text-align:right;
}
.widget_calendar caption {
	margin: 5px 0 10px;
	text-align:left;
}
/*menu widget*/
.widget_nav_menu .sub-menu{
	margin-left:5px;
}
.widget_nav_menu .sub-menu li:before{
	content:"- ";
}
.widget_nav_menu &gt; div{
	overflow:hidden;
}
/*rss widget*/
.widget_rss h3{
	height:24px;
}
.widget_rss h3 &gt; a{
	color:#404244;
}
.widget_rss h3 &gt; a:hover{
	color:#e66363;
}
.widget_rss h3 &gt; a.rsswidget{
	float:left;
}
.widget_rss h3 &gt; a:first-child{
	margin-right:5px;
	margin-top:3px;
}
.widget_rss li a{
	font-weight:400;
}
.widget_rss li{
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.widget_rss .rss-date{
	display:block;
	font-size:12px;
	margin-bottom:5px;
	font-weight:300;
}
.widget_rss .rssSummary{
	font-size:13px;
	margin-bottom:5px;
	color:#666;
}
.widget_rss li:last-child{
	margin-bottom:0px;
}
.widget_rss cite{
	font-size:12px;
	color:#999;
	margin-top:0;
}
/*tag cloud*/
.tagcloud a{
	display:inline-block;
	padding:4px 14px;
	border:1px solid #ddd;
	color:#aaa;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
	margin-right:3px;
	margin-bottom:3px;
	border-radius:4px;
}
.tagcloud  a:hover{
	color:#666;
	border-color:#999;
}
/*dark styles*/
.dark .widget_rss li{
	border-bottom-color:#555;
}
.dark .widget li a{
	color:#8d959d;
}
.dark .tagcloud a{
	border-color:#555;
}
.dark .tagcloud a:hover{
	border-color:#888;
}
.dark .widget_search input,
.dark .widget select{
	background-color: #41464c !important;
	border-color:#333639;
}
/*pages*/
.pagination{
	margin-bottom:40px;
	margin-top:0;
}
.pagination a{
	display:block;
	height:38px;
	line-height:32px;
	color:#666;
	text-transform:uppercase;
	float:left;
	padding:0 15px;
}
.pagination a.next-btn{
	margin-left:10px;
}
.desktop .pagination a:hover{
	background-color:#ddd;
	border-color:#ddd;
	color:#444;
}
.pagination ul{
	float:left;
	overflow:hidden;
	box-shadow:none;
}
.pagination li{
	float:left;
	display:block;
	padding:0px 2px;
}
.pagination&gt;li&gt;a{
	color:#727272;
}
.pagination ul &gt; li &gt; a{
	border-radius:4px !important;
	line-height:38px;
	font-size:11px;
	border:1px solid #ddd;
	padding:0 15px;
	border-left-width:1px;
	box-shadow: none;
}
.pagination li:before{
	content:"";
	width:auto;
}
.pagination li.active a{
	background-color:#e66363;
	border-color:#e66363;
	color:#fff;
}
.desktop .pagination li.active a:hover{
	cursor:default;
	background-color:#e66363;
	border-color:#e66363;
	color:#fff;
}
.desktop .pagination li.disabled a{
	color:#ddd;
}
.desktop .pagination li.disabled a:hover{
	cursor:default;
	border-color:#ddd;
	background-color:transparent;
}
/*posts*/
.post-pagination &gt; div{
	text-align:center;
}
.post-pagination{
	margin-top:20px;
	padding-top:40px;
	padding-bottom:20px;
	border-top:1px solid #eee;
}
.post-pagination h3{
	margin-bottom:5px;
	color:#666;
	font-size:18px;
	font-weight:600;
}
.post-pagination .prev-post{
	text-align:left;
}
.post-pagination span{
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
}
.post-pagination span.date{
	font-weight:300;
	color:#999;
	font-size:12px;
	text-transform:none;
}
.post-pagination .next-post{
	text-align:right;
}
.post-pagination a:hover span:first-child{
	color:#e66363;
}
.post-pagination a:hover h3{
	color:#444;
}
.archive .post-pagination,
.search-results .post-pagination{
	border-top:none;
	padding-top:0;
}
/*sub-post*/
.page-links{
	clear:both;
	margin:20px 0;
}
.page-links &gt; a{
	padding:2px 5px;
}
.post .pager{
	margin-top:30px;
	clear:both;
	overflow:hidden;
}
.post .pager li a{
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	border-radius:4px;
	padding:8px 12px;
}
.post .pager li a:hover{
	background-color:#fff;
	border-color:#3e3e3e;
}
.post .pager .previous{
	float:left;
}
.post .pager .next{
	float:right;
}
.post .pager .disabled a,
.post .pager .disabled a:hover{
	color:#ddd;
	cursor:default;
	text-decoration: none;
	background-color:transparent;
}
/*unit test styles*/
/* responsive images */
.pe-wp-default img,
.pe-wp-default .comment-body img{
	max-width: 100%; 
}
.pe-wp-default img[class*="align"],
.pe-wp-default img[class*="wp-image-"],
.pe-wp-default img[class*="attachment-"] {
	height: auto; /
}
.pe-wp-default img.size-full,
.pe-wp-default img.size-large,
.pe-wp-default img.header-image,
.pe-wp-default img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.pe-wp-default .wp-caption {
	max-width: 100%; 
	padding: 4px;
}
.pe-wp-default .wp-caption .wp-caption-text,
.pe-wp-default .gallery-caption,
.pe-wp-default .entry-caption {
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color:#000;
	margin-top:10px;
	margin-bottom:042474c;;
}
.pe-wp-default .wp-caption .wp-caption-text &gt; a,
.pe-wp-default .gallery-caption &gt; a,
.pe-wp-default .entry-caption &gt; a{
	text-decoration:underline;
}
.pe-wp-default .gallery-item{
	margin:0;
}
.pe-wp-default .gallery-item &gt; .gallery-icon &gt; a &gt; img{
	display:inline;
}
.pe-wp-default .gallery-item a,
.pe-wp-default .gallery-caption {
	width: 90%;
}
.pe-wp-default .gallery-item a {
	display: block;
}
.pe-wp-default .gallery-caption a {
	display: inline;
}
.pe-wp-default .gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.pe-wp-default .gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.pe-wp-default .gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/*tables*/
.pe-wp-default table,
.pe-wp-default .comment-body table {
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-color:#ddd;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
	border-spacing:0;
}
.pe-wp-default th{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.18182;
	text-transform: uppercase;
}
.pe-wp-default tbody tr &gt; th{
	border-top-width: 1px;
	border-top-style: solid;
	border-color:#ddd;
	padding: 6px 10px 6px 0;
	text-transform: none;
	font-weight:normal;
}
.pe-wp-default td, .pe-wp-default .comment-body td {
	border-top-width:1px;
	border-top-style: solid;
	padding: 6px 10px 6px 0;
	border-color:#ddd;
}
.pe-wp-default caption, .pe-wp-default th, .pe-wp-default td {
	font-size:12px;
	text-align: left;
}
/*definition lists*/
.pe-wp-default dl, .pe-wp-default .comment-body dl{
	margin-left:20px;
	margin-right:20px;
}
.pe-wp-default dt, .pe-wp-default .comment-body dt {
	font-weight: bold;
	line-height: 22px;
}
.pe-wp-default dd, .pe-wp-default .comment-body dd {
	line-height: 22px;
	margin-bottom: 22px
}
/*Lists*/
.pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
		list-style: disc outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol {
		list-style: decimal outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol, .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
		line-height: 22px;
		margin: 0 0 20px;
}
.pe-wp-default ul, .pe-wp-default ol{
	padding-left:20px;
}
.pe-wp-default .comment-body li, .pe-wp-default .mu_register li {
		margin: 0 0 0 30px;
}
.pe-wp-default ul ul, .pe-wp-default .comment-body ul ul, .pe-wp-default ol ol, .pe-wp-default .comment-body ol ol, .pe-wp-default ul ol, .pe-wp-default .comment-body ul ol, .pe-wp-default	ol ul, .pe-wp-default .comment-body ol ul {
		margin-bottom: 0;
}
/*html tags*/
.pe-wp-default address, .pe-wp-default .comment-body address {
		display: block;
		line-height: 22px;
		margin: 0 0 22px;
		font-style:italic;
}
.pe-wp-default abbr, .pe-wp-default .comment-body abbr, .pe-wp-default dfn, .pe-wp-default .comment-body dfn, .pe-wp-default acronym, .pe-wp-default .comment-body acronym {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		cursor: help;
}
.pe-wp-default code, .pe-wp-default .comment-body code,
.pe-wp-default kbd, .pe-wp-default tt {
		font-family: Consolas,Monaco,Lucida Console,monospace;
		font-size: 11px;
		line-height: 2;
}
.pe-wp-default pre, .pe-wp-default .comment-body pre {
		border-width: 1px;
		border-style: solid;
		font-family: Consolas,Monaco,Lucida Console,monospace;
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0;
		overflow: auto;
		padding: 20px;
		border-color:#e5e5e5;
		background-color:#f5f5f5;
}
.pe-wp-default embed,
.pe-wp-default iframe,
.pe-wp-default object,
.pe-wp-default video {
	max-width: 100%;
}
.pe-wp-default .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.post.format-aside{
	border-top:none;
	background-color:#f5f5f5;
}
.pe-wp-default .bypostauthor {
	border: none;
}
.format-aside{
	border-left-width:22px;
	border-left-style: solid; 
	padding: 20px;
}
/*dark styles*/
.dark .pe-wp-default td, 
.dark .pe-wp-default .comment-body td,
.dark .pe-wp-default tbody tr &gt; th,
.dark .pe-wp-default table,
.dark .pe-wp-default .comment-body table{
	border-color:#555;
}</pre></body></html>