<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Gridframe
Theme URI: http://alx.media/themes/gridframe/
Version: 1.0.1
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8
Description: &lt;a href="http://alx.media/themes/gridframe/"&gt;Gridframe&lt;/a&gt; is a clean and minimal portfolio theme with plenty of options. It is flexible and optimized for all devices. You can pick different header color and choose website max-width with a few clicks. Demo: http://demo.alx.media/x/?theme=Gridframe
Author: Alexander Agnarson
Author URI: http://alx.media
Tags: blog, photography, portfolio, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, footer-widgets, wide-blocks
Text Domain: gridframe

	Copyright: (c) 2018 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use a child theme
to add your styles. You can copy a style from this file and paste it in the child theme's style.css and it
will override the style in this file. You have been warned! :)
*/


/* ------------------------------------------------------------------------- *
 *  Table of contents
	
	1. Reset
	2. Base Styles
		- Fonts
		- Forms
		- Entry Text
		- Headings
	3. Base Structure
		- Layout
	4. Common Elements
		- Nav
	5. Header
	6. Page
	7. Footer
	8. Post Entry
	9. Post Formats
	10. Widgets
	11. Comments
	12. Plugins
	13. Slick Carousel
	
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */

html,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


/* --------------------------------------------------------------- *
 *  Base Styles
/* --------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background: #eee;
}


/* block : heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #666;
}


/* --------------------------------------------------------------- *
 *  Base Structure
/* --------------------------------------------------------------- */


/*  base : layout
/* ------------------------------------ */

#wrapper {
    /*min-width: 1024px;*/
    min-width: 320px;
    height: 100%;
    background: #f7f7f7;
}

.container-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

@media only screen and (max-width: 719px) {
    #wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 479px) {
    .container-inner {
        padding: 0;
    }
}


/*  common : social links
/* ------------------------------------ */

.social-links {
    float: right;
    position: relative;
    z-index: 2;
}

.social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 16px;
    margin-left: 8px;
}

.social-links li a {
    display: block!important;
    position: relative;
    text-align: center;
}

.social-links .social-tooltip {
    display: inline;
    position: relative;
    font-size: 24px;
    color: #333;
    z-index: 98;
}

.social-links .social-tooltip:hover {
    color: #444;
}

.social-links .social-tooltip:hover:after {
    display: block;
    position: absolute;
    content: attr(title);
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    top: -36px;
    right: 0;
}

.social-links .social-tooltip:hover:before {
    display: block;
    position: absolute;
    content: "";
    border: solid;
    border-width: 5px 5px 0 5px;
    border-color: #eee transparent;
    top: -10px;
    right: 8px;
    z-index: 1;
}


/* --------------------------------------------------------------- *
 *  Section: Site Header
/* --------------------------------------------------------------- */

.site-header {
    background: #eee;
}

.site-header img.site-image {
    display: block;
    object-fit: cover;
    width: 1200px;
    max-height: 340px;
    margin: 0 auto;
}


/* --------------------------------------------------------------- *
 *  Section: Header
/* --------------------------------------------------------------- */

#header {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
    padding: 30px 0 0;
}

#header-top {
    border-bottom: solid 1px #eee;
}

@media only screen and (max-width: 719px) {
    #header {
        padding: 0;
    }
}


/*  base : logo
/* ------------------------------------ */

.site-title {
    float: left;
    position: relative;
    padding: 10px 0;
    z-index: 2;
}

.site-title a {
    display: block;
    max-width: 100%;
}

.site-title a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/* --------------------------------------------------------------- *
 *  Section: Navigation
/* --------------------------------------------------------------- */


/*  base : menu:not(.mobile)
/* ------------------------------------ */

.nav-menu {
    /*line-height: 20px;*/
}

.nav-menu .menu {
    display: flex;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-menu .menu li {}

.nav-menu .menu li .menu-item-wrapper {
    display: flex;
}

.nav-menu .menu li a {
    display: block;
    width: 100%;
}

.nav-menu:not(.mobile) {
    float: right;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding: 33px 0;
    z-index: 3;
}

.nav-menu:not(.mobile) .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.nav-menu:not(.mobile) .menu&gt;li {
    position: relative;
    margin: 0 20px 0 0;
}

.nav-menu:not(.mobile) .menu&gt;li:last-child {
    margin-right: 0;
}

.nav-menu:not(.mobile) .menu&gt;li&gt;span,
.nav-menu:not(.mobile) .menu&gt;li&gt;a {
    transition: all 0.3s ease;
}

.nav-menu:not(.mobile) .menu&gt;li&gt;a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.nav-menu:not(.mobile) .menu&gt;li.current-menu-item a,
.nav-menu:not(.mobile) .menu&gt;li&gt;a:hover {
    color: #666;
}


/*  base : menu
/* ------------------------------------ */

.nav-menu.mobile {
    /*padding: 0;*/
}

.nav-menu.mobile&gt;.menu-toggle~* {
    overflow: hidden;
    width: 100%;
    max-height: 4000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.nav-menu.mobile&gt;.menu-toggle[aria-expanded="false"]~* {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}

.nav-menu.mobile.toggled&gt;div&gt;ul.menu {
    visibility: visible;
}

.nav-menu.mobile ul {
    visibility: hidden;
    flex-direction: column;
    transition: all 0.3s ease;
    border-top: solid 1px #eee;
}

.nav-menu.mobile ul li {
    border-bottom: solid 1px #eee;
}

.nav-menu.mobile ul li:last-child {
    border-bottom: none;
}

.nav-menu.mobile ul li .menu-item-wrapper {
    justify-content: space-between;
    width: 100%;
}

.nav-menu.mobile ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 15px 20px;
}

.nav-menu.mobile ul li.current-menu-item a,
.nav-menu.mobile ul li a:hover {
    color: #666;
}


/*  base : social links
/* ------------------------------------ */

#header-bottom {
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}

.single #header-bottom {
    border-bottom: none;
}

#header .social-links {
    overflow: hidden;
    display: flex;
    float: left;
    border: solid 1px #eee;
    border-radius: 6px;
    z-index: 0;
}

#header .social-links li {
    margin: 0;
}

#header .social-links li a {
    padding: 10px;
    border-left: solid 1px #eee;
    color: #333;
}

#header .social-links li:first-child a {
    border-left: 0;
}

#header .social-links li a:hover {
    background: #f1f1f1;
}

/*#header .social-links .social-tooltip {}

#header .social-links .social-tooltip:hover:after {
    background: #fff;
}

#header .social-links .social-tooltip:hover:before {
    border-color: #fff transparent;
}*/


/*  base : description
/* ------------------------------------ */

#header .cont-inner {}

#header .cont-inner #cont {
    margin-top: 50px;
    margin-bottom: 50px;
}

#header .cont-inner #inner {}

#header .cont-inner #description {
    position: relative;
    max-width: 100%;
}

#header .cont-inner #description p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 719px) {
    .site-title {
        float: none;
        width: 100%;
        border-bottom: solid 1px #eee;
        margin: 0;
        padding: 10px 0;
    }
    #nav-header {
        display: none;
    }
    .mobile #nav-header {
        display: block;
    }
    #header-bottom {
        padding: 0;
    }
    #header .social-links {
        float: none;
        display: inherit;
        margin: 0 20px;
        border: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    #header .cont-inner {
        padding: 0 20px;
    }
}


/* --------------------------------------------------------------- *
 *  Section: Categories
/* --------------------------------------------------------------- */

#profile,
#pro {
    padding: 50px 0;
    /*border-top: solid 1px #e1e1e1;*/
}

#pro {
    border-top: solid 1px #e1e1e1;
}

#profile-inner,
#pro-inner {
    position: relative;
}

#profile-image,
#pro-image {
    float: right;
    display: block;
    position: relative;
    /*width: 30%;*/
    width: 40%;
    /*margin-bottom: -50px;*/
}

#profile-image img,
#pro-image img {
    display: block;
    position: relative;
    border-radius: 6px;
    z-index: 2;
}

#profile-name,
#pro-name {
    max-width: 60%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}

#profile-description,
#pro-description {
    position: relative;
    max-width: 60%;
}

#profile-description p,
#pro-description p {}

@media only screen and (max-width: 1024px) {
    #profile-name,
    #pro-name {
        font-size: 28px;
    }
}

@media only screen and (max-width: 719px) {
    #profile,
    #pro {
        padding: 30px 0 0;
        text-align: center;
    }
    #profile-image,
    #pro-image {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
    }
    #profile-name,
    #pro-name {
        max-width: none;
    }
    #profile-description,
    #pro-description {
        max-width: none;
    }
}

@media only screen and (max-width: 479px) {
    #profile-image,
    #pro-image {
        padding-left: 20px;
        padding-right: 20px;
    }
    #profile-image img,
    #pro-image img {
        width: 90%;
    }
    #profile-name,
    #pro-name {
        padding-left: 20px;
        padding-right: 20px;
    }
    #profile-description,
    #pro-description {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* --------------------------------------------------------------- *
 *  Section: Content Link
/* --------------------------------------------------------------- */

#prof {
    padding: 50px 0;
    border-top: solid 1px #e1e1e1;
}

#prof-inner {
    position: relative;
}

#prof-image {
    float: right;
    display: block;
    position: relative;
    /*width: 30%;*/
    width: 40%;
    /*margin-bottom: -50px;*/
}

#prof-image img {
    display: block;
    position: relative;
    border-radius: 6px;
    z-index: 2;
}

#prof-name {
    max-width: 60%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
}

#prof-description {
    position: relative;
    max-width: 60%;
}

#prof-description p {}

@media only screen and (max-width: 1024px) {
    #prof-name {
        font-size: 28px;
    }
}

@media only screen and (max-width: 719px) {
    #prof {
        padding: 30px 0 0;
        text-align: center;
    }
    #prof-image {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
    }
    #prof-name {
        max-width: none;
    }
    #prof-description {
        max-width: none;
    }
}

@media only screen and (max-width: 479px) {
    #prof-image {
        padding-left: 20px;
        padding-right: 20px;
    }
    #prof-image img {
        width: 90%;
    }
    #prof-name {
        padding-left: 20px;
        padding-right: 20px;
    }
    #prof-description {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* --------------------------------------------------------------- *
 *  Section: Posts
/* --------------------------------------------------------------- */

.main-inner {
    display: flex;
    position: relative;
    /* instead of sticky footer */
}

.home .main-inner {}

.single .main-inner {}

.content {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.home .content {}

.magic-grid {
    float: left;
    display: flex;
    width: 100%;
    margin: 40px -20px;
}

.type-portfolio {
    box-sizing: border-box;
    position: relative;
    width: 33.3333%;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.02);
    transform: translate(20px);
    transition: transform 0.2s ease 0s;
    margin-right: 20px;
    padding: 20px;
}

.type-portfolio:nth-child(3) {
    margin-right: 0;
}

.type-portfolio-inner {
    overflow: hidden;
    position: relative;
}

.type-portfolio-thumb {
    margin-bottom: 20px;
}

.type-portfolio-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.type-portfolio-content {}

.type-portfolio-content h3.type-portfolio-title {}

.type-portfolio-content h3.type-portfolio-title a {
    color: #333;
}

.type-portfolio-excerpt {}

.type-portfolio-excerpt p {}

@media only screen and (max-width: 719px) {
    .main-inner {
        display: block;
    }
    .magic-grid {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
    .type-portfolio {
        width: 100%;
        transform: none;
        margin-right: 0;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .main,
    .main-inner {
        padding: 0!important;
    }
    .content {
        float: none;
        width: 100%;
        margin-right: 0!important;
        margin-left: 0!important;
        padding: 0;
    }
    /*.magic-grid {
        margin-left: 20px;
        margin-right: 20px;
    }*/
    .type-portfolio {
        width: 100%;
        transform: none;
    }
}


/* --------------------------------------------------------------- *
 *  Section: Single
/* --------------------------------------------------------------- */


/*  base : layout columns
/* ------------------------------------ */


/* 2 column, content left */

.col-2cl .content {
    order: 1;
}

.col-2cl .s1 {
    order: 2;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}

@media only screen and (max-width: 479px) {
    .sidebar.s1 {
        /*float: left;
        display: block;
        width: 100%;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-top: 20px;*/
        border: none;
    }
}


/*  base : single content
/* ------------------------------------ */

.single article {}

.single .post-wrapper {
    margin: 40px 0;
    padding: 0 0 40px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.02);
}

.single .post-wrapper .entry-media {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    line-height: 0;
}

.single .post-wrapper .image-container {}

.single .post-wrapper .image-container img {}

.single .post-wrapper .entry-header {
    position: relative;
    padding: 0 30px;
}

.single .post-wrapper h2.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single .post-wrapper .entry-content {
    position: relative;
    padding: 0 30px;
}

.single .post-wrapper .entry {}

.single .post-wrapper .entry h3 {}

.single .post-wrapper .entry p {}

@media only screen and (max-width: 719px) {
    .single .post-wrapper .entry-header,
    .single .post-wrapper .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*  base : sidebar content
/* ------------------------------------ */

.sidebar-content {}

.sidebar .widget {
    padding: 30px 40px 30px;
}

.sidebar .widget h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.sidebar .widget h3 a {
    color: #333;
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget ul li {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 20px;
}

.sidebar .widget ul li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #ccc;
    top: 14px;
    left: 0;
}

.sidebar .widget_recent_entries ul li:before {
    content: "\f017";
}

.sidebar .widget_archive ul li:before {
    content: "\f073";
}

.sidebar .widget ul li a {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.sidebar .widget ul li:hover:before,
.sidebar .widget ul li a:hover,
.sidebar .widget ul li:hover a {
    color: #666;
}

@media only screen and (max-width: 719px) {
    .sidebar .widget {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .sidebar .widget {
        border-top: solid 1px #e1e1e1;
    }
}


/* --------------------------------------------------------------- *
 *  Section: Footer
/* --------------------------------------------------------------- */

#footer {
    position: relative;
    background: #fff;
    border-top: solid 1px #eee;
}

#footer-bottom {
    position: relative;
    text-align: center;
    z-index: 99;
}

#footer-bottom #back-to-top {
    overflow: hidden;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    border: solid 1px #f1f1f1;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
    margin: 0 auto;
    color: #333;
}

#footer-bottom #back-to-top i {
    position: relative;
    font-size: 38px;
    top: -7px;
}

#footer-bottom #back-to-top:hover {
    color: #333;
}

#footer-bottom .pad {
    padding: 30px 0;
}

#footer-bottom #copyright {
    color: #666;
    font-weight: 300;
    line-height: 1.6em;
}

#footer-bottom #copyright p {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

#footer-bottom #copyright a {
    color: #666;
}

#footer-bottom .social-links {
    float: none;
    padding-top: 30px;
}

#footer-bottom .social-links a {
    color: #333;
}

#footer-bottom .social-links a:hover {
    color: #333;
}

#footer-bottom .social-links .social-tooltip {
    font-size: 20px;
}

#footer-bottom .social-links .social-tooltip:hover:after {
    background: #333;
    color: #fff;
}

#footer-bottom .social-links .social-tooltip:hover:before {
    border-color: #333 transparent;
}


/* --------------------------------------------------------------- *
 *  Menu Toggle
/* --------------------------------------------------------------- */


/*  base : menu toggle
/* ------------------------------------ */

.nav-menu button {
    position: relative;
    text-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    letter-spacing: inherit;
    text-transform: none;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    user-select: none;
    cursor: pointer;
}

.nav-menu&gt;.menu-toggle {
    display: none;
}

.nav-menu.mobile&gt;button {
    float: right;
    padding: 15px 20px;
}

.nav-menu.mobile&gt;button:focus {
    outline: none;
}

.nav-menu.mobile&gt;button:focus,
.menu-toggle:focus {
    background: rgb(0 0 0 / 4%);
}

.nav-menu.mobile&gt;.menu-toggle {
    display: block;
}

.nav-menu .screen-reader-text {
    display: none;
}


/*  base : menu hamburger
/* ------------------------------------ */

.menu-toggle-icon {
    float: right;
    position: relative;
    width: 30px;
    height: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-toggle-icon span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu-toggle-icon span:nth-child(1) {
    top: 0;
    transform-origin: left center;
}

.menu-toggle-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

.menu-toggle-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

.toggled .menu-toggle-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 5px;
}

.toggled .menu-toggle-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.toggled .menu-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 5px;
}


/* --------------------------------------------------------------- *
 *  the END
/* --------------------------------------------------------------- */

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:before,
a:after {
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a img {
    transition: opacity 0.2s ease;
}

address,
cite,
em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

.left,
.alignleft {
    float: left;
}

.right,
.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}


/*  base : clear
/* ------------------------------------ */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}


/*  base : font awesome square size
/* ------------------------------------ */

.fa,
.fab,
.fal,
.far,
.fas {
    width: 1em;
    text-align: center;
}


/*  base : fonts
/* ------------------------------------ */

@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-light-webfont.eot');
    src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'), url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium-light-webfont.woff') format('woff'), url('fonts/titillium-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-lightitalic-webfont.eot');
    src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'), url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium-lightitalic-webfont.woff') format('woff'), url('fonts/titillium-lightitalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-regular-webfont.eot');
    src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'), url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium-regular-webfont.woff') format('woff'), url('fonts/titillium-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-regularitalic-webfont.eot');
    src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'), url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium-regularitalic-webfont.woff') format('woff'), url('fonts/titillium-regularitalic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-semibold-webfont.eot');
    src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'), url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium-semibold-webfont.woff') format('woff'), url('fonts/titillium-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


/*  base : forms
/* ------------------------------------ */

input,
textarea,
button,
select,
label {
    font-family: inherit;
}

.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label {
    font-size: 14px;
}

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

.themeform input[type="text"],
.themeform input[type="url"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button,
.themeform textarea {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.themeform input,
.themeform select,
.themeform textarea,
.themeform button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.themeform select {
    appearance: normal;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

.themeform label {
    font-weight: 600;
    color: #333;
}

.themeform input[type="text"],
.themeform input[type="url"],
.themeform input[type="number"],
.themeform select,
.themeform textarea {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #777;
    display: block;
    max-width: 100%;
    outline: none;
    padding: 7px 8px;
}

.themeform input[type="text"]:focus,
.themeform input[type="url"]:focus,
.themeform input[type="number"]:focus,
.themeform select:focus,
.themeform textarea:focus {
    border-color: #ddd;
    color: #333;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.themeform label .required {
    color: #333;
}

.themeform input[type="button"],
.themeform input[type="reset"],
.themeform input[type="submit"],
.themeform button[type="button"],
.themeform button[type="reset"],
.themeform button[type="submit"] {
    background: #333;
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.themeform input[type="button"]:hover,
.themeform input[type="reset"]:hover,
.themeform input[type="submit"]:hover,
.themeform button[type="button"]:hover,
.themeform button[type="reset"]:hover,
.themeform button[type="submit"]:hover {
    background: #333;
}


/*  base : entry
/* ------------------------------------ */

.entry hr {
    border: 0;
    background: #e5e5e5;
    height: 2px;
    width: 30%;
    margin: 40px auto;
}

.entry dd {
    margin-bottom: 1em;
}

.entry dt {
    color: #333;
}

.entry dt {
    font-weight: 600;
}

.entry address {
    margin-bottom: 1em;
}

.entry blockquote {
    position: relative;
    color: #777;
    font-style: italic;
    margin: 0 0 20px 0;
    padding-left: 50px;
}

.entry blockquote p {
    font-weight: 400;
    color: #444;
    margin-bottom: 0.75em;
}

.entry blockquote:before {
    content: "\f10d";
    color: #ccc;
    font-size: 32px;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.entry blockquote.twitter-tweet:before {
    content: "\f099";
}

.entry code,
.entry pre {
    font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
    font-size: 11px;
}

.entry pre {
    background: url(img/pre.png) repeat top;
    padding: 18px 20px;
    margin: 30px 0;
    border: 1px solid #ddd;
    line-height: 19px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    overflow-y: hidden;
}

.entry code {
    background: #ddd;
    padding: 0 3px;
}

.entry ins {
    background: #fff486;
}

.entry sub,
.entry sup {
    font-size: 62.5%;
}

.entry sub {
    vertical-align: sub;
}

.entry sup {
    vertical-align: super;
}


/* image position &amp; caption */

.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img {
    max-width: 100%;
    height: auto;
}

.entry img.alignleft {
    margin: 18px 20px 18px 0;
}

.entry img.alignright {
    margin: 18px 0 18px 20px;
}

.entry img.aligncenter {
    margin: 18px auto;
    clear: both;
    display: block;
}

.entry img .size-full {
    width: 100%!important;
}


/* table */

.entry table {
    font-size: 14px;
    margin-bottom: 1.5em;
    width: 100%;
    text-align: center;
}

.entry table tr.alt {
    background: #eee;
}

.entry table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.entry table th {
    border: 1px solid #ddd;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
}


/*  base : headings
/* ------------------------------------ */

.heading {
    font-weight: normal;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}

.heading i {
    font-size: 22px;
    margin-right: 6px;
}


/* ------------------------------------------------------------------------- *
 *  Base Blocks
/* ------------------------------------------------------------------------- */


/*  blocks : common
/* ------------------------------------ */


/* block : paragraph */


/* block : list */

.entry ol,
.entry ul {
    margin: 0 0 15px 30px;
    padding-left: 30px;
}

.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol {
    margin-bottom: 0;
}

.entry li {
    margin: 0;
}

.entry ul li,
.entry ol ul li {
    list-style: square;
}

.entry ol li,
.entry ol ul ol li {
    list-style: decimal;
}


/*  blocks : important
/* ------------------------------------ */

/*.entry&gt;*:not(.alignfull) {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}*/

.entry&gt;*:not(.alignfull).alignwide {
    max-width: 940px;
}

.entry&gt;.alignfull {
    margin-left: -40px;
    margin-right: -40px;
    max-width: none;
    width: auto;
}


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */


/*  base : layout
/* ------------------------------------ */

/*.pad {
    padding: 30px 50px;
}*/


/* boxed */

body.boxed {
    background: #eee;
}

.boxed #wrapper {
    background: #fff;
    max-width: 1380px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}


/*  base : layout columns
/* ------------------------------------ */


/* 2 column, content right */

.col-2cr .s1 {
    order: 2;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.col-2cr .content {
    order: 3;
}


/*  base : sidebar
/* ------------------------------------ */

.sidebar {}

.sidebar .pad {
    padding-left: 20px;
    padding-right: 20px;
}


/* sidebar primary */

.s1 {
    min-width: 300px;
    max-width: 300px;
}


@media only screen and (max-width: 719px) {    
    .s1 {
        max-width: 100%;
    }
}

/*  base : grid
/* ------------------------------------ */

.grid {
    margin-right: 3.2%;
    float: left;
    display: inline;
    position: relative;
}

.last {
    clear: right;
    margin-right: 0!important;
}

.one-full {
    margin-right: 0;
    width: 100%;
}

.one-half {
    width: 48.4%;
}

.one-third {
    width: 31.2%;
}

.two-third {
    width: 65.6%;
}

.one-fourth {
    width: 22.6%;
}

.three-fourth {
    width: 74.2%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifth {
    width: 38.1%;
}

.three-fifth {
    width: 58.7%;
}

.four-fifth {
    width: 79.4%;
}

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


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */

.site-description {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    float: left;
    margin: 29px 0 0 20px;
    position: relative;
    z-index: 2;
}


/* ------------------------------------------------------------------------- *
 *  Section: Navigation
/* ------------------------------------------------------------------------- */


/* menu hide and display */

@media only screen and (min-width: 720px) {
    .mobile-menu #wrap-nav-mobile {
        display: none;
    }
}

@media only screen and (max-width: 719px) {
    .mobile-menu #wrap-nav-header {
        display: none;
    }
    #nav-mobile {
        display: none;
    }
    .mobile #nav-mobile {
        display: block;
    }
}


/* menu base */

.nav-menu .menu ul {
    display: flex;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-menu .menu ul {
    flex-direction: column;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
}

.nav-menu .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover&gt;ul {
    max-width: 100vw;
    max-height: 300vh;
}

.nav-menu:not(.mobile) .menu .sub-menu {
    position: absolute;
}

.nav-menu.mobile .menu ul {
    transition: max-height 500ms;
    max-width: 100%;
}

.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover&gt;ul {
    overflow: visible;
    width: 200px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.nav-menu:not(.mobile) .menu ul .sub-menu {
    left: 220px;
    top: 0;
}

.nav-menu:not(.mobile) .menu ul {
    font-size: 15px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 20px);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(6px);
    z-index: 1;
}

.nav-menu:not(.mobile) .menu ul li {
    position: relative;
}

.nav-menu:not(.mobile) .menu ul a {
    display: block;
    padding: 9px 20px;
    transition: background-color 0.15s linear;
    width: 100%;
}

.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus&gt;ul {
    min-width: 200px;
    max-width: 200px;
    max-height: 300vh;
    overflow: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus&gt;ul:focus-within {
    opacity: 1!important;
}

.nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) {
    opacity: 0;
}

.nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) {
    opacity: 1;
}

.nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) {
    opacity: 0;
}

.nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu {
    opacity: 1;
}

.nav-menu:not(.mobile) .menu ul:before,
.nav-menu:not(.mobile) .menu ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.nav-menu:not(.mobile) .menu ul:before {
    left: 0;
    right: 0;
    height: 20px;
}

.nav-menu:not(.mobile) .menu ul:after {
    border: 8px solid transparent;
    border-bottom-color: transparent;
    left: 18px;
}

.nav-menu:not(.mobile) .menu ul ul {
    left: calc(100% + 20px);
    top: -10px !important;
}

.nav-menu:not(.mobile) .menu ul ul:before {
    bottom: 0;
    height: auto;
    left: auto;
    left: -20px;
    top: 0;
    width: 22px;
}

.nav-menu:not(.mobile) .menu ul ul:after {
    border-bottom-color: transparent;
    bottom: auto;
    left: -16px;
    top: 20px;
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before {
    left: auto;
    right: -20px;
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul {
    right: calc(100% + 20px);
    left: auto;
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after {
    border-right-color: transparent;
    right: -16px;
    left: auto;
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon {
    transform: none;
}

.nav-menu.mobile button .svg-icon {
    transition: all 250ms;
}

.nav-menu.mobile button.active .svg-icon {
    transform: rotate(180deg);
}

.nav-menu.mobile&gt;div&gt;ul&gt;li:last-child {
    margin-bottom: 52px;
}

.nav-menu.mobile ul ul li a {
    font-size: 14px;
}

.nav-menu.mobile ul ul li a {
    padding: 12px 0 12px 40px;
}

.nav-menu.mobile ul ul ul li a {
    padding: 12px 0 12px 60px;
}

.nav-menu.mobile ul button {
    margin: 10px 0;
    padding: 0 20px;
}


/* menu mobile fix */

.nav-menu.mobile.toggled&gt;div&gt;ul.menu ul.sub-menu {
    visibility: hidden;
    transition: all 0.3s ease;
}

.nav-menu.mobile.toggled&gt;div&gt;ul.menu ul.sub-menu.active {
    visibility: visible;
}


/* menu styling */

.nav-menu .svg-icon {
    fill: #333;
}

.nav-menu:not(.mobile) .menu ul {
    background: #333;
    color: #fff;
    border-radius: 4px;
}

.nav-menu:not(.mobile) .menu ul:after {
    border-bottom-color: #333;
}

.nav-menu:not(.mobile) .menu ul ul:after {
    border-right-color: #333;
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after {
    border-left-color: #333;
}

.nav-menu:not(.mobile) ul ul a:hover {
    color: #ccc;
}

.nav-menu:not(.mobile) ul ul&gt;li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-menu:not(.mobile) ul ul&gt;li:last-child {
    border-bottom: 0;
}

.nav-menu:not(.mobile) ul ul&gt;li:hover&gt;span {
    background: rgba(255, 255, 255, 0.1);
}

.nav-menu:not(.mobile) ul ul a {
    color: #eee;
}

.nav-menu:not(.mobile) button {
    background: none;
    color: #666;
    padding: 0 4px;
    margin-left: 2px;
    border-radius: 4px;
}

.nav-menu:not(.mobile) button.active {
    background: #eee;
    color: #333;
}

.nav-menu:not(.mobile) button .svg-icon {
    fill: rgba(0, 0, 0, 0.2);
}

.nav-menu:not(.mobile) ul ul button .svg-icon {
    fill: rgba(255, 255, 255, 0.4);
}

.nav-menu:not(.mobile) ul ul button {
    background: none;
    color: #eee;
    padding: 0 5px;
    margin: 0 10px 0 0;
}

.nav-menu:not(.mobile) ul ul button.active {
    background: #444;
    color: #eee;
}

.nav-menu:not(.mobile) ul ul button .svg-icon {
    transform: rotate(-90deg);
}

.nav-menu:not(.mobile) li.current_page_item&gt;span&gt;a,
.nav-menu:not(.mobile) li.current-menu-ancestor&gt;span&gt;a,
.nav-menu:not(.mobile) li.current-post-parent&gt;span&gt;a {
    color: rgba(0, 0, 0, 1);
}

.nav-menu.mobile button.active .svg-icon {
    fill: #333;
}

.nav-menu.mobile ul ul {
    background: rgba(0, 0, 0, 0.03);
}

.nav-menu.mobile ul ul li .menu-item-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}


/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */

.type-portfolio-inner:hover .type-portfolio-content {
    bottom: 0;
}

.type-portfolio:hover .thumb-icon {
    background: #fff;
    color: #333;
}

.post-format {
    position: relative;
}


/* --------------------------------------------------------------- *
 *  Section: Footer
/* --------------------------------------------------------------- */

#footer-bottom img {
    box-shadow: none;
}

#footer-bottom #footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    max-height: 60px;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */

.entry-footer {
    max-width: 640px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.entry-footer {
    margin-top: 40px;
    margin-bottom: 40px;
}


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

.widget&gt;h3 a img {
    display: none;
    float: left;
    margin: 3px 7px 0 0;
}

.widget select {
    border: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    padding: 7px;
    width: 100%;
    max-width: 100%;
}

.widget label.screen-reader-text {
    display: none;
}


/*  widgets : icons
/* ------------------------------------ */

.widget&gt;div&gt;ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-right: 6px;
    color: #ccc;
    display: inline-block!important;
    width: 1em;
    text-align: center;
}


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


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    clip: auto!important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#page[tabindex="-1"]:focus {
    outline: 0;
}</pre></body></html>