<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Gwinear
Theme URI: http://sculpturecode.com/gwinear
Author: Sculpture Code
Author URI: https://sculpturecode.com
Description: A beautifully simple WordPress theme
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gwinear
Tags: custom-colors, one-column, two-columns, three-columns, custom-menu, featured-images, translation-ready
*/


@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
}

@font-face {
    font-family: 'butlermedium';
    src: url('fonts/butler_medium-webfont.woff2') format('woff2'), url('fonts/butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Clearings
# WordPress
	## Captions
	## Alignments
	## Galleries
# Accessibility
# Forms
	## Search Form
# Site Contianer
# Top Bar
	## Menu
	## Toggle Mobile Menu
	## Mobile Menu
	## Toggle Discover
	## Discover
# Header
	## Social Buttons
	## Toggle Search
	## Search Form
	## Site Branding
# Slider
# Featured Content
	## Featured Post Slider
# Content Boxes
# Site Content
# Posts
	## Grid Posts
	## List Posts
	## Single Posts
	## Sticky Posts
	## Post Navigation
	## Comments
		### Comment Navigation
# Archives
# Pages
# 404
# Widgets
	## Widgets Elements
	## Calender
	## Tagcloud
	## About Me
	## Recent Posts
	## Recent Comments
# Footer
	## Footer Widgets
# Instagram
	## Footer Instagram

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    -webkit-text-size-adjust: 100%;
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

blockquote:before {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	color:#f0f0f0;
	content:"\f10d";
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:48px;
	left:0;
	position:absolute;
	text-rendering:auto;
	top:8px
}

table tr {
	border-bottom:solid 1px #f1f1f1
}

table tr th {
	background-color:#F7F8F9;
	color:#344147;
	font-size:16px;
	padding:10px;
	text-align:left
}

table tr td {
	padding:10px
}

li &gt; ul,
li &gt; ol {
	margin:30px 0 30px 30px
}

a {
	text-decoration: none
}

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

a:focus {
	outline:thin dotted
}

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

body {
	line-height:1
}

blockquote,
q {
	quotes:none
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    color: #5B5B5B;
    font-family: Droid Serif, serif;
    font-size: 14px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-word-wrap: break-word;
    clear: both;
    color: #344147;
    font-family: Vollkorn, serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    word-wrap: break-word;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 25px;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
}

address {
  margin: 0 0 25px;
}

pre {
  background: #F7F8F9;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 25px;
}

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

body {
  background: #fff;
  nowhitespace: afterproperty;
}

*,
:before,
:after {
  box-sizing: inherit;
}

blockquote {
  padding-left: 60px;
  position: relative;
}

cite {
  padding-left: 60px
}

hr {
  background-color: #F1F3F3;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 40px;
}

ul,
ol {
  margin: 0 0 30px 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dd {
  margin: 0 25px 25px;
}

img {
  height: auto;
  max-width: 100%;
  nowhitespace: afterproperty;
  vertical-align: bottom;
}

table {
  margin: 0 0 30px;
  width: 100%;
}

strong,
b,
dt {
  font-weight: 700;
}

embed,
iframe,
object {
    max-width: 100%
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 25px;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 20px;
}

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

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin: 6px 30px 10px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 6px 0 10px 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 25px;
}

.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;
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.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-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  nowhitespace: afterproperty;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-transition: .2s opacity ease-in-out;
  -webkit-transition: .2s opacity ease-in-out;
  -webkit-appearance: none;
  background-color: #3B8686;
  border: solid 1px #3B8686;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 8px 30px;
  transition: .2s opacity ease-in-out;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.9
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  background-color: #F8F9F9;
  border: solid 1px #F1F3F3;
  border-radius: 0;
  color: #464646;
  font-size: 14px;
  margin: 0;
  max-width: 100%;
  padding: 8px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #686B70;
}

select {
  border: 1px solid #a0a9b1;
}

textarea {
  -webkit-appearance: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #464646;
  font-style: italic;
}

::-moz-placeholder {
  color: #464646;
  font-style: italic;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.search-form {
  position: relative;
}

.search-form button[type="submit"] {
  background: none;
  border: none;
  color: #344147;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 9px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form input[type="search"] {
  padding-left: 10px;
  padding-right: 30px;
  width: 100%;
}

.search-form input[type="search"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.search-form input[type="search"]:focus::-moz-input-placeholder {
    opacity: 0;
}



/*--------------------------------------------------------------
# Site Contianer
--------------------------------------------------------------*/

.site-container {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 60px 6% 60px;
  position: relative;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.top-bar {
	position: fixed;
	line-height: 60px;
	border-bottom: solid 1px #F1F3F3;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
}

.top-bar .top-bar-content {
	display: block;
	margin: 0 auto;
	max-width: 1384px;
	padding: 0 6%;
	position: relative;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

.main-navigation {
  float: left;
  text-align: left;
}

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

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li.menu-item-has-children,
.main-navigation ul li.page_item_has_children {
  padding-right: 20px;
}

.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateY(-50%);
  color: #848484!important;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 0;
  text-rendering: auto;
  top: 50%;
  transform: translateY(-50%);
}

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

.main-navigation ul ul {
  left: -9999px;
  position: absolute;
  text-align: left;
  z-index: 99999;
  line-height: 1
}

.main-navigation ul ul li.menu-item-has-children,
.main-navigation ul ul li.page_item_has_children {
  padding-right: 0;
}

.main-navigation ul ul li.menu-item-has-children:before,
.main-navigation ul ul li.page_item_has_children:before {
  color: #fff;
  content: "\f105";
  right: 20px;
}

.main-navigation ul ul ul {
  left: -9999px;
  padding-top: 0;
  top: 0;
}

.main-navigation ul ul li {
  margin: 0;
}

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

.main-navigation ul ul a {
  background-color: #fff;
  border: solid 1px #ededed;
  border-top: none;
  line-height: normal;
  padding: 16px 20px;
  width: 260px;
}

.main-navigation a {
  -moz-transition: .4s color ease-in-out;
  -webkit-transition: .4s color ease-in-out;
  color: #464646;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: .4s color ease-in-out;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a,
.main-navigation .current-menu-ancestor &gt; a,
.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
  color: #3B8686;
}

/*--------------------------------------------------------------
## Toggle Mobile Menu
--------------------------------------------------------------*/

#toggle-menu {
	display: none;
	width: 26px;
	height: 20px;
	position: absolute;
	bottom: 18px;
	left: 6%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#toggle-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #464646;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#toggle-menu span:nth-child(1) {
  top: 0px;
}

#toggle-menu span:nth-child(2),#toggle-menu span:nth-child(3) {
  top: 8px;
}

#toggle-menu span:nth-child(4) {
  top: 16px;
}

#toggle-menu.active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#toggle-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggle-menu.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/

.mobile-navigation {
  background: #fff;
  border-top: none;
  display: none;
  line-height: 1.8;
  padding: 30px 8%;
  text-align: left;
}

.mobile-navigation &gt; ul &gt; li:last-of-type a {
  border-bottom: 0;
}

.mobile-navigation .sub-menu-toggle {
  cursor: pointer;
  float: right;
  font-size: 20px;
  line-height: 1;
  padding-top: 10px;
}

.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-navigation ul li &gt; ul {
  display: none;
  margin-left: 20px;
}

.mobile-navigation a {
  border-bottom: solid 1px #ededed;
  color: #626266;
  display: block;
  padding: 8px 0;
}

/*--------------------------------------------------------------
## Toggle Discover
--------------------------------------------------------------*/

.top-bar .top-bar-content .toggle-discover {
  -moz-transition: 0.2s color ease-in-out;
  -webkit-transition: 0.2s color ease-in-out;
  cursor: pointer;
  float: right;
  font-style: italic !important;
  transition: 0.2s color ease-in-out;
}

.top-bar .top-bar-content .toggle-discover:hover {
	color: #252525
}

.top-bar .top-bar-content .toggle-discover i {
  margin-right: 8px;
}

.top-bar .top-bar-content .toggle-discover.active i:before {
  content: "\f102";
}

/*--------------------------------------------------------------
## Discover
--------------------------------------------------------------*/

.discover {
  -moz-transition: all 300ms ease-in-out;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  background-color: #fff;
  border-bottom: solid 1px #efefef;
  opacity: 0;
  position: fixed;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 999;
}

.discover.active {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
  transform: translateY(0%);
}

.discover .discover-content {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 90px 6% 30px;
  position: relative;
  text-align: center
}

.discover .discover-content .featured-categories {
  margin: 0 -15px 0 -15px;
  max-width: 1390px;
}

.discover .discover-content .featured-categories .featured-category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  margin: 0 15px;
  position: relative;
}

.discover .discover-content .featured-categories .featured-category .featured-category-content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.discover .discover-content .featured-categories .featured-category .overlay {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.discover .discover-content .featured-categories .featured-category:hover .overlay {
  opacity: 0.2;
}

.discover .discover-content .featured-categories .featured-category .featured-category-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 1px #F1F3F3;
  padding-top: 60px;
  text-align: center;
}

.site-header .site-header-content {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 60px 6%;
  position: relative;
}

/*--------------------------------------------------------------
## Social Buttons
--------------------------------------------------------------*/

.social-buttons {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 6%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.social-buttons li {
  display: inline-block;
  font-size: 13px;
  margin: 0 5px;
}

.social-buttons li a {
  -moz-transition: 0.3s opacity ease-in-out;
  -webkit-transition: 0.3s opacity ease-in-out;
  color: #292929;
  display: inline-block;
  transition: 0.3s opacity ease-in-out;
}

.social-buttons li a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Toggle Search
--------------------------------------------------------------*/

.site-header .site-header-content .toggle-search {
  -moz-transition: 0.3s opacity ease-in-out;
  -moz-transform: translateY(-50%);
  -webkit-transition: 0.3s opacity ease-in-out;
  -webkit-transform: translateY(-50%);
  color: #292929;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 6%;
  top: 50%;
  transition: 0.3s opacity ease-in-out;
  transform: translateY(-50%);
}

.site-header .site-header-content .toggle-search:hover {
	opacity: 0.9
}

.site-header .site-header-content .toggle-search.active:before {
  content: "\f00d";
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.site-header .site-header-content .search-form {
  -moz-transform: translateY(-50%);
  -moz-transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}

.site-header .site-header-content .search-form.active {
  opacity: 1;
  pointer-events: all;
}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

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

.site-header .site-header-content .site-branding .site-description {
  font-style: italic;
  margin-bottom: 0;
}

.site-header .site-header-content .site-branding .site-title {
  font-family: butlermedium;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px
}

.site-header .site-header-content .site-branding .site-title a {
  color: #252525;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider {
  background-image: url(images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

.slider .slide {
  opacity: 0;
  outline: 0;
  position: relative;
}

.slick-arrow {
  -moz-transform: translateY(-50%);
  -moz-transition: .2s all ease-in-out;
  -webkit-transform: translateY(-50%);
  -webkit-transition: .2s all ease-in-out;
  color: #fff;
  cursor: pointer;
  font-size: 60px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s all ease-in-out;
  z-index: 999;
}

.slick-arrow.slick-prev {
  left: -2%;
}

.slider:hover .slick-arrow.slick-prev {
  left: 3%;
  opacity: 1;
}

.slick-arrow.slick-next {
  right: -2%;
}

.slider:hover .slick-arrow.slick-next {
  opacity: 1;
  right: 3%;
}

.slick-dots {
  bottom: -34px;
  height: 8px;
  left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li {
  display: inline-block;
  height: 8px;
}

.slick-dots li button {
  -moz-transition: .4s opacity ease-in-out;
  -webkit-transition: .4s opacity ease-in-out;
  background-color: #848484;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  height: 8px;
  margin: 0 5px;
  opacity: 0.5;
  padding: 0;
  text-indent: -9999px;
  transition: .4s opacity ease-in-out;
  width: 8px;
}

.slick-dots li button:hover {
  opacity: 0.8;
}

.slider.slick-initialized {
  background-image: none;
  height: auto;
}

.slider.slick-initialized .slide {
  -moz-transition: .4s opacity ease-in-out;
  -webkit-transition: .4s opacity ease-in-out;
  opacity: 1;
  transition: .4s opacity ease-in-out;
}

/*--------------------------------------------------------------
# Featured Content
--------------------------------------------------------------*/

.site-featured-content {
  background-color: #f8f9f9;
  border-bottom: solid 1px #F1F3F3;
}

.site-featured-content-content {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 40px 6%;
  position: relative;
  z-index: 99;
}

/*--------------------------------------------------------------
## Featured Post Slider
--------------------------------------------------------------*/

#featured-post-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

#featured-post-slider .slide .overlay {
  background-color: #2a352f;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

#featured-post-slider .slide .slide-content {
  -moz-transform: translateY(-50%);
  -moz-transition: .4s opacity ease-in-out;
  -webkit-transform: translateY(-50%);
  -webkit-transition: .4s opacity ease-in-out;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s opacity ease-in-out;
  z-index: 999;
}

#featured-post-slider .slide .slide-content .entry-title {
  color: #fff;
  line-height: 1.2;
}

#featured-post-slider .slide .slide-content .entry-title:after {
  background-color: #fff;
  margin: 12px auto 0;
}

#featured-post-slider .slide .slide-content .button {
  border: solid 1px #fff;
  display: inline-block;
  font-style: italic;
  padding: 8px 20px;
}

#featured-post-slider .slide .entry-link {
  height: 100%;
  position: absolute;
  width: 100%;
}

#featured-post-slider .slide .slide-content a,
#featured-post-slider .slide .slide-content .entry-meta,
#featured-post-slider .slide .slide-content .entry-meta a {
  color: #fff;
}

#featured-post-slider.slider-2 .slide .slide-content,
#featured-post-slider .slide.slick-current .slide-content {
  -moz-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  opacity: 1;
  pointer-events: all;
  transition-delay: .5s;
}

/*--------------------------------------------------------------
# Content Boxes
--------------------------------------------------------------*/

#content-boxes {
  overflow: hidden;
  padding-top: 30px;
}

#content-boxes.slider-disabled {
	padding-top: 0
}

#content-boxes .content-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 220px;
  margin-right: 3%;
  position: relative;
  width: 31.33%;
}

#content-boxes .content-box#content-box-three {
  margin-right: 0;
}

#content-boxes .content-box a {
  color: #fff;
}

#content-boxes .content-box .overlay {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
}

#content-boxes .content-box:hover .overlay {
  opacity: 0.2;
}

#content-boxes .content-box .content-box-content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

#content-boxes .content-box .content-box-content h5 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}

#content-boxes .content-box .content-box-content .content-box-subtitle {
  font-size: 14px;
  font-style: italic;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/

.site-content {
  display: inline-block;
  position: relative;
  width: 100%;
}

.site-content .content-area.full-width {
  width: 100%;
}

.site-content .content-area.centered {
  float: none;
  margin: 0 auto;
  width: 80%;
}

.site-content .content-area {
  float: left;
  width: 70%;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/

.entry {
	margin-bottom: 40px
}

.entry .entry-meta {
  color: #a8a8a8;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.entry .entry-meta a {
  color: #454545;
}

.entry .entry-meta &gt; span {
  margin-right: 10px;
}

.entry .entry-meta span.post-comments {
  float: right;
  font-style: normal;
  margin-right: 0;
}

.entry .entry-meta span.post-comments i {
	color: #999999;
	margin-right: 2px
}

.entry .entry-meta .byline,
.entry .entry-meta .updated:not(.published) {
  display: none;
}

.entry .entry-title a {
  -moz-transition: 0.2s opacity ease-in-out;
  -webkit-transition: 0.2s opacity ease-in-out;
  color: #344147;
  transition: 0.2s opacity ease-in-out;
}

.entry .entry-title a:hover {
  opacity: 0.8
}

.entry .entry-excerpt {
  font-size: 18px;
  font-style: italic;
  line-height: 1.9;
}

.entry .entry-image {
  position: relative;
}

.entry .entry-image img {
  padding-bottom: 30px;
}

.entry .entry-content,
.entry .entry-summary {
  position: relative;
}

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

.entry .entry-content .page-links a {
  padding: 0 5px;
}

.entry .entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry .entry-content .more-link {
  color: #344147;
  display: inline-block;
  font-style: italic;
  font-size: 14px;
}

.entry .entry-footer {
  border-bottom: solid 1px #efefef;
  clear: both;
  padding-top: 10px;
}

.entry .entry-footer #tags {
  float: right;
  line-height: 1;
  text-align: right;
  width: 50%;
}

.entry .entry-footer #tags a {
  color: #626266;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 5px 5px;
}

/*--------------------------------------------------------------
## Grid Posts
--------------------------------------------------------------*/

.grid {
  font-size: 0;
  margin: 0;
}

.grid &gt; li {
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  width: 47.5%;
}

.grid &gt; li:nth-of-type(2n+2) {
  margin-right: 0;
}

.grid .entry .entry-content {
  font-size: 14px;
}

.grid &gt; li .entry {
	margin-bottom: 40px
}

.grid &gt; li .entry .entry-header .entry-title {
  line-height: 1.2;
  font-size: 28px
}

.grid &gt; li .entry .entry-image img {
	padding-bottom: 20px
}

/*--------------------------------------------------------------
## List Posts
--------------------------------------------------------------*/

.entry.list {
  border-bottom: solid 1px #efefef;
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}

.entry.list .entry-header {
  float: left;
  padding-right: 4%;
  width: 45%;
}

.entry.list .entry-content {
  overflow: hidden;
  padding-bottom: 0;
}

.entry.list .entry-content p:last-of-type {
	margin-bottom: 0
}

.entry.list .entry-content .more-link {
	margin-bottom: 0
}

.entry.list .entry-footer {
  border-bottom: none;
  padding-top: 0
}

/*--------------------------------------------------------------
## Single Posts
--------------------------------------------------------------*/

.entry-footer.single {
	padding: 20px 0 30px 0
}


/*--------------------------------------------------------------
## Sticky Posts
--------------------------------------------------------------*/

.sticky {
    display: block
}

.sticky .sticky-post {
	background: #3B8686;
	color: #ffffff;
	padding: 5px 10px
}

/*--------------------------------------------------------------
## Author Card
--------------------------------------------------------------*/

.author-card {
  padding: 0 0 40px 0;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}

.author-card .author-card-gravatar {
	float: left;
	width: 120px;
	padding: 0 30px 0 0;
}

.author-card .author-card-bio {
	overflow: hidden
}

.author-card .author-card-bio .author-title {
	font-size: 24px
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.post-navigation {
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
  padding: 0 0 40px;
}

.post-navigation {
  font-size: 15px;
  font-style: italic;
  overflow: hidden;
  padding: 0 0 40px 0;
}

.posts-navigation a {
  -moz-transition: .2s opacity ease-in-out;
  -webkit-transition: .2s opacity ease-in-out;
  color: #ffffff;
  background-color: #3B8686;
  border-color: #3B8686;
  padding: 8px 30px;
  display: inline-block;
  transition: .2s opacity ease-in-out;
}

.posts-navigation a:hover {
	opacity: 0.9
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next .post-navigation-title,
.post-navigation .nav-previous .post-navigation-title {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 30px 10%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.post-navigation .nav-next .post-navigation-title span,
.post-navigation .nav-previous .post-navigation-title span {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.post-navigation .nav-next .post-navigation-title h5,
.post-navigation .nav-previous .post-navigation-title h5 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.post-navigation .nav-next .post-navigation-title a,
.post-navigation .nav-previous .post-navigation-title a {
  color: #fff;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-style: normal;
  height: 200px;
  margin-right: 4%;
  position: relative;
  width: 48%;
}

.post-navigation .nav-next .overlay,
.post-navigation .nav-previous .overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-navigation .nav-next {
  margin-right: 0;
  text-align: right;
}

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

#comments .comments-title {
	font-size: 24px
}

#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

#comments .comment-list .children {
	list-style: none
}

#comments .comment-list .comment {
  margin-bottom: 30px;
  position: relative;
}

#comments .comment-list .comment .comment-avatar {
  float: left;
  padding-right: 5%;
}

#comments .comment-list .comment .comment-body {
  overflow: hidden;
}

#comments .comment-list .comment .comment-body .comment-content {
  background-color: #F8F9F9;
  padding: 4%;
}

#comments .comment-list .comment .comment-body .comment-content a {
  word-wrap: break-word;
}

#comments .comment-list .comment .comment-body .comment-cite {
  color: #344147;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  padding: 0
}

#comments .comment-list .comment .comment-body .comment-cite a {
  color: #344147;
}

#comments .comment-list .comment .comment-body .comment-meta {
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic
}

#comments .comment-list .comment .comment-body .reply {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#comments #respond .comment-reply-title {
  font-size: 24px
}

#comments #respond .comment-reply-title small {
  font-size: 12px;
}

#comments #respond p.comment-form-author,
#comments #respond p.comment-form-email,
#comments #respond p.comment-form-url {
  display: inline-block;
  margin-right: 4%;
  width: 30%;
}

#comments #respond p.comment-form-url {
  margin-right: 0;
}

#comments #respond .comment-notes {
  margin-bottom: 30px;
}


#comments .comment-list .comment .comment-respond {
  margin-top: 30px;
}

#comments #respond .comment-subscription-form,
#comments .comment-list .comment .comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}

#comments #respond label,
#comments .comment-list .comment.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
### Comment Navigation
--------------------------------------------------------------*/

.comment-navigation {
  font-size: 15px;
  font-style: italic;
  overflow: hidden;
  padding: 30px 0;
}

.comment-navigation a {
  color: #626266;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

.archive-title {
	background-color: #f8f9f9;
	border-bottom: solid 1px #F1F3F3;
}

.archive-title .archive-title-content {
	display: block;
	margin: 0 auto;
	max-width: 1384px;
	padding: 40px 6%;
	position: relative;
	font-style: italic;
	text-align: center
}

.archive-title .archive-title-content span {
	font-size: 12px;
	margin-bottom: 0;
	display: block
}

.archive-title .archive-title-content h2{
	text-align: center;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-content {
  padding: 0 0 0;
  position: relative;
}

.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.page-content .entry-footer {
	border-bottom: none
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.error-404 {
    text-align: center
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area {
  float: right;
  position: relative;
  width: 25%;
}

.widget-area .widget {
  border-bottom: solid 1px #efefef;
  font-size: 14px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.widget-area .widget .widget-title {
  line-height: 1;
  font-size: 20px
}

/*--------------------------------------------------------------
## Widgets Elements
--------------------------------------------------------------*/

.widget-area .widget select,
.widget-area .widget input[type="text"],
.widget-area .widget input[type="email"],
.widget-area .widget input[type="url"],
.widget-area .widget input[type="password"],
.widget-area .widget input[type="search"],
.widget-area .widget input[type="number"],
.widget-area .widget input[type="tel"],
.widget-area .widget input[type="range"],
.widget-area .widget input[type="date"],
.widget-area .widget input[type="month"],
.widget-area .widget input[type="week"],
.widget-area .widget input[type="time"],
.widget-area .widget input[type="datetime"],
.widget-area .widget input[type="datetime-local"],
.widget-area .widget input[type="color"] {
  max-width: 100%;
}

.widget-area .widget ul {
  list-style: none;
  margin: 10px 0 10px 20px
}

.widget-area .widget &gt; ul {
  margin: 0;
  padding: 0;
}

.widget-area .widget ul li {
  margin-bottom: 15px;
}

.widget-area .widget ul li:last-of-type {
	margin-bottom: 0
}

.widget-area .widget a {
  color: #626266;
}

/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/

.widget #wp-calendar caption {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.widget #wp-calendar tr th {
  text-align: center;
}

.widget #wp-calendar tr td {
  padding: 6px;
  text-align: center;
}

.widget #wp-calendar #prev,
.widget #wp-calendar #next {
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.widget #wp-calendar #next {
  text-align: right;
}


/*--------------------------------------------------------------
## Tagcloud
--------------------------------------------------------------*/

.tagcloud {
	line-height: 1.4
}

.tagcloud a {
  -moz-transition: 0.3s background ease-in-out;
  -webkit-transition: 0.3s background ease-in-out;
  background-color: rgba(207, 207, 207, 0.2);
  font-size: 12px !important;
  font-style: italic;
  padding: 5px 10px;
  display: inline-block;
  margin: 2px;
  transition: 0.3s background ease-in-out;
}

.tagcloud a:hover {
  background-color: rgba(207, 207, 207, 0.3)
}

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/

.widget_categories .children {

}

/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/

.widget .about-me-widget .about-me-image {
  margin-bottom: 30px;
  position: relative;
}

.widget .about-me-widget .about-me-title {
  margin-bottom: 15px;
}

.widget .about-me-widget .about-me-link {
  -moz-transition: .2s opacity ease-in-out;
  -webkit-transition: .2s opacity ease-in-out;
  display: inline-block;
  color: #ffffff;
  font-style: italic;
  border-color: #3B8686;
  background-color: #3B8686;
  padding: 8px 30px;
  transition: .2s opacity ease-in-out;
}

.widget .about-me-widget .about-me-link:hover{
	opacity: 0.9
}

/*--------------------------------------------------------------
## Recent Posts
--------------------------------------------------------------*/

.widget .recent-posts .recent-post .recent-post-thumbnail {
  float: left;
  width: 120px;
}

.widget .recent-posts .recent-post .recent-post-content .recent-post-title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

.widget .recent-posts .recent-post .recent-post-content .recent-post-meta {
  color: #a0a9b1;
  font-size: 13px;
}

.widget .recent-posts .recent-post.has-post-thumbnail .recent-post-content {
  padding-left: 15px;
}

.widget .recent-posts .recent-post,
.widget .recent-posts .recent-post .recent-post-content {
  overflow: hidden;
}

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

.widget .recent-comments .recent-comment {
  overflow: hidden;
}

.widget .recent-comments .recent-comment .recent-comment-content {
  line-height: 1.4;
  overflow: hidden;
  padding-left: 20px;
}

.widget .recent-comments .recent-comment .recent-comment-avatar {
  float: left;
  width: 60px;
}

.widget .recent-comments .recent-comment .recent-comment-author {
  margin-bottom: 0;
}

.widget .recent-comments .recent-comment a {
  font-style: italic;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background-color: #F7F8F9;
  clear: both;
  width: 100%;
}

.site-footer .site-footer-content {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 80px 6%;
  position: relative;
}

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

.site-footer .site-footer-content .footer-column {
  float: left;
  margin-right: 6%;
  width: 29.33%;
}

.site-footer .site-footer-content.lower-footer {
  padding: 40px 6% 40px 6%
}

.site-footer .site-footer-content.lower-footer .site-info {
  clear: both;
  font-size: 12px;
  text-align: center;
}

/*--------------------------------------------------------------
## Footer Widgets
--------------------------------------------------------------*/

.footer-widgets .widget-area .widget {
    border-bottom: none;
    padding-bottom: 0;
}

.footer-widgets .widget-area.footer-column .widget:last-of-type {
	margin-bottom: 0
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram-pics {
  margin: 0;
  padding: 0;
}

.instagram-pics li {
  display: inline-block;
  margin-bottom: 0!important;
  padding: 1%;
  width: 50%;
}

.widget-area .widget .instagram-pics {
  margin-left: -1%;
  width: 102%;
}

/*--------------------------------------------------------------
## Footer Instagram
--------------------------------------------------------------*/

#footer-instagram {
  text-align: center;
}

#footer-instagram .instagram-pics li {
  padding: 0;
  width: 12.5%;
}
</pre></body></html>