/*
Theme Name: AgnarsonWP
Theme URI: https://agnarson.com
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.5
Description: WordPress theme for Agnarson.com
Author: Alexander Agnarson
Author URI: https://alx.media
Tags: blog
Text Domain: agnarsonwp

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

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
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 { 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 { background: #fff; font-size: 15px; line-height: 1.5em; color: rgba(0,0,0,0.8); font-weight: 300; }
a { color: rgba(0,0,0,0.8); text-decoration: none; }
a:hover { color: rgba(0,0,0,0.7); }
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
/* ------------------------------------ */
body { font-family: Arial, sans-serif; }

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.themeform input:not([type="submit"]):not([type="checkbox"]), 
.themeform textarea { background: rgba(0,0,0,0.04); color: rgba(0,0,0,0.5); font-size: 15px; border-radius: 6px; width: 100%; box-sizing: border-box; display: block; padding: 10px; border: 1px solid rgba(0,0,0,0.1); line-height: 1.5em; }
.themeform input[type="submit"] { background: transparent; color: rgba(0,0,0,0.7); font-size: 16px; font-weight: 600; border: 1px solid rgba(0,0,0,0.1); border-radius: 26px; padding: 12px 20px; display: inline-block; margin-right: 5px; margin-bottom: 6px; cursor: pointer; }
.themeform textarea:focus, 
.themeform input:not([type="submit"]):focus { outline: 1px solid rgba(0,0,0,0.15); border-color: rgba(0,0,0,0.15); color: rgba(0,0,0,0.75); }
.themeform .required { color: #0e979b; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 36px!important; }
.themeform.searchform div:after { color: #999; line-height: 24px; font-size: 16px; content: "\f002"; position: absolute; left: 14px; top: 10px; font-family: "Font Awesome 6 Free"; font-weight: 900; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 19px; line-height: 1.6em; }
.entry a { color: #0e979b; font-weight: 600; text-decoration: underline; }
.entry a:hover { color: rgba(0,0,0,0.8); }
.entry hr { border: 0; background: #e5e5e5; height: 2px; width: 30%; margin: 40px auto; }
.entry p,
.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: rgba(0,0,0,0.6); margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: "Font Awesome 6 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 & 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; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }

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

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin-top: 15px!important; margin-bottom: 15px!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
.heading,
#reply-title { color: rgba(0,0,0,0.5); font-size: 16px; font-weight: 400; text-transform: uppercase; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }


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

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

/* block : paragraph */
.entry p { margin-bottom: 32px; }

/* block : heading */
h1, h2, h3, h4, h5, h6 { color: rgba(0,0,0,0.85); font-weight: 300; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { font-weight: 600; line-height: 1.3em; }
.entry h1 span, 
.entry h2 span, 
.entry h3 span, 
.entry h4 span, 
.entry h5 span, 
.entry h6 span { color: rgba(0,0,0,0.5); }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 16px; font-weight: 600; text-transform: uppercase; }

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

/* block : shared */
.entry > ol,
.entry > ul,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry .wp-block-image,
.entry .wp-block-gallery,
.entry .wp-block-cover,
.entry .wp-block-embed,
.entry .wp-block-quote,
.entry .wp-block-pullquote,
.entry .wp-block-audio,
.entry .wp-block-file,
.entry .wp-block-code,
.entry .wp-block-preformatted,
.entry .wp-block-table,
.entry .wp-block-media-text,
.entry .wp-block-button,
.entry .wp-block-separator,
.entry .wp-block-columns,
.entry .wp-block-latest-comments,
.entry .wp-block-latest-posts,
.entry .wp-block-archives,
.entry .wp-block-categories,
.entry .wp-block-shortcode,
.entry .wp-block-calendar,
.entry .wp-block-rss,
.entry .wp-block-search,
.entry .wp-block-tag-cloud { margin-top: 32px; margin-bottom: 32px; }

/*  blocks : important
/* ------------------------------------ */
.entry > *:not(.alignfull) { margin-left: auto; margin-right: auto; box-sizing: border-box; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
embed, object, iframe { max-width: 100%; }
.video-container { height: auto!important; max-width: 100%!important; text-align: center; }
.video-container iframe { margin: 0 auto; }
.video-container > div { margin: 0 auto; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin: 30px 20px; }
.pagination a { font-size: 18px; font-weight: 600; }
.pagination ul { text-align: center; font-size: 0; }
.pagination ul li { display: inline-block; float: none; }
.pagination ul li a:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 52px; line-height: 80px; display: block; }
.pagination ul li.next a:before { content: "\f105"; }
.pagination ul li.prev a:before { content: "\f104"; }
.pagination ul li a { display: inline-block; font-size: 0; margin: 10px; width: 80px; height: 80px; border-radius: 44px; background: rgba(255,255,255,0.06); border: 1px solid rgba(0,0,0,0.08); }


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#wrapper { overflow: hidden; position: relative; }

#header { background: rgba(255,255,255,0.96); padding: 0 30px; box-sizing: border-box; box-shadow: 0 1px 0 rgba(0,0,0,0.06); width: 100%; position: fixed; z-index: 3; transition: all 0.3s ease; }
body.not-frontpage #header { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); box-shadow: 0 1px 0 rgba(255,255,255,0.15); }
.site-title { float: left; font-size: 22px; line-height: 60px; font-weight: 800; letter-spacing: -0.04em; text-transform: uppercase; }
.site-title a { display: block; color: #fff; position: relative; height: 60px; width: 130px; padding: 10px 0; padding-left: 70px; text-align: center; position: relative; overflow: hidden; transition: all 0.3s ease; }
.site-title a:before { content:""; background: url(img/logo.png) no-repeat top left; background-size: 100%; width: 60px; height: 60px; margin: 10px 0; position: absolute; left: 0; top: 0; bottom: 0; }
body.not-frontpage .site-title a:before { background-image: url(img/logo-light.png); }

body.page-template-frontpage .site-title a { background-image: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }

@media only screen and (min-width: 720px) {
	#header { background: rgba(255,255,255,0.96); padding: 10px 30px; }
	body.not-frontpage #header { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); }
	.header-inner { max-width: 1140px; margin: 0 auto; position: relative; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; }
	.site-title { display: flex; align-items: center; position: relative; z-index: 1; flex: 1; }
	.site-title a { padding-top: 0; padding-bottom: 0; }
	.site-title a:before { margin: 0; }
	.wrap-nav { z-index: 1; left: 50%; transform: translate(-50%); width: -moz-max-content; width: max-content; position: absolute; border-radius: 999px; }
	.header-btn { background: rgba(0,0,0,0.06); font-size: 16px; font-weight: 400; color: #777; padding: 10px 16px; border-radius: 30px; }
	.header-btn:hover { color: rgba(0,0,0,0.75); }
	
	body.not-frontpage .header-btn { background: rgba(0,0,0,0.06); color: rgba(255,255,255,0.7); }
	body.not-frontpage .header-btn:hover { color: #fff; }
	body.not-frontpage .header-scrolled .header-btn { background: rgba(0,0,0,0.06); color: #777; }
	body.not-frontpage .header-scrolled .header-btn:hover { color: rgba(0,0,0,0.75); }
	
	#header.header-scrolled { background: transparent!important; box-shadow: none!important; padding: 0 30px; }
	.header-scrolled .site-title a { height: 60px; width: 0; overflow: hidden; }
	.header-scrolled .site-title a:before { background-image: url(img/logo.png)!important; margin: 0; }
	.header-scrolled .header-inner { background: #fff; box-shadow: 0 0 120px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.06); border-radius: 40px; max-width: 620px; box-sizing: border-box; padding: 0 10px 0 20px; margin-top: 20px; }
}
@media only screen and (max-width: 719px) {
	.header-btn { display: none; }
}

body.not-frontpage .subheader { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); } 

.wrap-small { max-width: 720px; margin: 0 auto; padding-left: 80px; padding-right: 80px; box-sizing: border-box; }
.wrap { max-width: 1020px; margin: 0 auto; padding-left: 80px; padding-right: 80px; box-sizing: border-box; }
.wrap-wide { max-width: 1300px; margin: 0 auto; padding-left: 80px; padding-right: 80px; box-sizing: border-box; }

.subheader { padding-top: 80px; text-align: center; }
.subheader-inner { padding: 80px 0; position: relative; }
body.not-frontpage .subheader-inner:after { background: url(img/dot-pattern-light-2x.png) repeat top center; background-size: 10px 10px; opacity: 0.15; content:""; height: 30px; position: absolute; right: 0; left: 0; bottom: 0; z-index: 0; }
.subheader h1 { font-size: 48px; line-height: 1.2; font-weight: 600; color: #fff; letter-spacing: -0.04em; margin-bottom: 14px; }
.subheader h1 strong { font-weight: 800; }
.subheader p { font-size: 20px; line-height: 1.5em; font-weight: 400; color: rgba(255,255,255,0.6); margin-bottom: 30px; }
body.not-frontpage .subheader p { margin-bottom: 10px; }
.subheader p a { color: rgba(255,255,255,0.6); }
.subheader p a:hover { text-decoration: underline; }
.subheader .avatar { border-radius: 100%; width: 48px; height: auto; position: absolute; left: 50%; bottom: 30px; margin-left: -24px; z-index: 1; }
.subheader-arrow { position: absolute; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #fff; left: 50%; bottom: -2px; margin-left: -25px; z-index: 1; }

.subheader-nav { background: rgba(0,0,0,0.1); box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 0 rgba(0,0,0,0.15); display: inline-block; width: auto; margin: 0 auto; padding: 5px; border-radius: 26px; margin-top: 5px; }
.subheader-nav-item { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.8); display: inline-block; padding: 10px 18px; border-radius: 26px; }
.subheader-nav-item:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); color: #fff; }
.subheader-nav-item span { background: rgba(255,255,255,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(0,0,0,0.1); padding: 3px 10px; border-radius: 20px; margin-left: 6px; }
body.blog .nav-item-blog,
body.post-type-archive-updates .nav-item-updates { background: #fff; color: rgba(0,0,0,0.7); }
body.blog .nav-item-blog span,
body.post-type-archive-updates .nav-item-updates span { background: rgba(0,0,0,0.15); }

.blog-header-image { width: 200px; height: auto; border-radius: 100%; margin: -60px auto 0; display: block; position: relative; z-index: 2; }

.stripe-notice { background: #ffdea9; color: #a1680d; padding: 12px 20px; font-weight: 400; font-size: 14px; line-height: 1.5em; border-radius: 24px; text-align: center; margin-top: 30px; }
.theme-feedback .stripe-notice { margin-bottom: 60px; }
.stripe-notice i { font-size: 16px; margin-right: 2px; }
.stripe-notice a { font-weight: 600; color: #714b0e; }

.frontpage-graphic { position: relative; max-width: 920px; margin: 60px auto 0; }
.frontpage-cover { margin-top: 80px; position: relative; z-index: 2; text-align: center; }
.frontpage-cover-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 40px; padding: 40px 0; box-sizing: border-box; }
.frontpage-cover-grid h3 { font-size: 18px; font-weight: 600; line-height: 1.5em; margin-bottom: 10px; }
.frontpage-cover-grid p { color: rgba(0,0,0,0.5); line-height: 1.5em; margin-bottom: 10px; }
.frontpage-cover-grid i { color: #0e979b; font-size: 32px; margin-bottom: 10px; }
.frontpage-subtitle h2 { text-align: center; font-size: 48px; line-height: 1.2; font-weight: 600; color: rgba(0,0,0,0.85); letter-spacing: -0.04em; margin-bottom: 14px; margin-top: 60px; }

.frontpage-subtitle { display: none; }
.frontpage-header-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(560px,1fr)); gap: 40px; padding: 0 40px; box-sizing: border-box; margin: 60px auto; max-width: 1400px; }
.frontpage-item { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); border-radius: 10px; padding: 30px 0; position: relative; }
body.single-work .frontpage-item { background: rgba(0,0,0,0.04); padding: 20px 0 60px; }
body.single-work .frontpage-item-title h3 { color: #222; }
.frontpage-item-title { text-align: center; margin: 20px 0; }
.frontpage-item-title h3 { font-size: 24px; line-height: 1.5em; font-weight: 600; color: #fff; letter-spacing: -0.04em; }
.frontpage-item-title p { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.5em; }
.frontpage-circle { width: 1200px; height: 1200px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -20%); background: linear-gradient(135deg, #00c196 0%, #1b6da0 100%); box-shadow: 0 70px 70px rgba(14,151,155,0.4); border-radius: 600px; z-index: -1; }
.frontpage-circle:before { content:""; width: 1100px; height: 1100px; position: absolute; top: 0; left: 50%; transform: translate(-50%, 2%); background: rgba(0,0,0,0.1); box-shadow: 0 1px 0 rgba(255,255,255,0.1); border-radius: 600px; z-index: 0; }
.frontpage-circle:after { content:""; width: 1100px; height: 1100px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -2%); background: #fff; border-radius: 600px; z-index: 1; }
.frontpage-circle-dots { opacity: 0.1; width: 1200px; height: 1270px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -20%); background: url(img/dot-pattern-dark-2x.png) repeat top center; background-size: 10px 10px; border-radius: 600px; z-index: -2; } 
 
.work-screens .frontpage-item { margin-bottom: 40px; }

body.page-template-frontpage .subheader-inner { padding-bottom: 0; }
body.page-template-frontpage .subheader h1 { color: rgba(0,0,0,0.85); }
body.page-template-frontpage .subheader h1 span { background-image: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
body.page-template-frontpage .subheader p { color: rgba(0,0,0,0.6); }
body.page-template-frontpage .btn { color: #0e979b; }
body.page-template-frontpage .btn strong { background-image: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
body.page-template-frontpage .btn span { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; }
body.page-template-frontpage .frontpage-graphic .block-mobile-devices .amount-1 .flex-col { width: 1000px; margin: 60px auto 0; }
body.page-template-frontpage .slick-front-dots .slick-dots { bottom: auto; top: -60px; z-index: 2; }
body.page-template-frontpage .slick-front-nav { bottom: -10px; top: auto; position: absolute; left: 0; right: 0; width: 80px; margin: 0 auto; }
body.page-template-frontpage .slick-front-nav .slick-prev { z-index: 2; left: 0; right: auto; }
body.page-template-frontpage .slick-front-nav .slick-next { z-index: 2; right: 0; left: auto; }
body.page-template-frontpage .type-themes-features { position: relative; z-index: 1; }
body.page-template-frontpage .type-themes-features h2 strong { display: block; font-weight: 800; font-size: 58px; line-height: 1.3em; }
body.page-template-frontpage .type-themes-features .btn { background: #fff; }
body.page-template-frontpage .theme-feedback { padding-bottom: 0; }

.block-mobile-devices .amount-2 .flex-col:first-child { box-shadow: inset -1px 0 0 rgba(255,255,255,0.1); }

.slick-multi-nav { position: absolute; text-align: center; z-index: 2; width: 100%; }
.slick-multi-nav .slick-prev,
.slick-multi-nav .slick-next { background: transparent; top: 150px; border: none; transition: all 0.3s ease; position: relative; display: inline-block; padding: 20px; height: auto; width: 100px; border-radius: 6px; }
.slick-multi-nav .slick-prev:hover,
.slick-multi-nav .slick-next:hover,
.slick-multi-nav .slick-prev:focus,
.slick-multi-nav .slick-next:focus { background: rgba(255,255,255,0.1); }
.slick-multi-nav .slick-prev { left: -300px; }
.slick-multi-nav .slick-next { right: -300px; }
.slick-multi-nav .slick-prev:before { font-size: 50px; color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f060"; }
.slick-multi-nav .slick-next:before { font-size: 50px; color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f061"; }

.slick-front-nav .slick-prev,
.slick-front-nav .slick-next { background: transparent; border: 1px solid rgba(0,0,0,0.1); transition: all 0.3s ease; position: absolute; display: inline-block; height: 34px; width: 34px; border-radius: 26px; }
.slick-front-nav .slick-prev:hover,
.slick-front-nav .slick-next:hover,
.slick-front-nav .slick-prev:focus,
.slick-front-nav .slick-next:focus { background: transparent; color: rgba(0,0,0,0.85); }
.slick-front-nav .slick-prev { right: 50px; top: 26px; left: auto; }
.slick-front-nav .slick-next { right: 10px; top: 26px; left: auto; }
.slick-front-nav .slick-prev:hover,
.slick-front-nav .slick-next:hover,
.slick-front-nav .slick-prev:focus,
.slick-front-nav .slick-next:focus { width: 34px; }
.slick-front-nav .slick-prev:before { color: rgba(0,0,0,0.75); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f060"; }
.slick-front-nav .slick-next:before { color: rgba(0,0,0,0.75); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f061"; }

.slick-front-dots { width: 100%; position: absolute; left: 0; right: 0; }
.slick-front-dots .slick-dots { bottom: -36px; }
.slick-front-dots .slick-dots li { margin: 0 5px; height: auto; width: auto; }
.slick-front-dots .slick-dots li button { background: rgba(0,0,0,0.1); margin: 1px; height: 8px; width: 8px; border-radius: 100%; text-indent: -9999px; overflow: hidden; }
.slick-front-dots .slick-dots .slick-active button { background: transparent; margin: 0; border: 1px solid rgba(0,0,0,0.15); }

.mixitup-controls { margin: 40px 0; text-align: center; }
.mixitup-controls .control { background: rgba(0,0,0,0.06); color: rgba(0,0,0,0.65); font-weight: 800; text-transform: uppercase; position: relative; font-size: 11px; display: inline-block; height: 32px; padding: 0 14px; border: 0; cursor: pointer; border-radius: 20px; margin: 0 2px 8px 2px; transition: all 0.3s ease; }
.mixitup-controls .control:hover { background: rgba(0,0,0,0.1); }
.mixitup-controls .mixitup-control-active,
.mixitup-controls .mixitup-control-active:hover { background: #0e979b; color: #fff; }
.mixitup-controls .control:before { background: rgba(0,0,0,0.06); border: 2px solid rgba(0,0,0,0.15); content: ''; border-radius: 2px; display: inline-block; width: 8px; height: 8px; position: relative; top: 2px; margin-right: 6px; }
.mixitup-controls .mixitup-control-active:before { background: #fff; border-color: #fff; }

.ribbon { pointer-events: none; height: 72px; left: 0; top: 0; overflow: hidden; position: absolute; text-align: right; width: 72px; }
.ribbon-right { left: auto; right: 0; left: auto; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.ribbon span { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); text-shadow: 0 1px 0 rgba(0,0,0,0.2); color: #fff; font-weight: 800; font-size: 11px; display: block; left: -24px; line-height: 22px; position: absolute; text-align: center; text-transform: uppercase; top: 10px; width: 90px; z-index: 1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }


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

/* menu hamburger */
.menu-toggle-icon { float: right; width: 30px; height: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
.menu-toggle-icon span { display: block; position: absolute; height: 2px; width: 100%; background: rgba(0,0,0,0.8); background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
body.not-frontpage .menu-toggle-icon span { background: #fff; }
.menu-toggle-icon span:nth-child(1) { top: 0px; 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; }

/* 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,
	#nav-header { display: none; }
	.mobile #nav-mobile,
	.mobile #nav-header { display: block; }
}

/* menu base */
.nav-menu > .menu-toggle { display: none; }
.nav-menu.mobile > .menu-toggle { display: block; }
.nav-menu.mobile > .menu-toggle ~ * { max-height: 4000px; overflow: hidden; width: 100%; transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
.nav-menu.mobile > .menu-toggle[aria-expanded="false"] ~ * { max-height: 0; transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
.nav-menu .menu,
.nav-menu .menu ul { display: flex; list-style: none; list-style-type: none; margin: 0; padding: 0; }
.nav-menu a { display: block; text-decoration: none; width: 100%; }
.nav-menu.mobile ul { flex-direction: column; }
.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 > ul { max-width: 100vw; max-height: 300vh; }
.nav-menu:not(.mobile) .menu .sub-menu { position: absolute; }
.nav-menu .screen-reader-text { display: none; }
.nav-menu .menu-item-wrapper { display: flex; }
.nav-menu { line-height: 20px; }
.nav-menu button { color: inherit; cursor: pointer; font-family: inherit; position: relative; text-align: inherit; user-select: none; background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none; }
.nav-menu.mobile .menu ul { transition: max-height 500ms; max-width: 100%; }

.nav-menu:not(.mobile) .menu { flex-wrap: wrap; justify-content: flex-start; }
.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > 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 { position: relative; }
.nav-menu:not(.mobile) .menu ul { font-size: 14px; 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: 7px 20px; transition: background-color 0.15s linear; width: 100%; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > 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 > 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:not(.mobile) a,
.nav-menu:not(.mobile) span { transition: all 0.3s ease; }

.nav-menu.mobile { padding: 0; margin: 0 -30px; }
.nav-menu.mobile button:focus { outline: none; }
.nav-menu.mobile > button { padding: 16px 10px; float: right; border-radius: 6px; margin-top: 15px; margin-right: 20px; }
.nav-menu.mobile button .svg-icon { transition: all 250ms; }
.nav-menu.mobile button.active .svg-icon { transform: rotate(180deg); }
.nav-menu.mobile ul { border: 0; }
.nav-menu.mobile ul li .menu-item-wrapper { justify-content: space-between; width: 100%; }
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 0; }
.nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 14px 30px; }
.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 > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu { visibility: hidden; transition: all 0.3s ease; }
.nav-menu.mobile.toggled > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu.active { visibility: visible; }

/* menu styling */
.nav-menu a { color: #fff; }
.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) { font-size: 16px; font-weight: 400; float: right; }
.nav-menu:not(.mobile) a { color: #777; }
.nav-menu:not(.mobile) a:hover { color: #333; }
.nav-menu:not(.mobile) ul ul a:hover { color: #ccc; }
.nav-menu:not(.mobile) ul ul > li:hover > 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: rgba(0,0,0,0.1); color: rgba(0,0,0,0.3); }
.nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.2); }
.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 { fill: rgba(255,255,255,0.2); transform: rotate(-90deg); }
.nav-menu:not(.mobile) .menu > li { position: relative; }
.nav-menu:not(.mobile) .menu > li:last-child a { margin-right: 4px; }
.nav-menu:not(.mobile) .menu a { padding: 10px 16px; border-radius: 20px; margin: 4px 0 4px 4px; }
.nav-menu:not(.mobile) .menu a:hover { background: rgba(0,0,0,0.06); }

.nav-menu:not(.mobile) li.current_page_item > span > a, 
.nav-menu:not(.mobile) li.current-menu-item > span > a, 
.nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) li.current-post-parent > span > a { color: #222; }
.nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #aaa; }

.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 li .menu-item-wrapper,
.nav-menu.mobile ul ul li .menu-item-wrapper { border-top: 1px solid rgba(0,0,0,0.07); }
body.not-frontpage .nav-menu.mobile ul li .menu-item-wrapper,
body.not-frontpage .nav-menu.mobile ul ul li .menu-item-wrapper { border-top: 1px solid rgba(255,255,255,0.1); }
.nav-menu.mobile ul li a { color: #333; }
body.not-frontpage .nav-menu.mobile ul li a { color: #fff; }
.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.07); }
.nav-menu.mobile > div > ul {  }

body.not-frontpage .nav-menu:not(.mobile) a { color: rgba(255,255,255,0.7); }
body.not-frontpage .nav-menu:not(.mobile) a:hover { color: #fff; }
body.not-frontpage .nav-menu:not(.mobile) li.current_page_item > span > a, 
body.not-frontpage .nav-menu:not(.mobile) li.current-menu-item > span > a, 
body.not-frontpage .nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
body.not-frontpage .nav-menu:not(.mobile) li.current-post-parent > span > a { color: #fff; }

body.not-frontpage .header-scrolled .nav-menu:not(.mobile) a { color: #777; }
body.not-frontpage .header-scrolled .nav-menu:not(.mobile) a:hover { color: #333; }
body.not-frontpage .header-scrolled .nav-menu:not(.mobile) li.current_page_item > span > a, 
body.not-frontpage .header-scrolled .nav-menu:not(.mobile) li.current-menu-item > span > a, 
body.not-frontpage .header-scrolled .nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
body.not-frontpage .header-scrolled .nav-menu:not(.mobile) li.current-post-parent > span > a { color: #222; }


/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page {  }

body.page-template-default .entry-content { padding: 60px 0; }


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { color: rgba(255,255,255,0.4); font-weight: 400; }
#footer a { color: rgba(255,255,255,0.8); }
#footer a:hover { color: rgba(255,255,255,1); }

.footer-top { background: #181c25; position: relative; overflow: hidden; }
.footer-top:after { background: url(img/dot-pattern-light-2x.png) repeat top center; background-size: 10px 10px; opacity: 0.06; content:""; height: 30px; position: absolute; right: 0; left: 0; bottom: 0; z-index: 0; }
.footer-logo { background: url(img/footer-logo.png) no-repeat top center; background-size: cover; margin: 0 auto; height: 154px; width: 210px; opacity: 0.15; }
.footer-circle { border: 3px solid #2e323d; width: 400px; height: 400px; position: absolute; top: -120px; left: 50%; transform: translate(-50%, 20%); border-radius: 600px; z-index: 1; }
.footer-circle-spin { animation: rotating 15s linear infinite; border: 3px solid #2e323d; border-left-color: rgba(255,255,255,0.12); border-right-color: rgba(255,255,255,0.12); width: 400px; height: 400px; position: absolute; top: -40px; left: 50%; margin-left: -203px; transform: translate(-50%, 20%); border-radius: 600px; z-index: 1; }
@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.footer-copyright { text-align: center; color: rgba(255,255,255,0.4); line-height: 1.6em; margin-top: 80px; }
.footer-bottom { background: #2e323d; position: relative; }
.footer-container { max-width: 1020px; margin: 0 auto; padding: 80px 40px; box-sizing: border-box; position: relative; }

.footer-back-to-top { background: #2e323d; color: #fff; padding: 10px 0; position: absolute; top: -25px; left: 50%; margin-left: -25px; overflow: hidden; text-align: center; width: 50px; height: 30px; display: block; border-radius: 40px; float: right; z-index: 2; }
.footer-back-to-top i { font-size: 38px; position: relative; top: -4px; }
.footer-back-to-top:hover { color: rgba(255,255,255,0.7); }

.footer-socials { font-size: 28px; margin-top: 40px; }
.footer-socials a { margin-right: 10px; }

.footer-left { float: left; width: 40%; }
.footer-nav { float: left; width: 60%; }
.footer-nav a,
.footer-mail a { line-height: 1.6em; display: block; margin-top: 10px; }
.footer-col-1 { float: left; width: 33.33%; }
.footer-col-2 { float: left; width: 33.33%; }
.footer-col-3 { float: left; width: 33.33%; }

@media only screen and (max-width: 840px) {
	.footer-left { width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
	.footer-socials { float: right; margin-top: -30px; }
	.footer-nav { width: 100%; margin-top: 40px; }
}
@media only screen and (max-width: 479px) {
	.footer-socials { float: left; margin-top: 20px; }
	.footer-col-1 { width: 50%; }
	.footer-col-2 { width: 50%; }
	.footer-col-3 { width: 50%; display: none; }
}


/* ------------------------------------------------------------------------- *
 *  Blog
/* ------------------------------------------------------------------------- */
.sticky {}
.type-blog { padding: 30px 0; border-bottom: 1px solid #eee; }
.type-blog-year { color: rgba(0,0,0,0.2); display: block; font-size: 52px; font-weight: 600; line-height: 1.3em; letter-spacing: -0.04em; margin: 20px 0 0 0; }
.type-blog-year a { color: rgba(0,0,0,0.2); }
.type-blog-inner { padding-left: 90px; position: relative; }
.type-blog-thumbnail { background: rgba(0,0,0,0.06); height: 70px; width: 70px; border-radius: 100%; position: absolute; left: 0; top: 0; text-align: center; }
.type-blog-thumbnail img { border-radius: 100%; }
.type-blog-thumbnail i { color: rgba(0,0,0,0.4); font-size: 18px; margin-top: 25px; }
.type-blog-thumbnail i.fa-cog { font-size: 36px; margin-top: 17px; }
.type-blog-comments { height: 22px; display: block; float: right; position: absolute; top: 0; right: 0; }
.type-blog-comments:hover { color: rgba(0,0,0,0.6); }
.type-blog-comments i { color: #0e979b; font-size: 24px; margin-top: 0; }
.type-blog-comments span { color: #fff; font-size: 9px; line-height: 22px; font-weight: 800; position: absolute; top: 0; left: 0; right: 0; text-align: center; }
.type-blog-title { font-weight: 600; font-size: 26px; line-height: 1.3em; letter-spacing: -0.04em; margin-bottom: 10px; }
.type-blog-title a:hover { color: rgba(0,0,0,0.8); text-decoration: underline; }
.type-blog-bottom {  }
.type-blog-meta { font-size: 18px; line-height: 1.5em; font-weight: 400; color: rgba(0,0,0,0.4); }
.type-blog-meta a { color: rgba(0,0,0,0.4); }
.type-blog-meta a:hover { color: rgba(0,0,0,0.6); text-decoration: underline; }

body.single .subheader { text-align: left; }
body.single-wpthemes .subheader,
body.single-work .subheader { text-align: center; }
body.single .subheader .entry-share { float: left; margin: -10px 0 20px; }

body.search input.search,
body.error404 input.search { width: 100%; margin: 60px 0; }


/* ------------------------------------------------------------------------- *
 *  Custom Post Type: Themes
/* ------------------------------------------------------------------------- */
.type-themes-wrap { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 40px; }
body.post-type-archive-work .type-themes-wrap { grid-template-columns: repeat(auto-fill,minmax(360px,1fr)); margin-top: 60px; }
.type-themes { padding-bottom: 20px; }

.type-themes-thumbnail:before { content:""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 10px; border: 4px solid transparent; pointer-events: none; transition: all 0.3s ease; z-index: 1; }
body.post-type-archive .type-themes-item:hover .type-themes-thumbnail:before { border-color: #0e979b; border-left-color: #00c196; border-right-color: #1b6da0; }
body.post-type-archive .type-themes-item:hover .type-themes-thumbnail:after { opacity: 1; } 
body.post-type-archive .type-themes-item:hover .type-themes-eye { opacity: 1; }
body.post-type-archive .type-themes-item:hover .type-themes-overlay { bottom: 0; }
body.post-type-archive .type-themes-item:hover img { opacity: 0.8; }

.type-themes-eye { opacity: 0; background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; width: 50px; height: 50px; line-height: 50px; border-radius: 100%; font-size: 24px; position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; pointer-events: none; transition: all 0.3s ease; }
.type-themes-eye i { width: 100%; }
.type-themes-overlay { position: absolute; left: 0; right: 0; bottom: -50px; background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.5em; font-weight: 400; transition: all 0.3s ease; z-index: 2; }
.type-themes-live { display: block; color: rgba(255,255,255,0.7); padding: 12px 0; }
.type-themes-live:hover { color: #fff; }

.type-themes-item { background: #fff; text-align: center; padding: 0 30px 20px; border-radius: 10px; transition: all 0.2s ease; position: relative; }
body.single .type-themes-item { margin-top: -60px; } 
.type-themes-item:hover { background: rgba(255,255,255,0.08); }
.type-themes-clickable { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 0; }
.type-themes-thumbnail { box-shadow: 0 20px 80px 0 rgba(0,0,0,0.08); border-radius: 10px; margin: 0 -30px 20px; position: relative; overflow: hidden; }
.type-themes-thumbnail a { display: block; overflow: hidden; border-radius: 10px; }
.type-themes-thumbnail a img { display: block; min-width: 100%; transition: all .5s cubic-bezier(0,0,0,1.15); }
.type-themes-item:hover .type-themes-thumbnail a img {  }
.type-themes-thumbnail-empty { box-shadow: 0 20px 80px 0 rgba(0,0,0,0.08); border-radius: 10px; margin: 0 -30px 20px; position: relative; }
.type-themes-thumbnail-empty a.type-themes-thumbnail-empty-link { background: rgba(0,0,0,0.06); width: 100%; aspect-ratio: 4 / 3; display: block; border-radius: 10px; position: relative; overflow: hidden; }
.type-themes-thumbnail-empty a.type-themes-thumbnail-empty-link i { color: rgba(0,0,0,0.3); font-size: 24px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; transition: all .5s cubic-bezier(0,0,0,1.15); }
.type-themes-item:hover .type-themes-thumbnail-empty a.type-themes-thumbnail-empty-link i { transform: scale(1.15); }
.type-themes-title a { color: rgba(0,0,0,0.8); font-size: 20px; font-weight: 600; line-height: 1.5em; }
.type-themes-type { color: #0e979b; font-size: 13px; line-height: 1.5em; font-weight: 400; }
.type-themes-date { color: rgba(0,0,0,0.3); font-size: 13px; line-height: 1.5em; font-weight: 400; margin-top: 10px; }
.type-themes-middle { border-top: 1px solid rgba(0,0,0,0.06); padding-top: 20px; margin-top: 20px; }
.type-themes-excerpt { color: rgba(0,0,0,0.5); transition: all 0.2s ease; font-size: 12px; margin-bottom: 30px; line-height: 1.6em; -webkit-line-clamp: 4; display: box; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; overflow: hidden; }
.type-themes-item:hover .type-themes-excerpt { color: rgba(0,0,0,0.8); }

.type-themes-comments { background: #fff; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.04); color: #0e979b; height: 22px; display: block; position: absolute; top: 10px; right: 10px; border-radius: 10px; padding: 4px 6px; }
.type-themes-comments:hover { color: rgba(0,0,0,0.6); }
.type-themes-comments i { font-size: 24px; }
.type-themes-comments span { color: #fff; font-size: 11px; line-height: 20px; font-weight: 800; position: absolute; top: 5px; left: 0; right: 0; text-align: center; }

/* single */
.type-themes-single-header { padding: 30px 0; }
.type-themes-single-header-top { position: relative; }
.type-themes-single-header .entry-title { margin-bottom: 0; }
.type-themes-single-type { font-size: 18px; color: rgba(255,255,255,0.7); font-weight: 400; }
.type-themes-single-header-bottom { background: rgba(255,255,255,0.06); box-shadow: inset 1px 1px 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(255,255,255,0.06); border-radius: 4px; margin: 30px 0; padding: 10px; position: relative; }
.type-themes-single-thumbnail { width: 100%; position: relative; }
.type-themes-single-thumbnail img { display: block; border-radius: 4px; }
.type-themes-single-thumbnail-empty { background: #2d2e32; width: 100%; aspect-ratio: 16 / 9; display: block; border-radius: 4px; position: relative; overflow: hidden; }
.type-themes-single-thumbnail-empty i { color: rgba(255,255,255,0.3); font-size: 24px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; }
.type-themes-single-clickable { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.type-themes-single-btn { color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.2); font-size: 18px; display: inline-block; line-height: 1.5em; padding: 6px 11px; border-radius: 21px; }
.type-themes-single-btn:hover { color: #fff; border-color: #fff; }
.type-themes-single-btn i { position: relative; top: 2px; margin-right: 6px; }
.type-themes-single-btn span { font-size: 11px; text-transform: uppercase; font-weight: 800; padding: 0 4px; }

@media only screen and (max-width: 719px) {
	.type-themes-single-type { font-size: 15px; }
}

.type-themes-meta-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(190px,1fr)); gap: 20px; padding: 20px 30px; border-radius: 6px 6px 0 0; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 30px; box-sizing: border-box; }
.type-themes-meta-grid h3 { color: rgba(0,0,0,0.5); font-size: 16px; font-weight: 600; line-height: 1.5em; }
.type-themes-meta-grid p { font-size: 16px; font-weight: 600; color: rgba(0,0,0,0.85); line-height: 1.5em; margin-bottom: 10px; }
.type-themes-meta-grid p a { color: rgba(0,0,0,0.85); }
.type-themes-meta-grid p a:hover { text-decoration: underline; }
.type-themes-meta-grid i { color: #0e979b; margin-right: 8px; }

.type-themes-donate { background: rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.1); border-top: 0; font-size: 16px; font-weight: 600; border-radius: 0 0 6px 6px; padding: 20px 30px; margin-bottom: 30px; margin-top: -30px; }
.type-themes-donate a { color: #0e979b; }
.type-themes-donate a:hover { text-decoration: underline; }

.type-themes-postnav-outer { background: rgba(0,0,0,0.04); border-top: 1px solid rgba(0,0,0,0.1); margin: 60px 0 0; }
.type-themes-postnav { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 20px; padding: 40px 0; }
.type-themes-postnav a { background: rgba(0,0,0,0.04); color: rgba(0,0,0,0.7); font-size: 16px; border: 1px solid rgba(0,0,0,0.1); padding: 10px; border-radius: 26px; display: block; }
.type-themes-postnav a:hover { text-decoration: underline; }
.type-themes-postnav a strong { color: rgba(0,0,0,0.85); }
.type-themes-postnav a i { color: rgba(0,0,0,0.3); font-size: 20px; position: relative; margin: 0 4px; top: 1px; }
.type-themes-postnav a.postnav-next { text-align: right; }

.type-themes-features { text-align: center; }
.type-themes-features h2 { font-size: 38px; font-weight: 600; line-height: 1.5em; letter-spacing: -0.02em; margin-bottom: 10px; }
.type-themes-features h4 { font-size: 20px; line-height: 1.5em; color: rgba(0,0,0,0.6); }
.type-themes-features.key-features { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); padding: 60px 0; }
.type-themes-features.core-features { padding: 60px 0; }

.type-themes-features .theme-features-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 40px; padding: 40px 0; box-sizing: border-box; text-align: center; }
.type-themes-features .theme-features-grid h3 { font-size: 18px; font-weight: 600; line-height: 1.5em; margin-bottom: 10px; }
.type-themes-features .theme-features-grid p { font-size: 16px; color: rgba(0,0,0,0.5); line-height: 1.5em; margin-bottom: 10px; }
.type-themes-features .theme-features-grid i { padding: 10px; border-radius: 10px; color: #0e979b; font-size: 32px; margin-bottom: 10px; }

.type-themes-features.key-features h2 { color: #fff; }
.type-themes-features.key-features h4 { color: rgba(255,255,255,0.65); }
.type-themes-features.key-features .theme-features-grid h3 { color: #fff; }
.type-themes-features.key-features .theme-features-grid p { color: rgba(255,255,255,0.65); }
.type-themes-features.key-features .theme-features-grid i { color: #fff; }

.type-themes-count { color: rgba(0,0,0,0.85); text-align: center; position: relative; padding: 170px 0 50px; overflow: hidden; }
.type-themes-count-circle { display: none; width: 1200px; height: 1200px; position: absolute; top: 320px; left: 50%; transform: translate(-50%, -20%); background: rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.06); border-radius: 600px; z-index: -1; }
.type-themes-count h2 { font-size: 160px; width: 220px; text-align: center; line-height: 1; font-weight: 800; letter-spacing: -0.04em; position: absolute; top: 0; left: 50%; margin-left: -110px;
background-image: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.type-themes-count p { display: inline-block; border-left: 1px solid rgba(0,0,0,0.06); border-right: 1px solid rgba(0,0,0,0.06); padding: 0 30px; }
.type-themes-count p strong { display: block; font-size: 56px; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; text-transform: uppercase;
background-image: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.type-themes-count p span { display: block; font-size: 32px; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; text-transform: uppercase; }
.type-themes-count-triangle { position: absolute; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #f5f5f5; left: 50%; bottom: -2px; margin-left: -25px; }

.theme-feedback { background: rgba(0,0,0,0.04); padding: 60px 0 0; }
.theme-feedback .slick-track { display: flex!important; }
.theme-feedback .slick-slide { height: inherit!important; }
.theme-feedback .slick-slide > div { height: 100%; }
.theme-feedback .slick-slide > div > div { height: 100%; }

.slick-testimonials-nav { position: relative; text-align: center; }
.slick-testimonials-nav .slick-prev,
.slick-testimonials-nav .slick-next { background: #f5f5f5; top: 30px; border: 1px solid rgba(0,0,0,0.1); transition: all 0.3s ease; position: relative; display: inline-block; margin: 10px 6px; height: 34px; width: 34px; border-radius: 26px; }
.slick-testimonials-nav .slick-prev:hover,
.slick-testimonials-nav .slick-next:hover,
.slick-testimonials-nav .slick-prev:focus,
.slick-testimonials-nav .slick-next:focus { background: #eee; }
.slick-testimonials-nav .slick-prev { left: 0; }
.slick-testimonials-nav .slick-next { right: 0; }
.slick-testimonials-nav .slick-prev:before { color: #333; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f060"; }
.slick-testimonials-nav .slick-next:before { color: #333; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f061"; }

.testimonial { background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.06); box-sizing: border-box; height: calc(100% - 120px); border-radius: 10px; margin: 80px 20px 0; padding: 30px 30px 80px; position: relative; transition: all 0.3s ease; font-size: 16px; position: relative; }
/* .testimonial:after { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; font-size: 24px; font-family: "Font Awesome 6 Free";  font-weight: 900; content: "\f10d"; line-height: 40px; height: 40px; width: 40px; display: block; position: absolute; left: 0; top: 20px; border-radius: 0 6px 6px 0; }*/ 
.testimonial-avatar { border-radius: 100%; margin-top: -90px; display: inline-block!important; }
.testimonial-text { font-size: 15px; }
.testimonial-text p { color: rgba(0,0,0,0.6); line-height: 1.8em; margin-bottom: 15px; }
.testimonial-rating { font-size: 10px; color: #f4b858; margin: 14px 0; }
.testimonial-rating .fas { margin: 0 8px; }
.testimonial-name { color: rgba(0,0,0,0.8)!important; font-size: 17px!important; margin-bottom: 15px; font-weight: 600; }
.testimonial-theme,
a.testimonial-theme { color: #0e979b; border: 1px solid rgba(0,0,0,0.08); font-weight: 600; font-size: 12px; text-transform: uppercase; border-radius: 26px; display: inline-block; padding: 6px 14px; }
a.testimonial-theme:hover { text-decoration: underline; }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
body.single .type-themes-item,
body.single .type-themes { padding-bottom: 0; }
body.single .type-themes-thumbnail { margin-bottom: 0; }

.type-themes-meta { padding: 30px 0; position: relative; }

ul.entry-share { width: 280px; margin: 6px 0; float: right; }
body.single-post ul.entry-share,
body.single-updates ul.entry-share { float: left; margin: 30px 0; }
ul.entry-share li { width: 18%; float: left; text-align: center; margin: 0 1%; }
ul.entry-share li a { background: #fff; color: rgba(0,0,0,0.5); border: 1px solid rgba(0,0,0,0.08); border-radius: 26px; display: block; }
ul.entry-share li a:hover { color: rgba(0,0,0,0.75); }
ul.entry-share li a i { font-size: 18px; transition: all 0.2s ease; line-height: 34px; }
ul.entry-share li a:hover i { font-size: 22px; }

/* buttons */
.btn { background: transparent; color: rgba(0,0,0,0.7); font-size: 17px; font-weight: 600; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); border-radius: 26px; padding: 14px 22px; display: inline-block; margin-right: 5px; margin-bottom: 6px; }
.btn:hover { opacity: 0.7; }
.btn.btn-alt {  }
.btn.btn-color { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; }
.btn i { opacity: 0.7; margin-right: 4px; }
.btn span { background: rgba(0,0,0,0.2); color: #fff; display: inline-block; line-height: 20px; font-size: 11px; font-weight: 800; margin-left: 5px; padding: 0 7px; border-radius: 26px; transition: 0.3s ease; position: relative; top: -2px; }
.subheader .btn-color { color: #fff!important; } 
.subheader .btn-color span { background: rgba(255,255,255,0.25)!important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(0,0,0,0.1); }

/* tags */
.post-tags { margin: 0 0 60px; }
.post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #eee; display: inline-block; white-space: nowrap; font-size: 14px; color: #999; padding: 1px 7px; margin: 0 5px 6px 0; border-radius: 3px; }
.post-tags a:hover { background-color: #e5e5e5; color: #777; }


/* ------------------------------------------------------------------------- *
 *  Pro
/* ------------------------------------------------------------------------- */
body.page-template-pro .type-themes { padding-bottom: 0; } 
body.page-template-pro .type-themes-item { margin-top: -60px; padding-bottom: 0; } 
body.page-template-pro .type-themes-thumbnail { margin-bottom: 0; }


/* ------------------------------------------------------------------------- *
 *  Contact
/* ------------------------------------------------------------------------- */
body.page-template-contact .wrap-small { padding-top: 50px; padding-bottom: 50px; } 
.wpcf7 p { border-top: 1px solid rgba(0,0,0,0.1); padding-top: 20px; margin-top: 20px; }
.wpcf7 label { font-weight: 600; }
.wpcf7 input,
.wpcf7 textarea { margin-top: 10px; }
.wpcf7 input,
.wpcf7 textarea { color: #222!important; font-size: 18px!important; font-weight: 400!important; }
.wpcf7 .wpcf7-submit { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%)!important; font-weight: 600!important; color: #fff!important; border: 0!important; width: 100%; transition: all 0.3s ease; }
.wpcf7 .wpcf7-submit:hover { opacity: 0.7; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; margin-bottom: 40px; }
#pinglist-container { display: none; }

.comment-tabs { margin-bottom: 30px; font-size: 16px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.comment-tabs li { float: left; }
.comment-tabs li a { border-radius: 30px; font-weight: 400; padding: 10px 12px 10px 20px; margin-bottom: 14px; display: block; color: rgba(0,0,0,0.5); border: 1px solid transparent; position: relative; }
.comment-tabs li:first-child a { margin-right: 6px; }
.comment-tabs li a:hover { color: rgba(0,0,0,0.8); }
.comment-tabs li span { background-color: rgba(0,0,0,0.08); padding: 3px 12px; margin-left: 8px; border-radius: 20px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { background: rgba(0,0,0,0.04); color: rgba(0,0,0,0.85); border-color: rgba(0,0,0,0.1); }
.comment-tabs li.active a:before { content:""; height: 5px; width: 40px; background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); position: absolute; left: 50%; margin-left: -20px; bottom: -16px; border-radius: 4px 4px 0 0; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 15px; line-height: 1.6em; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 14px; display: block; float: left; line-height: 20px; margin-bottom: 10px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: rgba(0,0,0,0.85); font-size: 16px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; border-radius: 100%; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: rgba(0,0,0,0.3); content: "\f017"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: rgba(0,0,0,0.3); }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: rgba(0,0,0,0.3); }
.commentlist .reply a:hover { color: rgba(0,0,0,0.6); }
.comment-awaiting-moderation { color: #fff; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 12px; color: rgba(0,0,0,0.6); clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #0e979b; display: block; position: absolute; content: "\f303"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 8px; padding: 2px; border-radius: 100%; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; border-radius: 100%; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 16px; right: 0; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { margin-bottom: 15px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }
#commentform .comment-form-cookies-consent { padding: 10px 0; }
#commentform .comment-form-cookies-consent label { display: inline; text-transform: none; font-size: 12px; color: rgba(0,0,0,0.6); }


/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 input.wpcf7-text { padding: 10px; } 
.wpcf7 textarea.wpcf7-textarea { width: 100%; padding: 10px; }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel
/* ------------------------------------------------------------------------- */
.slick-slider { overflow: hidden; min-width: 100%; width: 0; } /* flexbox fix */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;  }
.slick-list:focus { outline: none;  }
.slick-list.dragging { cursor: pointer; cursor: hand;  }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;  }
.slick-track:before,.slick-track:after { display: table; content: '';  }
.slick-track:after { clear: both;  }
.slick-loading .slick-track { visibility: hidden;  }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  }
[dir='rtl'] .slick-slide { float: right;  }
.slick-slide img { display: block;  }
.slick-slide.slick-loading img { display: none;  }
.slick-slide.dragging img { pointer-events: none;  }
.slick-initialized .slick-slide { display: block;  }
.slick-loading .slick-slide { visibility: hidden;  }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;  }
.slick-arrow.slick-hidden { display: none;  }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel Theme
/* ------------------------------------------------------------------------- */
.slick-loading .slick-list { background: #fff url(img/ajax-loader.gif) center center no-repeat;  }
.slick-prev,.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;  }
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus { color: transparent; outline: none; background: transparent;  }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1;  }
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: .25;  }
.slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-prev { left: -25px;  }
[dir='rtl'] .slick-prev { right: -25px; left: auto;  }
.slick-prev:before { content: '←';  }
[dir='rtl'] .slick-prev:before { content: '→';  }
.slick-next { right: -25px;  }
[dir='rtl'] .slick-next { right: auto; left: -25px;  }
.slick-next:before { content: '→';  }
[dir='rtl'] .slick-next:before { content: '←';  }
.slick-dotted.slick-slider { margin-bottom: 30px;  }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;  }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;  }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;  }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none;  }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;  }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-dots li.slick-active button:before { opacity: .75; color: black;  }


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


/* ------------------------------------------------------------------------- *
 *  Responsive
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1180px) {
	.frontpage-header-grid { grid-template-columns: repeat(auto-fill,minmax(400px,1fr)); }
}
@media only screen and (max-width: 920px) {
	.frontpage-header-grid { grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); }
}
@media only screen and (max-width: 840px) {
	.type-themes-item { padding-bottom: 0; }
	.slick-multi-nav .slick-prev { left: -200px; }
	.slick-multi-nav .slick-next { right: -200px; }
}

@media only screen and (max-width: 780px) {
	ul.entry-share { width: 100%; }
	.type-themes-meta { text-align: center; }
	.type-themes-meta .btn { margin-top: 20px; }
}

@media only screen and (max-width: 719px) {
	
	/* text */
	.entry { font-size: 15px; }
	.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
	.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
	.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
	.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
	.entry h5 { font-size: 18px; }
	.entry h6 { font-size: 16px; text-transform: uppercase; }
	
	#header { position: relative; }
	.commentlist li { font-size: 13px; }
	.commentlist li ul li { padding-left: 10px; }
	
	.subheader { padding-top: 20px; }
	.subheader h1 {	font-size: 36px; }
	.subheader p {	font-size: 17px; }
	.stripe-notice { border-radius: 6px; }
	
	#footer { font-size: 14px; }
	#footer #socials { float: left; width: 100%; }
	
	.frontpage-circle { width: 760px; height: 760px; }
	.frontpage-circle:before { width: 760px; height: 760px; transform: translate(-50%, -7%); }
	.frontpage-circle:after { width: 760px; height: 760px; transform: translate(-50%, -10%); }
	.frontpage-circle-dots { width: 760px; height: 800px; }
	.frontpage-subtitle h2 { font-size: 32px; }
	.frontpage-header-grid { display: block; }
	.frontpage-item { margin-bottom: 20px; padding-left: 10px; padding-right: 10px; }
	.slick-multi-nav .slick-prev { left: -10px; }
	.slick-multi-nav .slick-next { right: -10px; }
	.slick-multi-nav .slick-prev,
	.slick-multi-nav .slick-next { background: #f5f5f5; top: 0; padding: 10px; width: 60px; }
	.slick-multi-nav .slick-prev:before,
	.slick-multi-nav .slick-next:before { color: #222; font-size: 24px; }
	.slick-multi-nav .slick-prev:hover,
	.slick-multi-nav .slick-next:hover,
	.slick-multi-nav .slick-prev:focus,
	.slick-multi-nav .slick-next:focus { background: #f5f5f5; }
	
	.type-blog-year { font-size: 42px; }
	.type-blog-title { font-size: 20px; }
	.type-blog-meta { font-size: 16px; }
	
	.type-themes-meta-grid { grid-template-columns: repeat(auto-fill,minmax(120px,1fr)); gap: 20px; }
	.type-themes-meta-grid h3,
	.type-themes-meta-grid p { font-size: 15px; }
}

@media only screen and (max-width: 479px) {
	
	.btn { font-size: 15px; }
	
	.wrap-small,
	.wrap,
	.wrap-wide,
	.frontpage-header-grid { padding-left: 20px; padding-right: 20px; }
	
	.subheader { padding-top: 0; }
	.subheader h1 {	font-size: 28px; }
	.subheader p {	font-size: 15px; }
	.subheader-nav-item { font-size: 14px; }
	.subheader-nav-item span { display: none; }
	.stripe-notice,
	.stripe-notice i { font-size: 12px; }
	
	#footer #back-to-top { margin-top: 0; position: absolute; left: 50%; margin-left: -25px; top: -25px; }
	
	.type-blog-year { font-size: 32px; }
	.type-blog-title { font-size: 17px; }
	.type-blog-meta { font-size: 13px; }

	body.search input.search,
	body.error404 input.search { margin: 20px 0; }
	body.error404 input.search,
	body.search-no-results input.search { margin-bottom: 60px; }
	
	body.page-template-frontpage .type-themes-features h2 strong { font-size: 42px; }
	body.page-template-contact .wrap-small { padding-top: 30px; padding-bottom: 30px; } 
	.wpcf7 input,
	.wpcf7 textarea { font-size: 14px!important; }
	
	.type-themes-wrap { display: block; }
	.type-themes-item { padding-bottom: 20px; }
	.type-themes-meta-grid { grid-template-columns: repeat(auto-fill,minmax(120px,1fr)); gap: 14px; padding-left: 20px; padding-right: 20px; }
	.type-themes-meta-grid h3,
	.type-themes-meta-grid p { font-size: 14px; }
	.type-themes-donate { font-size: 13px; padding-left: 20px; padding-right: 20px; }
	.type-themes-postnav { gap: 10px; padding: 20px 0; }
	.type-themes-postnav a { font-size: 14px; }
	.type-themes-postnav a i { font-size: 16px; }
	
	.type-themes-thumbnail:before,
	.type-themes-eye,
	.type-themes-overlay,
	.type-themes-live { display: none; }
	
	.type-themes-features h2 { font-size: 28px; }
	.type-themes-features h4 { font-size: 16px; }
	.type-themes-features .theme-features-grid { gap: 20px; }
	.type-themes-features .theme-features-grid > div { padding: 0 20px; }
	.type-themes-features .theme-features-grid h3 { font-size: 16px; }
	.type-themes-features .theme-features-grid p { font-size: 14px; }
	.type-themes-features .theme-features-grid i { font-size: 28px; }
	
	.testimonial-text p { font-size: 13px; }
	
	.comment-tabs,
	.commentlist li, 
	.pinglist li,
	.commentlist .comment-author, 
	.commentlist .comment-meta, 
	.commentlist .comment-awaiting-moderation { font-size: 13px; }
	.commentlist .fn, 
	.pinglist .ping-link { font-size: 14px; }
	.commentlist .comment-author, 
	.commentlist .comment-meta, 
	.commentlist .comment-awaiting-moderation { margin-bottom: 0; display: block; width: 100%; }
	.commentlist .comment-meta { margin-bottom: 6px; }
	.commentlist .comment-body, 
	.pinglist li { padding-bottom: 24px; }
	.themeform input[type="submit"] { font-size: 13px; padding: 10px 14px; }
	#cancel-comment-reply-link { font-size: 10px; bottom: 13px; }
	
}

/* ------------------------------------------------------------------------- *
 *  Different Screens CSS By Dennis Snellenberg https://dennissnellenberg.com/
/* ------------------------------------------------------------------------- */

:root {

    --section-padding: clamp(5em, 21vh, 12em);
    --container-padding: 20px;
  
}
.main-wrap { box-sizing: border-box; width: 100vw; will-change: transform; position: fixed; }
.container { margin: 0 auto; padding-left: var(--container-padding); padding-right: var(--container-padding); max-width: 100em; }
.row { display: flex; flex-wrap: wrap; position: relative; }
.flex-col { display: block; width: 100%; order: 2; position: relative; }
.overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.block-device .overlay-device-image { width: 100%; position: relative; pointer-events: none; }
.block-device .overlay-device-image::before { content: ""; display: block; padding-top: 56.8%; }
.block-device .single-image { width: 100%; background: #fff; overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.block-device .single-image::before { content: ""; display: block; padding-top: 62.5%; }
.block-device .single-image .parallax-image-wrap { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
.block-device .single-image .image-wrap img { width: 100%; }
.block-device .overlay-top { position: absolute; object-fit: contain; top: 0; height: unset; }
.block-device .device-mbp16lower { padding-left: calc(var(--container-padding) / 2); padding-right: calc(var(--container-padding) / 2); }
.block-device .device-mbp16lower .single-image { width: 79.3%; top: 45.3%; }
@media screen and (max-width: 540px) { 	
	.block-device .device-mbp16lower { padding-left: 0; padding-right: 0; }
}
.block-device .device-mbp15 .overlay-device-image::before { content: ""; display: block; padding-top: 50.365%; }
.block-device .device-mbp15 { padding-left: calc(var(--container-padding) / 2); padding-right: calc(var(--container-padding) / 2); }
.block-device .device-mbp15 .single-image { width: 74.4%; left: 49.95%; top: 47.3%; border-radius: 5px 5px 0 0; }
@media screen and (max-width: 540px) { 	
	.block-device .device-mbp15 { padding-left: 0; padding-right: 0; }
}
.block-device .device-macpro .overlay-device-image::before { content: ""; display: block; padding-top: 85.5%; }
.block-device .device-macpro { padding-left: calc(var(--container-padding) / 1); padding-right: calc(var(--container-padding) / 1); }
.block-device .device-macpro video.overlay,
.block-device .device-macpro img.overlay { object-position: center top; }
.block-device .device-macpro .single-image { width: 98.7%; top: 33.4%; }
.block-device .device-macpro .single-image::before { padding-top: 57%; }
@media screen and (max-width: 540px) { 
	.block-device .device-macpro { padding-left: 0; padding-right: 0; }
}
.block-device .device-macprohigher .overlay-device-image::before { content: ""; display: block; padding-top: 85.5%; }
.block-device .device-macprohigher { padding-left: calc(var(--container-padding) / 1); padding-right: calc(var(--container-padding) / 1); }
.block-device .device-macprohigher .single-image { width: 98.8%; top: 36.9%; }
@media screen and (max-width: 540px) { 
	.block-device .device-macprohigher { padding-left: 0; padding-right: 0; }
}
.block-device .device-ipadpro .overlay-device-image::before { content: ""; display: block; padding-top: 63.7%; }
.block-device .device-ipadpro { padding-left: calc(var(--container-padding) / 1.25); padding-right: calc(var(--container-padding) / 1.25); }
.block-device .device-ipadpro .single-image { width: 97%; top: 50%; border-radius: 2.5%/4%; left: 50.1%; }
.block-device .device-ipadpro .overlay-pencil { height: 60%; width: auto; left: 71%; top: 51%; }
@media screen and (max-width: 540px) { 
	.block-device .device-ipadpro { padding-left: 0; padding-right: 0; }
}
.block-mobile-devices { padding: 0; overflow: hidden; }
.block-mobile-devices .container.block-padding-sides { padding: 0 var(--container-padding); }
.block-mobile-devices .flex-col { width: 33.333%; display: flex; justify-content: center; }
.block-mobile-devices .flex-col.block-padding-bottom { padding-bottom: var(--section-padding); }
.block-mobile-devices .device { width: 55%; position: relative; display: flex; justify-content: center; }
.block-mobile-devices .overlay-device-image { width: 100%; position: relative; }
.block-mobile-devices .overlay-device-image::before { content: ""; display: block; padding-top: 202%; }
.block-mobile-devices .single-image { width: 90.2%; background: #fff; overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 10%/5%; }
.block-mobile-devices .single-image::before { content: ""; display: block; padding-top: 216%; }
.block-mobile-devices .device-nodevice .single-image,
.block-mobile-devices .device-nodevicerounded .single-image { width: 100%; }
@media screen and (max-width: 540px) { 
	.block-mobile-devices .container.block-padding-sides { padding: 0; }
}
.block-mobile-devices .container.block-padding-sides.amount-3 .device { width: 68%; }
@media screen and (max-width: 540px) { 
	.block-mobile-devices .container.block-padding-sides.amount-3 .device { width: 76%; }
}
.block-mobile-devices .amount-2 .flex-col { width: 50%; }
.block-mobile-devices .amount-2 .device { width: 60%; }
.block-mobile-devices .container.block-padding-sides.amount-2 { padding: 0 calc(var(--container-padding) * 1.5); }
.block-mobile-devices .container.block-padding-sides.amount-2 .device { width: 55%; }
@media screen and (max-width: 540px) { 	
	.block-mobile-devices .container.block-padding-sides.amount-2 { padding: 0 calc(var(--container-padding) * 1); }
	.block-mobile-devices .container.block-padding-sides.amount-2 .device { width: 80%; }
}
.block-mobile-devices .amount-1 .flex-col { width: 100%; }
.block-mobile-devices .amount-1 .device { width: 30%; }
@media screen and (max-width: 540px) { 	
	.block-mobile-devices .amount-1 .device { width: 60%; }
}