<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name:Themify Basic
Theme URI:https://themify.me/themes/basic
Version:7.1.7 
Description:Created by &lt;a href="http://www.themify.me"&gt;Themify&lt;/a&gt;.
Author:Themify
Author URI:http://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Copyright:(c) 2016 Themify.
Tags:featured-images, translation-ready, custom-menu
Text Domain:themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance &gt; Customize &gt; Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure{
	margin:0;
	padding:0
}

img, fieldset{
	border:0
}

/* set img max-width */
img{
	box-sizing:border-box
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
	display:block
}

/* audio */
audio,
iframe, object{
	max-width:100%
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html{
	-webkit-font-smoothing:antialiased
}
body{
	font:.9em/1.5em Arial, Helvetica, sans-serif;
	overflow-wrap:break-word;
	background-color:#fff;
	color:#666
}
a{
	color:#1f7bb6;
	text-decoration:none;
	outline:none
}
a:hover{
	text-decoration:underline
}
p{
	margin:0 0 1.2em;
	padding:0
}
small{
	font-size:87%
}
blockquote{
	font:italic 110%/130% "Times New Roman", Times, serif;
	padding:8px 30px 15px
}

/* LIST
================================================ */
ul, ol{
	margin:1em 0 1.4em 24px;
	padding:0;
	line-height:140%
}
li{
	margin:0 0 .5em;
	padding:0
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6{
	line-height:1.3em;
	margin:0 0 .4em;
	overflow-wrap:normal
}
h1{
	font-size:2em
}
h2{
	font-size:1.8em
}
h3{
	font-size:1.6em
}
h4{
	font-size:1.4em
}
h5{
	font-size:1.2em
}
h6{
	font-size:1em
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%;
	line-height:inherit
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	background-color:#f3f3f3;
	border:solid 1px rgba(0,0,0,.1);
	padding:7px 10px;
	border-radius:5px;
	-webkit-appearance:none;
	box-sizing:border-box
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	width:240px;
	max-width:100%
}

/* text area */
textarea{
	width:100%
}

/* form input:focus */
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus{
	outline:none;
	background-color:#f9f9f9;
	box-shadow:0 2px 6px rgba(0,0,0,.1)	
}

/* form button */
input[type=reset], input[type=submit], button{
	background-color:#333;
	color:#fff;
	border:0;
	padding:7px 20px;
	cursor:pointer;
	border-radius:5px;
	-webkit-appearance:none
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover{
	background-color:#000;
	color:#fff
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer{
	box-sizing:border-box
}

/* main page width */
.pagewidth,
.row_inner{
	width:978px;
	margin:0 auto
}

/* body (middle container) */
#body{
	margin:0 auto;
	max-width:100%
}

/* content */
#content{
	width:68%;
	float:left;
	padding:5% 0 3%
}

/* sidebar */
#sidebar{
	width:26.5%;
	float:right;
	padding:5% 0 3%
}

/* sidebar left */
.sidebar-left #content{
	float:right
}
.sidebar-left #sidebar{
	float:left
}

/* sidebar none */
.sidebar-none #content{
	width:100%;
	float:none
}

/* fullwidth content */
.full_width #layout{
	width:100%
}
.full_width #content{
	padding:0;
	width:auto;
	float:none
}
.full_width #sidebar{
	width:auto;
	float:none
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left:3.2%;
	float:left
}
.col4-1{
	width:22.6%
}
.col4-2, .col2-1{
	width:48.4%
}
.col4-3{
	width:74.2%
}
.col3-1{
	width:31.2%
}
.col3-2{
	width:65.6%
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left:0;
	clear:left
}

/************************************************************************************
HEADER
*************************************************************************************/
#header{
	position:relative;
	border-bottom:solid 1px rgba(0,0,0,.1);
	padding:1em 0 0
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget{
	float:right;
	position:absolute;
	bottom:10px;
	right:0
}
.social-widget a,
.social-widget a:hover{
	text-decoration:none
}
.social-widget .widget{
	display:inline-block;
	margin:0 2px 0 0
}
.social-widget .widget div{
	display:inline
}
.social-widget .widgettitle{
	width:auto;
	font-weight:700;
	font-size:100%;
	text-transform:none;
	border:0;
	letter-spacing:0;
	position:static;
	display:inline-block;
	margin:5px 8px 2px 0;
	padding:0;
	background:0;
	box-shadow:none
}
.social-widget ul{
	margin:6px 0 0!important;
	padding:0;
	display:inline
}
.social-links.horizontal li{
	padding:0 2px 5px 0;
	margin:0;
	display:inline-block;
	border:0!important;
	clear:none;
	line-height:100%
}
.social-widget li img{
	vertical-align:middle;
	margin-top:-5px
}

/* 
RSS
================================================ */
.social-widget div.rss{
	display:inline-block;
	vertical-align:middle
}
.social-widget div.rss a{
	display:inline-block;
	margin-bottom:5px
}
.social-widget div.rss .tf_fa{
	font-size:1.75em;
	padding-right:5px;
	display:inline-block;
	vertical-align:middle;
	color:#f9a447
}

/* 
SEARCH FORM
================================================ */
#header #searchform{
	position:absolute;
	right:0;
	top:20px
}
#header #searchform #s{
	width:100px;
	padding:5px 7px 5px 28px;
	float:right;
	border-radius:5px;
	transition:width .7s;
	position:relative;
	box-sizing:border-box
}
#searchform .tf_fa{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	pointer-events:none;
	transform:rotateZ(90deg)
}
#header #searchform #s:focus{
	width:140px;
	color:#333
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav{
	margin:1.5em 0 .5em;
	padding:0
}
#main-nav li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative
}

/* main level link */
#main-nav a{
	display:block;
	padding:5px 15px;
	margin:0 5px 0 0;
	text-decoration:none
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a{
	background-color:#333;
	color:#fff;
	border-radius:5px
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover{
	color:#fff
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a{
	color:#666;
	font-size:100%;
	line-height:140%;
	text-transform:none;
	padding:6px 10px 6px 15px;
	margin:0;
	display:block;
	width:200px;
	background:0;
	border:0;
	text-shadow:none;
	border-radius:0;
	box-shadow:none;
	box-sizing:border-box
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover{
	background-color:rgba(0,0,0,.07);
	color:#000
}
/* dropdown ul */
#main-nav ul{
	margin:0;
	padding:5px 0;
	list-style:none;
	position:absolute;
	background-color:#fff;
	z-index:100;
	border-radius:5px;
	left:-999em;
	box-shadow:0 0 0 1px rgba(0,0,0,.2), 0 2px 12px rgba(0,0,0,.15)
}
#main-nav ul li{
	background:0;
	padding:0;
	margin:0;
	float:none
}
/* show dropdown ul */
#main-nav li.dropdown-open &gt; ul{
	left:0
}
#main-nav li li.dropdown-open &gt; ul.children,
#main-nav li li.dropdown-open &gt; ul.sub-menu{
	left:190px;
	top:-2px
}
@media (hover:hover){
	/* show dropdown ul */
	#main-nav li:hover &gt; ul{
		left:0
	}
	#main-nav li li:hover &gt; ul.sub-menu,
	#main-nav li li:hover &gt; ul{
		left:190px;
		top:-2px
	}
}
#main-nav a:focus{
	outline:1px dotted #999
}
@media (hover:none){
	#main-nav .child-arrow{
		border-radius:100%;
		padding:0 7px;
		margin-left:7px
	}
	#main-nav ul .child-arrow{
		float:right;
		margin-right:10px
	}
}

/************************************************************************************
PAGE
*************************************************************************************/
/*
AUTHOR PAGE
================================================ */
.author-bio{
	margin:0 0 30px
}
.author-bio .author-avatar{
	float:left;
	margin:0 15px 0 0
}
.author-bio .author-avatar img{
	background-color:#fff;
	padding:4px;
	border:solid 1px #ccc
}
.author-bio .author-name{
	margin:0 0 5px;
	padding:0;
	font-size:160%
}
.author-posts-by{
	margin:0 0 20px;
	padding:10px 0 0;
	font-size:140%;
	text-transform:uppercase;
	border-top:double 4px #ccc;
	border-color:rgba(118,118,118,.3)
}

/*
CATEGORY SECTIONS
================================================ */
.category-section{
	clear:both;
	margin-bottom:30px
}
.category-section-title{
	font-size:120%;
	text-transform:uppercase;
	margin:0 0 20px;
	padding:10px 0 0;
	border-top:double 4px #ccc
}

/************************************************************************************
POST
*************************************************************************************/
.post{
	margin-bottom:50px;
	box-sizing:border-box
}

/* post content */
.post-content{
	min-width:120px
}

/* post title */
.post-title{
	font-size:26px;
	margin:0 0 5px;
	padding:0
}

/* post image */
.post-image{
	max-width:100%;
	margin:0 0 5px
}
.post-image.left{
	float:left;
	margin-right:15px
}
.post-image.right{
	float:right;
	margin-left:15px
}

/* post meta */
.post-meta{
	margin:0 0 7px;
	font-size:.9em
}
.post-meta a{
	color:inherit
}
.post-meta span .tf_fa{
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
	opacity:.6
}
.post-meta .post-author{
	padding:2px 0
}
.post-meta .post-category{
	padding:2px 0
}
.post-meta .post-tag{
	padding:2px 0
}
.post-meta .post-author:after,
.post-meta .post-category:after,
.post-meta .post-tag:after{
	display:inline-block;
	content:'';
	width:1px;
	height:1.3em;
	margin:0 .45em 0 .6em;
	white-space:nowrap;
	vertical-align:middle;
	border-left:1px solid;
	transform:skewX(-15deg);
	opacity:.1
}

.loops-wrapper.grid4 .post-title{
	font-size:120%;
	margin:0 0 3px;
	padding:0
}
.loops-wrapper.grid3 .post-title{
	font-size:140%;
	margin:0 0 3px;
	padding:0
}

.loops-wrapper.grid2 .post-title{
	font-size:150%;
	margin:0 0 3px;
	padding:0
}

.loops-wrapper.grid2-thumb .post-title{
	margin:0 0 5px;
	font-size:150%
}
.loops-wrapper.grid2-thumb .post-image{
	float:left;
	margin:5px 14px 10px 0
}
.loops-wrapper.grid2-thumb .post-content{
	overflow:hidden
}


/* list thumb post */
.loops-wrapper.list-thumb-image .post-image{
	float:left;
	margin:7px 16px 10px 0
}
.loops-wrapper.list-thumb-image .post-content{
	overflow:hidden
}

/* list large image */
.loops-wrapper.list-large-image .post-image{
	float:left;
	margin:7px 22px 10px 0
}
.loops-wrapper.list-large-image .post-title{
	font-size:200%;
	margin:0 0 5px;
	padding:0
}
.loops-wrapper.list-large-image .post-content{
	overflow:hidden
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	font-size:.9em;
	margin-bottom:15px
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered{
	max-width:100%!important
}
/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box{
	margin:15px 0
}
.author-box .author-avatar{
	float:left;
	margin:0 15px 5px 0
}
.author-box .author-name{
	margin:0 0 5px
}

/************************************************************************************
POST NAVIGATION (the &lt;nextpage&gt; tag)
*************************************************************************************/
.post-pagination{
	text-align:right;
	margin:.5em 0 2em
}
.post-pagination strong{
	margin-right:3px
}
.post-pagination a{
	margin-left:3px;
	margin-right:3px
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav{
	margin:0 0 30px;
	padding:15px 0;
	clear:both
}
.post-nav .prev,
.post-nav .next{
	width:47%;
	position:relative
}
.post-nav a{
	text-decoration:none;
	display:block
}
.post-nav a:hover{
	text-decoration:none
}
.post-nav .prev{
	float:left
}
.post-nav .next{
	float:right;
	text-align:right
}

/* post nav arrow */
.post-nav .arrow{
	background-color:#333;
	color:#fff;
	font:normal 20px/100% "Times New Roman", Times, serif;
	display:block;
	float:left;
	width:32px;
	height:28px;
	padding:4px 0 0;
	text-align:center;
	margin:-8px 10px 17px 0;
	border-radius:10em
}
.post-nav .next .arrow{
	float:right;
	margin-left:10px;
	margin-right:0
}
.post-nav a:hover span{
	background-color:#000
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap{
	margin:10px 0 20px;
	position:relative;
	clear:both
}

/* comment title */
.comment-title, #reply-title{
	font-size:140%;
	margin:0 0 10px;
	padding:0
}

/* comment pagenav */
.commentwrap .pagenav{
	margin:10px 0;
	border:0;
	box-shadow:none
}
.commentwrap .pagenav.top{
	margin:0;
	position:absolute;
	top:10px;
	right:0
}

/* commentlist */
.commentlist{
	margin:0 0 30px;
	padding:5px 0 0;
	border-top:solid 1px rgba(0,0,0,.1)
}
.commentlist li{
	margin:0;
	padding:15px 0 0;
	list-style:none;
	position:relative
}
.commentlist .comment-author{
	margin:2px 0 5px;
	padding:0
}
.commentlist .avatar{
	float:left;
	margin:0 15px 0 0
}
.commentlist cite{
	font-style:normal;
	font-size:130%
}
.commentlist cite a{
	text-decoration:none
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor &gt; .comment-author cite .tf_fa{
	margin-right:18px;
	color:#ca0012
}
.commentlist .comment-time{
	font-size:75%;
	text-transform:uppercase
}
.commentlist .commententry{
	border-bottom:solid 1px rgba(0,0,0,.1);
	position:relative;
	min-height:40px;
	overflow:hidden;
	padding-bottom:5px;
	overflow-wrap:break-word
}
.commentlist ul, .commentlist ol{
	margin:0 0 0 7%;
	padding:0
}

/* reply link */
.commentlist .reply{
	position:absolute;
	right:0;
	top:8px
}
.commentlist .comment-reply-link{
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none
}
.commentlist .comment-reply-link:hover{
	text-decoration:none
}

/* 
COMMENT FORM
================================================ */
#respond{
	margin:0;
	padding:10px 0 0;
	position:relative;
	clear:both
}
#respond #cancel-comment-reply-link{
	position:absolute;
	top:20px;
	right:0;
	font-size:85%;
	line-height:100%;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	color:#fff;
	background-color:#F30
}
#respond #cancel-comment-reply-link:hover{
	background-color:#333
}
#commentform{
	margin:15px 0 0
}
#commentform label{
	font-weight:700
}
#commentform label small{
	font-weight:400
}
#commentform textarea{
	height:140px;
	width:100%;
	box-sizing:border-box
}
#commentform .comment-form-author,
#commentform .comment-form-email{
	width:50%;
	float:left;
	box-sizing:border-box;
	clear:none
}
#commentform p.comment-form-author{
    padding-right:2%
}
#commentform .comment-form-email{
	padding-left:2%
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url]{
	width:100%;
	max-width:none;
	box-sizing:border-box
}
#commentform input#submit{
	padding:7px 20px
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 30px;
	overflow-wrap:break-word
}
.widgettitle{
	margin:0 0 10px;
	padding:0;	
	font-size:120%
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:6px 0;
	list-style:none;
	clear:both
}
.widget ul ul{
	margin:6px 0 -6px;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption{
	font-weight:700;
	padding-bottom:10px
}
.widget #wp-calendar td{
	width:31px;
	padding:4px 2px;
	text-align:center
}

/* feature posts widget */
.widget .feature-posts-list br{
	display:none
}
.widget .feature-posts-list .post-img{
	margin:4px 12px 10px 0;
	float:left
}
.widget .feature-posts-list small{
	font-style:italic;
	font-size:90%;
	display:block;
	margin:0 0 3px
}
.widget .feature-posts-list .feature-posts-title{
	margin:4px 0 3px
}
.widget .feature-posts-list .post-excerpt{
	display:block
}

/* links widget */
.widget .links-list img, .widget_links img{
	vertical-align:middle
}

/* recent comments widget */
.recent-comments-list .avatar{
	margin-right:12px;
	float:left
}

/* flickr widget */
.widget .flickr_badge_image{
	margin-top:10px
}
.widget .flickr_badge_image img{
	width:50px;
	height:50px;
	margin-right:12px;
	margin-bottom:12px;
	float:left
}

/* flickr shortcode */
.shortcode .flickr_badge_image{
	width:23.8%;
	margin:0 1.5% 1.5% 0;
	float:left
}
.shortcode .flickr_badge_image:nth-of-type(4n){
	margin-right:0
}
.shortcode .flickr_badge_image img{
	margin:0
}

/* search widget */
#sidebar #searchform{
	position:static
}
#sidebar #searchform #s{
	width:93%
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered{
	max-width:100%!important
}

/* Social Links Widget */
.widget .social-links{
	margin:0 0 20px;
	padding:0;
	line-height:100%
}
.widget .social-links li{
	margin:0 5px 5px 0;
	padding:0;
	list-style:none;
	border:0;
	display:inline-block
}
.widget .social-links img{
	vertical-align:middle
}

/* Text widget */
.widget .textwidget ul{
	margin:0 0 1.4em 1.6em
}
.widget .textwidget li{
	display:list-item
}
.widget .textwidget ul li{
	list-style:disc
}
.widget .textwidget ol li{
	list-style:decimal
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer{
	padding:30px 0;
	clear:both;
	border-top:solid 1px rgba(0,0,0,.1)
}

/* back to top */
.back-top{
	clear:both;
	float:left;
	margin-top:-3px
}
.back-top a{
	background-color:#000;
	display:block;
	width:30px;
	height:30px;
	margin:0 10px 10px 0;
	text-indent:-900em;
	border-radius:10em;	
	color:#fff
}
.back-top a .tf_fa{
	text-indent:0;
	text-align:center;
	width:100%;
	float:left;
	font-size:1.4em;
	margin-top:5px
}
.back-top a:hover{
	background-color:#333
}

/* footer nav */
.footer-nav{
	margin:7px 0 10px;
	padding:0;
	text-align:left
}
.footer-nav li{
	padding:0;
	margin:0 8px 5px 0;
	list-style:none;
	display:inline-block
}

/* footer text */
.footer-text{
	font-size:90%;
	clear:both
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone{
	margin-bottom:15px
}
.alignleft{
	float:left;
	margin-right:30px
}
.alignright{
	float:right;
	margin-left:30px
}
.aligncenter{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	text-align:center;
	margin-bottom:15px;
	max-width:100%
}
.wp-caption-text{
	font-size:95%;
	line-height:120%;
	margin:6px 0
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment{
	float:none;
	margin:0;
	text-align:left
}
/************************************************************************************
CLEAR &amp; ALIGNMENT
*************************************************************************************/
.clear{
	clear:both
}
.left{
	float:left
}
.right{
	float:right
}
.textleft{
	text-align:left
}
.textright{
	text-align:right
}
.textcenter{
	text-align:center
}

/* clearfix */
.widget li:after, #body:after, #footer:after, footer:after,#main-nav:after, .menu:after,#content:after
{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0 }
.widget li,footer,#main-nav, .menu
{ display:block }

/*BASE MEDIA QUERIES*/
@media(max-width:1260px){
	.default_width #layout .row_inner{
		max-width:100%
	}
}
</pre></body></html>