<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Sister
Theme URI: http://demo.hustlestock.com/sister
Author: hustlestock
Author URI: http://hustlestock.com
Description: WordPress Theme for Bloggers with a clean and minimal style. Sister has a lot of options to customize your blog.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sister
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, full-width-template, post-formats, theme-options, featured-images, translation-ready
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Mobile First
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
	## Socials
	## Jetpack Subscription
# Content
    ## Posts and pages
    ## Archives
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Mobile First
--------------------------------------------------------------*/
.container {
	background-color: #ffffff;
	padding: 0 20px;
}

@media screen and (min-width: 1024px) {
	.container {
		margin: 0 auto;
		max-width: 1140px;
	}

	.site-content{
		margin-top: 3em;
		margin-right: -10px;
		margin-left: -10px;
	}

	.content-area {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 70%;
	}

	.widget-area {
		float: right;
		padding-left: 10px;
		padding-right: 10px;
		width: 30%;
		clear: right;
	}

	/* Grid Layouts */
	.blog .post {
		float: left;
		width: 100%;
	}

	.centered {
	    float: left;
	    margin-left: 15%;
	    width: 70% !important;
	}
}

/* snippets */
.full-width {
	width: 100% !important;
}

.float-left {
	float: left;
	clear: left;
}

.float-right {
	float: right;
	clear: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #303030;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
    margin-top: 0;
	margin-bottom: 4px;
	text-align: left;
	text-transform: none;	
}

h1 { font-size: 26px; }
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    border-left: 5px solid #E8E8E8;
    font-size: 18px;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ffffff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td, th {
	border: 1px solid #eeeeee;
	text-align: center;
}

thead {
	background-color: #eeeeee;
}

tfoot td,
tfoot th {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #a3a3a3;
	border-radius: 0;
	background: #ffffff;
	color: #a3a3a3 !important;
	font-size: 12px;
	line-height: 1.5;
	padding: 7px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000000;
	background: #000000;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #000000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	color: #A3A3A3;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	padding: 7px !important;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
	display: inline;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"],
.wpcf7 textarea {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	outline-color: transparent;
	outline-style: none;
	padding: 10px;
	width: 100%;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus {
	background-color: #e8e8e8;
}

.wpcf7 input[type="submit"] {
	border: 1px solid #e8e8e8; 
	border-color: #e8e8e8;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #A3A3A3;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	line-height: 1;
	outline-color: transparent;
	outline-style: none;;
	text-shadow: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
	background: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Error 404 and Error Search Page */
.error404 input[type="search"],
.search-no-results .content-area input[type="search"]  {
	width: 50% !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ec766a;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #ec766a;
}

a:hover,
a:focus,
a:active {
	color: #A3A3A3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-menu {
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.main-navigation {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}

.main-navigation ul {
	background-color: rgba(255,255,255,1);
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
}

.main-navigation a {
	color: #000000;
    line-height: 30px;
	display: block;
}

.main-navigation a:hover {
	color: #A3A3A3;
}

.main-navigation .menu-item-has-children ul {
	text-transform: capitalize;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	border: none;
	color: #000 !important;
	font-size: 14px;
	line-height: 1;
	margin: 1.5em auto 1em;
	vertical-align: top;
}

button.menu-toggle:hover {
	background-color: #fff !important;
	border: none;
	color: #000 !important;
}

button.menu-toggle:before {
	content: '\f0c9';
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
	vertical-align: top;
}


@media screen and (min-width: 1024px) {
    .nav-menu {
        height: 59px;
    }
    
	.main-navigation ul {
		float: left;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		background-color: rgba(255,255,255,0);
		display: table;
		text-align: left;
	}

	.main-navigation li {
		display: inline-block;
		margin-right: 28px;
		position: relative;
	}

	.main-navigation li:last-child {
	    margin-right: 0;
	}

	.main-navigation a {
		line-height: 59px;
	}

	.main-navigation .menu .sub-menu,
	.main-navigation .menu .children {
		background-color: #fff;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		border: 1px solid #eee;
		border-top:none;
	}

	.main-navigation ul.menu ul a,
	.main-navigation .menu ul ul a {
		margin: 0;
		padding: 6px 10px;
		min-width: 200px;
		line-height: 20px;
		-o-transition: .22s;
		-ms-transition: .22s;
		-moz-transition: .22s;
		-webkit-transition: .22s;
		transition: .22s;
		border-top: 1px solid #eee;
	}

	.main-navigation ul.menu ul li,
	.main-navigation .menu ul ul li {
		padding-right:0;
		margin-right:0;
	}

	.main-navigation ul.menu ul a:hover,
	.main-navigation .menu ul ul a:hover {
		background: #f7f7f7;
	}

	.main-navigation ul.menu li:hover &gt; ul,
	.main-navigation .menu ul li:hover &gt; ul {
		display: block;
	}

	.main-navigation .menu .sub-menu ul,
	.main-navigation .menu .children ul {	
		left: 100%;
		top: 0;
		
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation {
	clear: both;
	padding-bottom: 6em;
}

.single-post .comment-navigation,
.single-post .posts-navigation,
.single-post .post-navigation {
	margin: 0;
	padding-top: 2em;
}

.navigation a,
.navigation a:hover,
.navigation a:visited {
	color: #a3a3a3;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before{
	color: #a3a3a3;
	content: '\f177';
	font-family: "FontAwesome";
	margin-right: 8px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
	color: #a3a3a3;
	content: '\f178';
	font-family: "FontAwesome";
	margin-left: 8px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0.2em 1em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.2em 0 1em 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #ffffff !important;
	font-weight: normal;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}

.site-logo {
	line-height: 1;
}

.site-branding {
	text-align: center;
}

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.site-description {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0;
	text-align: center;
	text-transform: none;
}

.site-title a,
.site-title a:visited {
	color: #000000;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:active {
	color: #A3A3A3;
}

.site-description {
	color: #A3A3A3;
	padding-bottom: 3em;
}

/* site top */
.sidebar-top .widget {
	margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    padding: 5px 0 0;
}

.sidebar-top .widget-social span {
    line-height: 3.5em;
    margin-right: 0;
}

.search-top {
	border-top: 1px solid #E8E8E8;
	margin: 0 -20px;
    text-align: center;
}


.search-top .search-form {
    display: inline-block;
    width: 70%;
}

.search-top input[type="submit"] {
    display: none;
}

.search-top input[type="search"] {
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
    padding: 19px 16px 12px !important;
    font-size: 13px;
}

.search-top .site-search:before {
	color: #2F2F2F;
	content: '\f002';
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

@media screen and (min-width: 1024px) {
	.site-top {
		float: right;
	}

	.sidebar-top {
		float: left;
	}

	.search-top {
		border-top: 0;
		margin: 0;
		float: right;
		text-align: right;
	}

	.search-top .search-form {
	    width: 80%;
	}
    
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    padding: 30px;
    text-align: center;
}

	.widget a,
	.widget a:hover,
	.widget a:focus,
	.widget a:visited {
		color: #2f2f2f;
		font-size: 14px;
		font-weight: bold;
	}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}

#secondary .widget-title {
    background: #fff;
    display: inline-block;
	margin: -48px 0 26px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

/* Footer Sidebar */

.footer-sidebar {
	padding-top: 3em;
}

.footer-widget .widget-title {
	border: 0;
	padding: 0 0 10px;
   	font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}

.footer-widget .widget {
	border: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
	.footer-sidebar #footer-column-1,
	.footer-sidebar #footer-column-2,
	.footer-sidebar #footer-column-3 {
		float: left;
		margin-right: 3%;
		width: 31.33%;
	}

	.footer-sidebar #footer-column-3 {
		margin-right: 0;
	}
}

/* Widget Lists */
.widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.widget ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 6px 0 8px;
}

.widget ul li:last-child {
	border-bottom: 0;
	padding: 8px 0;
}

.widget ul ul li {
	border-top: 0;
	padding: 10px 0 0;
}

.widget ul ul li:before {
	content: '\f105';
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
	vertical-align: top;
}

/* Make sure select elements fit in widgets. */
.widget select {
	border: 1px solid #E8E8E8;
	padding: 0.7em 0;
	width: 100%;
}

/* Search widget. */
.widget_search input[type="search"] {
    width: 93% !important;
}

.widget_search .search-submit {
	display: none;
}

/* Widget Media Image*/
.widget_media_image {
    text-align: center;
}

/* Widget Media Image*/
.widget_tag_cloud {
    text-align: center;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.widget-social {
	text-align: center;
}

.widget-social span {
	line-height: 3em;
	margin-right: 5px;
}

.widget-social a {
	font-weight: normal;
	text-decoration: none;
}

.widget-social a:hover {
	opacity: 0.6;
}

.social {
	background-color: #ffffff;
	border-radius: 0;
	font-family: 'FontAwesome';
	font-size: 14px;
	overflow: hidden;
	padding: 0.5em;
}

.social-feed:before { content: '\f09e'; }
.social-email:before { content: '\f0e0'; }
.social-linkedin:before { content: '\f0e1'; }
.social-bloglovin:before { content: '\f004'; }
.social-twitter:before { content: '\f099'; }
.social-facebook:before { content: '\f230'; }
.social-googleplus:before { content: '\f0d5'; }
.social-pinterest:before { content: '\f0d2'; }
.social-instagram:before { content: '\f16d'; }
.social-flickr:before { content: '\f16e'; }
.social-youtube:before { content: '\f16a'; }
.social-vimeo:before { content: '\f27d'; }
.social-dribbble:before { content: '\f17d'; }
.social-behance:before { content: '\f1b4'; }
.social-github:before { content: '\f113'; }
.social-skype:before { content: '\f17e'; }
.social-tumblr:before { content: '\f173'; }
.social-wordpress:before { content: '\f19a'; }
.social-soundcloud:before { content: '\f1be'; }
.social-pk-medium:before { content: '\f23a'; }
.social-snapchat:before { content: '\f2ab'; }

/*--------------------------------------------------------------
## Jetpack Subscription
--------------------------------------------------------------*/
.jetpack_subscription_widget {
	background-color: #DDD9E0;
	padding: 10px;
}

.jetpack_subscription_widget input[type="submit"] {
    border-color: #D5D5D5;
    border-radius: 0px;
    background: #FFF none repeat scroll 0% 0%;
    color: #000000;
    font-size: 12px;
    width: 100%;
}

.jetpack_subscription_widget input[type="submit"]:hover {
    border-color: #444047;
    background: #444047 none repeat scroll 0% 0%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em;
}

.page .entry-header {
	margin-bottom: 1.5em;
}

.entry-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	text-transform: none;
}

.entry-title a,
.entry-title a:visited {
	color: #000000;
}

.entry-title a:hover,
.entry-title a:active {
	color: #A3A3A3;
}

.single-post .entry-title {
	margin-bottom: 0;
}

.cat-links {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.entry-meta {
	font-size: 12px;
	color: #A3A3A3;
	margin-bottom: 1em;
	text-align: center;
}

.single-post .entry-meta {
	display: block;
}

.entry-meta .posted-on {
	text-transform: uppercase;
}

.entry-meta .byline {
	font-style: italic;
	text-transform: capitalize;
}

.entry-meta .author {
	font-style: normal;
	text-transform: uppercase;
}

.entry-meta .author a:hover {
    color: #E8E8E8;
}

.blog .edit-link,
.archive .edit-link{
	display: none;
}

.entry-thumbnail {
    margin-bottom: 1em;
	text-align: center;
}

.entry-footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 1em;
	overflow: hidden;
	padding-bottom: 3em;
}

.search-results .entry-footer, 
.archive .entry-footer {
    padding-bottom: 3.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.twitter-tweet {
	margin: 10px auto !important;
}

/* Excerpt Button */
a.more-link {
	display: block;
	margin: 20px auto 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}

/* Go to top */
.smoothup { 
	bottom: 35px;
	display: none;
	position: fixed;
	right: 25px;
	transition: all 0.2s ease-in-out 0s;
}

	a.smoothup { 
		text-decoration: none;
	}

.genericon {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	text-decoration: inherit;
	vertical-align: top;
	width: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.genericon-collapse:before {
	content: '\f432';
}

/* Share */
#social-box {
	text-align: center;
    text-transform: uppercase;
}

#social-box a {
    color: #A3A3A3;
}

#social-box a:hover {
    color: #E8E8E8;
}

#social-box .fa:before {
    margin-right: 5px;
}

#social-box .fa:after {
    font-family: 'Montserrat';
}

#social-box .fa-facebook:after {
	content: 'share';
}

#social-box .fa-twitter:after {
	content: 'Tweet';
}

#social-box .fa-pinterest-p:after {
	content: 'pin it';
}

#social-box .fa-google-plus:after {
	content: '+1';
}

#social-box span {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-left: 15px;
}

/* Home Page */
.home .page .entry-header {
	display: none;
}

@media screen and (min-width: 768px) {
	.entry-meta {
		float: left;
		margin-bottom: 0;
		text-align: left;
		width: 50%;
	}

	#social-box {
	    float: right;
	}
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header {
	line-height: 1;
	margin: 0 10px;
	padding-bottom: 3em;
}

.archive .page-title {
	text-align: center;
	text-transform: uppercase;
}

.taxonomy-description {
    font-style: italic;
}

@media screen and (min-width: 1024px) {
    .archive .site-main {
        margin: 0px -20px;
    }

    .archive .post {
        float: left;
        padding: 0 20px;
        width: 50%;
    }

    .archive .content-area .entry-thumbnail img {
        object-fit: cover;
        width: 100%;
        height: 350px;
    }

    .archive .post:nth-child(2n+1){
        clear:left;
    }

    .archive .site-main .comment-navigation, 
    .archive .site-main .posts-navigation {
        margin: 0px 20px;
        clear: both;
    }

    .archive .entry-footer {
        display: none !important;
    }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.single-format-image .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.single-format-gallery .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.single-format-video .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.single-format-audio .entry-thumbnail {
	display: none !important;
}

.single-format-audio iframe {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.bypostauthor {
	display: block;
}

.comments-area {
	padding-top: 30px;
}

	.comments-area a {
		color: #A3A3A3;
	}


.comments-title {
	font-size: 14px;
}

.comment-reply-title {
	clear: both;
	text-align: left;
}

.comment-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

	.comment-list li {
		padding-top: 20px;
	}

	.comment-list a {
		text-decoration: none;
	}

.comment-body {
	border-bottom: 1px solid #f2f2f2;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 18px;
	}

.comment-author p {
	margin: 0;
}

.comment-content {
	margin-left: 69px;
}

	.comment-content a {
		word-wrap: break-word;
	}

.comment-content p {
	margin: 10px 0 0;
}


.comment-list .children {
	list-style: none;
	margin-left: 30px;
	position: relative;
}

	.comment-list .children .depth-5 {
		padding-top: 20px;
	}

.reply {
  text-align: right;
  margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #262626;
	color: #fff;
}

.site-footer .container {
    background-color: #262626;
}

.site-footer-wrap {
	background-color: #262626;
	padding: 0 20px 30px;
	text-align: center;
}

.site-info {
	padding-top: 2em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}</pre></body></html>