/*
Theme Name: Daisho
Theme URI: http://themeforest.net/item/daisho-flexible-wordpress-portfolio-theme/2585124
Author: Ikonize
Author URI: http://themeforest.net/user/Ikonize
Description: Daisho is a portfolio WordPress theme.
Version: 4.2
License: Envato license
License URI: https://themeforest.net/licenses
Tags: white, light, one-column, two-columns, right-sidebar, left-sidebar, custom-menu, translation-ready
Text Domain: daisho
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Compact Header
 *   4.3 - Drop-down Panel
 *   4.4 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Post Formats
 *   5.5 - Attachments
 *   5.6 - Post/Image/Paging Navigation
 *   5.7 - Search Results/No posts
 *   5.8 - 404
 *   5.9 - Comments
 *   5.10 - Blocks
 *   5.11 - Contact Form 7
 *   5.12 - LayerSlider
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	box-sizing: border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
}

body {
	margin: 0;
	background-color: #fff;
	color: #444;
	line-height: 1.625;
}

a {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

a:visited {}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	color: var(--accent-color, #00a5a5);
	text-decoration: underline;
}

a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1em 0;
	word-wrap: break-word;
}

h1 {
	font-size: 225%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 0 0 2em 0;
}

address {
	font-style: normal;
	margin-bottom: 20px;
}

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

b,
strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

dfn {
	font-style: italic;
}

mark {
	/* background: #ff0; */
	background: #fe6;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 93.75%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	margin: 0 0 3em 0;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	display: block;
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 0 2em;
}

kbd {
	padding: 0.1em 0.65em;
	border: 1px solid #ccc;
	font-size: 75%;
	background-color: #f8f8f8;
	color: #3a3a3a;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 0 0 2px #fff inset;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0.1em;
	line-height: 1.4;
	white-space: nowrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote.quote-style-2 {
	position: relative;
	text-indent: 2em;
}

blockquote.quote-style-2:before {
	position: absolute;
	top: 0;
	left: 0;
	quotes: "«" "»";
	quotes: "\00AB" "\00BB";
	content: open-quote;
	color: #787878;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 0.375;
	text-indent: 0;
}

small {
	font-size: smaller;
}

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

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

dl {
	margin: 0 2em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.5em;
}

menu,
ol,
ul {
	margin: 2em 0;
	padding: 0 0 0 2em;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li  >  ul,
li  >  ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0 0 2em 0;
}

form {
	margin: 0;
}

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

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	margin: 0 0 2em 0;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

hr {
	background: none;
	border: 0 none;
	border-top: 1px solid #dcdcdc;
	clear: both;
	color: #eee;
	height: 1px;
	width: 100%;
	margin: 0 auto 2em auto;
	padding-top: 0;
}

:focus {
	outline: 0;
}

.bypostauthor .fn:after {
	content: "\f521";
	position: relative;
	margin-left: 10px;
	width: 32px;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 900;
	vertical-align: 3px;
}

/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clear:after,
.clearfix:after {
	clear: both;
}

.entry-media:after,
.attachment .entry-header:after,
.page-content:after,
.comment-body:after {
	clear: both;
}

.entry-media:before,
.entry-media:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.page-content:before,
.page-content:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #ddd;
	font-family: inherit;
	padding: 7px;
}

input,
textarea {
	color: #000;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #282832;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 10px 24px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: var(--accent-color, #00a5a5);
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #098b8d;
	border: none;
}

.post-password-required input[type="submit"] {
	background: none repeat scroll 0 0 transparent;
	color: #000;
	font-weight: 900;
	padding: 5px 10px;
	text-transform: uppercase;
}

.post-password-required input[type="submit"]:hover {
	color: var(--accent-color, #00a5a5);
}

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

img.size-project-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 0 2em 2em 0;
}

.wp-caption.alignleft {
	margin: 0 2em 0 0;
}

img.alignright {
	margin: 0 0 2em 2em;
}

.wp-caption.alignright {
	margin: 0 0 0 2em;
}

img.aligncenter {
	margin: 0 auto;
}

.wp-caption.aligncenter {
	margin-bottom: 0;
}

img.alignnone {
	margin: 0;
}

.wp-caption.alignnone {
	margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 87.5%;
	font-style: italic;
}

.wp-caption .wp-caption-text {
	margin-top: 5px;
	margin-bottom: 2em;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}

	.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}

	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site-content {
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1120px;
	word-wrap: break-word;
}

.page-template-template-portfolio-php .site-content {
	margin-top: 40px;
}

.no-boundaries .site-content {
	max-width: none;
	width: 100%;
}

.content-area {
	position: relative;
	width: 100%;
}

.single .content-area {
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.single .content-area {
		font-size: 18px;
	}
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}

.site-header .site-header-inner {
	position: relative;
	width: calc(100% - 30px);
	max-width: 1120px;
	height: 100%;
	min-height: 150px;
	border-bottom: 3px solid #ddd;
	margin: 0 auto;
}

.logo {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

.logo-inner {
	display: block;
}

.home-link {
	display: block;
}

.home-link:hover {
	text-decoration: none;
}

.home-link:focus {
	outline: 0;
}

.site-title {
	font-weight: 900;
	color: #000;
	margin: 0 0 5px 0;
}

.site-title:hover {
	color: var(--accent-color, #00a5a5);
}

.site-description {
	font-size: 13px;
	text-decoration: none;
	margin: 0;
}

.site-logo {
	outline: 0;
	max-width: 100%;
	vertical-align: 0;
}

.site-logo + .site-title,
.site-logo + .site-title + .site-description {
	display: none;
}

.custom-logo-link {
	display: block;
}

.custom-logo-link + .home-link {
	display: none;
}

.custom-logo-link[style*="display:none"] + .home-link {
	display: block;
}

/**
 * 4.2 Compact Header
 * ----------------------------------------------------------------------------
 */
.compact-header {
	padding-top: 0;
}

.compact-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	z-index: 220;
	clear: both;
	box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.16);
}

.compact-header .compact-nav {
	display: none;
}

.compact-nav .inner {
	max-width: 1120px;
	margin: 0 auto;
	width: calc(100% - 30px);
	position: relative;
}

.compact-header .info-box {
	display: none;
}

.compact-header .site-header {
	display: block;
}

#compact_menu {
	float: right;
	margin-top: 5px;
	max-width: 85%;
}

/* Back button */
.back {
	display: block;
	float: left;
	cursor: pointer;
}

.back .label {
	float: left;
	padding-left: 25px;
	margin: 12px 0 0 0;
	color: #c6cacb;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.back .icon {
	height: 34px;
	float: left;
}

.back .icon:before {
	display: block;
	content: "\e902";
	position: absolute;
	transform: rotate(180deg);
	color: #c6cacb;
	font-family: daishoicons;
	font-size: 34px;
	line-height: 1;
}

.back:hover .label {
	opacity: 1;
	color: #000;
	text-decoration: none;
}

.back:hover .icon:before {
	color: #000;
}

/* Search */
.compact-search {
	cursor: pointer;
	float: left;
	margin: 0 auto 0 20px;
	position: relative;
}

.compact-search .label {
	float: left;
	margin: 12px 0 0 0;
	padding: 0 0 10px 32px;
	color: #c6cacb;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.compact-search .label:before {
	content: "L";
	position: absolute;
	top: 2px;
	left: 0;
	font-family: daishoicons;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.compact-search:hover .label {
	color: #000;
}

.single-portfolio .compact-search {
	display: none;
}

/* Search overlay */
.header-search {
	display: none;
	opacity: 0.97;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.header-search .search-form {
	margin: 3.8% auto 20px auto;
	max-width: 1120px;
	width: calc(100% - 30px);
}

.header-search .search-field {
	border: 1px solid transparent;
	color: #000;
	font-size: 40px;
	font-weight: 300;
	padding: 0;
	text-transform: uppercase;
	max-width: 100%;
	width: 100%;
}

.header-search .search-field::-webkit-input-placeholder {
	color: transparent;
}

.header-search .search-field:-moz-placeholder {
	color: transparent;
}

.header-search .search-field::-moz-placeholder {
	color: transparent;
}

.header-search .search-field:-ms-input-placeholder {
	color: transparent;
}

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

.header-search .search-message {
	color: #8c8c8c;
	font-size: 11px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 1120px;
	text-transform: uppercase;
	width: calc(100% - 30px);
}

@media (any-pointer) {
	.compact-nav {
		position: fixed;
	}
}

@media (min-width: 640px) {
	.header-search .search-field {
		font-size: 80px;
	}
}

@media (min-width: 768px) {
	.single-portfolio .site-header {
		display: none;
	}

	.single-portfolio .compact-nav {
		display: block;
	}

	.ikon-portfolio-viewing-project .site-header {
		display: none;
	}

	.ikon-portfolio-viewing-project .compact-nav {
		display: block;
	}

	.compact-header {
		padding-top: 105px;
	}

	.compact-header .compact-nav {
		display: block;
	}

	.compact-header .site-header {
		display: none;
	}
}

.admin-bar .compact-nav {
	top: 46px;
}

.admin-bar .header-search {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .compact-nav {
		top: 32px;
	}

	.admin-bar .header-search {
		top: 32px;
	}
}


/**
 * 4.3 Drop-down Panel
 * ----------------------------------------------------------------------------
 */

.info-box {
	display: none;
	background: rgba(18, 18, 23, 0.96);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 160;
	margin-top: -100%;
}

.info-box .info-box-inner {
	max-width: 1120px;
	width: calc(100% - 30px);
	margin: 0 auto;
	color: #fff;
	padding: 40px 0 40px 0;
}

.info-box p {
	font-size: 125%;
	margin: 0 0 1.5em 0;
	line-height: 1.125;
	font-weight: 400;
}

.info-box h2 {
	margin-bottom: 0.875em;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}

.info-box a {
	color: inherit;
	text-decoration: underline;
}

.info-box .arrow:before {
	content: "\e906";
	position: absolute;
	top: auto;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 46px;
	margin: auto;
	color: rgba(18, 18, 23, 0.96);
	font-family: daishoicons;
}

.info-box .arrow:after {
	content: "\e902";
	transform: rotate(90deg);
	position: absolute;
	top: auto;
	right: 0;
	bottom: -13px;
	left: 0;
	width: 10px;
	margin: auto;
	color: #fff;
	font-family: daishoicons;
	line-height: 1;
}

.no-js .info-box {
	display: none;
}

.admin-bar .info-box {
	top: 32px;
}

@media (min-width: 1025px) {
	.info-box {
		display: block;
	}
}

/**
 * 4.4 Navigation
 * ----------------------------------------------------------------------------
 */
.site-navigation {
	position: relative;
	margin: 25px auto;
}

.menu-toggle {
	display: block;
	margin: 0;
	padding: 15px;
	background: #eee;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
}

.menu-toggle:before {
	content: "\f0c9";
	margin-right: 10px;
	font-family: daishoicons;
	font-weight: 400;
	line-height: 1;
}

ul.nav-menu,
div.nav-menu  >  ul {
	display: none;
	margin-left: 0;
	padding: 0;
	margin-top: 3px;
}

.toggled-on ul.nav-menu,
.toggled-on div.nav-menu  >  ul {
	display: block;
}

.nav-menu > li {
	padding-bottom: 3px;
}

.nav-menu li > ul {
	padding-left: 20px;
}

.nav-menu li a:hover {
	background-color: #eee;
}

.nav-menu li a {
	display: block;
	padding: 15px;
	color: #000;
	font-family: Dosis, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu li li a {
	font-weight: 400;
}

.nav-menu .current_page_item  >  a,
.nav-menu .current-menu-item  >  a {
	background-color: #eee;
	font-weight: 700;
}

@media (min-width: 640px) {
	.menu-toggle {
		display: none;
	}

	ul.nav-menu,
	div.nav-menu  >  ul {
		display: block;
	}

	.nav-menu .has-submenu  >  a:after {
		content: "[";
		font-family: daishoicons, sans-serif;
		padding-left: 6px;
		position: absolute;
		font-size: 75%;
		line-height: 1.75;
	}

	.nav-menu .has-submenu .has-submenu  >  a:after {
		content: "]";
		line-height: 2;
		right: 10px;
		top: 4px;
	}

	ul.nav-menu,
	div.nav-menu  >  ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.nav-menu li {
		display: inline-block;
		position: relative;
	}

	.nav-menu li a {
		padding: 0;
	}

	.nav-menu li a:hover {
		background-color: transparent;
	}

	.nav-menu > li {
		margin-left: 25px;
		padding-bottom: 3px;
	}

	.nav-menu > li:first-child {
		margin-left: 0;
	}
	.nav-menu > li.has-submenu {
		margin: 0 0 0 11px;
	}
	.nav-menu > li.has-submenu + li {
		margin: 0 0 0 16px;
	}
	.nav-menu > li.has-submenu + li.has-submenu {
		margin: 0 0 0 3px;
	}
	.nav-menu > li > a {
		line-height: 1.25;
	}
	.nav-menu li li a {
		font-size: 14px;
		font-weight: 500;
		padding: 8px 25px 8px 12px;
	}
	.nav-menu ul > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	.nav-menu ul > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	.nav-menu ul > li:only-child > a {
		border-radius: 5px;
	}
	.nav-menu li:hover > a,
	.nav-menu li a:hover {
		color: var(--accent-color, #00a5a5);
	}
	.nav-menu > .has-submenu > a {
		padding: 3px 23px 3px 13px;
	}
	.nav-menu > .has-submenu:hover > a,
	.nav-menu > .has-submenu > a:hover {
		background-color: var(--accent-color, #00a5a5);
		border-radius: 13px;
		color: #fff;
		padding: 3px 23px 3px 13px;
	}
	.nav-menu li li:hover > a,
	.nav-menu li li a:hover {
		background-color: #bdbdbd;
		color: #000;
		font-weight: 700;
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.9);
		border-radius: 6px;
		color: #bababa;
		display: none;
		float: left;
		font-size: 14px;
		font-weight: 500;
		padding: 0;
		position: absolute;
		word-wrap: break-word;
		z-index: 9999;
	}
	.nav-menu > li > .sub-menu,
	.nav-menu > li > .children {
		margin-top: 3px;
	}
	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		border-left: 0;
		left: 100%;
		top: 0;
	}
	ul.nav-menu ul a,
	.nav-menu ul ul a {
		color: #bababa;
		margin: 0;
		min-width: 180px;
	}
	.nav-menu li li {
		width: 100%;
	}
	ul.nav-menu ul a:hover,
	.nav-menu ul ul a:hover {
		background-color: #bdbdbd;
		color: #000;
		font-weight: 700;
	}
	ul.nav-menu li:hover > ul,
	.nav-menu ul li:hover > ul {
		display: block;
	}
	.nav-menu > .current_page_item > a,
	.nav-menu > .current-menu-item > a {
		color: var(--accent-color, #00a5a5);
	}
	.nav-menu .current_page_item > a,
	.nav-menu .current-menu-item > a {
		background-color: transparent;
	}
	.nav-menu li .current_page_item > a,
	.nav-menu li .current-menu-item > a {
		background-color: #bdbdbd;
		color: #000;
		font-weight: 700;
	}
	.compact-container {
		position: absolute;
		right: 0;
		top: 3px;
	}
	.compact-container .nav-menu > li > a {
		margin-top: 0;
	}
	.compact-container .nav-menu > .has-submenu > a {
		padding: 3px 23px 3px 13px;
	}
	.compact-container .nav-menu > .has-submenu > a {
		margin-top: 0;
	}
}

@media (min-width: 720px) {
	.nav-menu > li {
		text-align: left;
	}
	.nav-menu > li:first-child {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.site-navigation {
		position: absolute;
		top: 45px;
		right: 0;
		margin: 0 auto;
	}
	.logo {
		position: absolute;
		height: 100%;
		margin: 0;
		text-align: initial;
	}
	.logo-inner {
		display: table;
		height: 100%;
	}
	.home-link {
		display: table-cell;
		vertical-align: middle;
	}
	.custom-logo-link {
		display: table-cell;
		vertical-align: middle;
	}
	.custom-logo-link[style*="display:none"] + .home-link {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (min-width: 1080px) {
	.nav-menu > li {
		margin-left: 45px;
	}
	.nav-menu > li.has-submenu {
		margin: 0 0 0 31px;
	}
	.nav-menu > li.has-submenu + li {
		margin: 0 0 0 36px;
	}
	.nav-menu > li.has-submenu + li.has-submenu {
		margin: 0 0 0 23px;
	}
}

.menu-item[class*="fa-"]:before {
	display: none;
}

.menu-item[class*="modernpicrograms-icon-"]:before {
	display: none;
}

@media (min-width: 640px) {
	.menu-item[class*="fa-"]:before {
		display: block;
		position: absolute;
		top: 0;
		z-index: -10;
		width: 100%;
		color: #000;
		font-family: FontAwesome;
		font-size: 38px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		text-align: center;
	}

	.menu-item[class*="fa-"]:hover:before {
		color: var(--accent-color, #00a5a5);
	}

	.menu-item[class*="fa-"].current_page_item:before,
	.menu-item[class*="fa-"].current-menu-item:before {
		color: var(--accent-color, #00a5a5);
	}

	.nav-menu > li.menu-item[class*="fa-"] > a {
		padding-top: 3px;
		margin-top: 38px;
	}

	.compact-menu > li.menu-item[class*="fa-"] > a {
		margin-top: 0;
	}

	.compact-menu .menu-item[class*="fa-"]:before {
		content: "";
	}

	.menu-item[class*="modernpicrograms-icon-"]:before {
		display: block;
		position: absolute;
		top: 0;
		z-index: -10;
		width: 100%;
		color: #000;
		font-family: ModernPictogramsNormal;
		font-size: 38px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		text-align: center;
	}

	.menu-item[class*="modernpicrograms-icon-"]:hover:before {
		color: var(--accent-color, #00a5a5);
	}

	.menu-item[class*="modernpicrograms-icon-"].current_page_item:before,
	.menu-item[class*="modernpicrograms-icon-"].current-menu-item:before {
		color: var(--accent-color, #00a5a5);
	}

	.nav-menu > li.menu-item[class*="modernpicrograms-icon-"] > a {
		padding-top: 3px;
		margin-top: 38px;
	}

	.compact-menu > li.menu-item[class*="modernpicrograms-icon-"] > a {
		margin-top: 0;
	}

	.compact-menu .menu-item[class*="modernpicrograms-icon-"]:before {
		content: "";
	}

	.nav-menu > li.menu-item[class*="fa-"] > a:before,
	.nav-menu > li.menu-item[class*="modernpicrograms-icon-"] > a:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 38px;
		margin: auto;
	}
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.entry-container {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.entry-container:last-child {
	margin-bottom: 0;
	border-bottom: 0 none;
}

.site-content .read-more a {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

.site-content .read-more a:hover {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-container .entry-header {
	position: relative;
	width: 100%;
	word-wrap: break-word;
}

.entry-title {
	display: block;
	max-width: 100%;
	padding-right: 60px;
	margin: 0 0 7px 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

.single .entry-header {
	clear: both;
	margin-bottom: 40px;
}

.page-header {
	margin-bottom: 50px;
}

.page-title {
	width: calc(100% - 30px);
	max-width: 1120px;
	padding: 15px 0 16px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	word-wrap: break-word;
}

.page-title:empty {
	padding: 0;
	border: 0 none;
}

.page-description {
	width: calc(100% - 30px);
	max-width: 1120px;
	margin: 0 auto;
}

.taxonomy-description {
	width: calc(100% - 30px);
	max-width: 1120px;
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}

.taxonomy-description p {
	margin: 0;
}

@media (min-width: 640px) {
	.page-description {
		font-size: 32px;
		font-weight: 300;
		line-height: 1.25;
	}

	.taxonomy-description {
		font-size: 32px;
		font-weight: 300;
		line-height: 1.25;
	}
}

@media (min-width: 768px) {
	.entry-container .entry-header {
		float: left;
		width: 34%;
		margin-right: 4%;
	}

	.entry-title {
		padding-right: 0;
	}
}

.body-page-header--margin-bottom-0 .page-header {
	margin-bottom: 0;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	margin-bottom: 20px;
}

.entry-meta {
	color: #787878;
}

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

.entry-meta .author {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.entry-meta .author a {
	text-decoration: underline;
}

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

.entry-meta .date {
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.entry-meta .date a:hover {
	color: #000;
	text-decoration: none;
}

.entry-meta .edit-link {
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.entry-meta .edit-link a {
	display: block;
	margin-bottom: 5px;
}

.entry-meta .edit-link a:hover {
	color: #000;
	text-decoration: none;
}

.entry-meta .entry-categories {
	display: block;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

.entry-meta .entry-categories a {
	background-color: #b4b4b4;
	padding: 3px 7px;
	border-radius: 3px;
	color: #fff;
	font-family: Dosis, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.entry-meta .entry-categories a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.entry-meta .entry-tags {
	display: block;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

.entry-meta .entry-tags a {
	background-color: #b4b4b4;
	border-radius: 3px;
	color: #fff;
	font: 700 68.75%/1 Dosis, sans-serif;
	padding: 3px 7px;
	text-transform: uppercase;
	white-space: nowrap;
}

.entry-meta .entry-tags a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/* If categories are enabled in content.php then .screen-reader-text will display text for both categories and tags. */
.entry-meta .entry-categories .screen-reader-text,
.entry-meta .entry-categories + .entry-tags .screen-reader-text {
	position: relative !important;
	clip: none;
	color: #787878;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Comments Cloud */
.blog-comments-wrapper {
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
	margin-top: -3px;
}

.blog-comments-icon {
	width: 40px;
	height: 40px;
}

.blog-comments-icon-shape {
	width: 100%;
	height: 100%;
}

.blog-comments-icon-shape path {
	fill: #000;
	stroke: #000;
	stroke-width: 2px;
}

.blog-comments-wrapper:hover .blog-comments-icon-shape path {
	fill: var(--accent-color, #00a5a5);
	stroke: var(--accent-color, #00a5a5);
}

.blog-comments-wrapper.blog-comments-wrapper-zero .blog-comments-icon-shape path {
	fill: transparent;
	stroke: #000;
	stroke-width: 2px;
}

.blog-comments-wrapper.blog-comments-wrapper-zero:hover .blog-comments-icon-shape path {
	fill: transparent;
	stroke: var(--accent-color, #00a5a5);
}

.blog-comments-value {
	overflow: hidden;
	position: absolute;
	top: 5px;
	height: 40px;
	width: 40px;
}

.blog-comments-wrapper.blog-comments-wrapper-zero .blog-comments-value {
	display: none;
}

.blog-comments-value a {
	display: block;
	height: 18px;
	color: #fff;
	font-family: Dosis, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.blog-comments-value a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.blog-comments-wrapper {
		display: none;
		top: 9px;
		right: auto;
		left: -30px;
	}

	.blog-comments-icon {
		height: 20px;
	}

	.blog-comments-icon-shape {
		width: 25px;
		height: 24px;
	}

	.blog-comments-value {
		top: 0;
		width: 25px;
		height: 20px;
	}

	.blog-comments-value a {
		font-size: 11px;
		line-height: 1.5;
	}
}

@media (min-width: 1220px) {
	.blog-comments-wrapper {
		display: block;
	}
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-summary {
	line-height: 1.625;
}

.entry-thumbnail {
	max-width: 100%;
	position: relative;
}

.entry-thumbnail img {
	display: block;
	margin: 0 0 20px;
}

.single-meta {
	display: flex;
	position: relative;
	width: calc(100% - 30px);
	max-width: 1120px;
	padding: 15px 0 15px 0;
	border-bottom: 3px solid #ddd;
	margin: 0 auto;
	color: #787878;
	line-height: 1.375;
}

.single-meta .blog-comments-wrapper {
	display: none;
	z-index: 2;
	left: 0;
	margin-top: 7px;
}

.single-meta .single-date {
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.125;
	text-transform: uppercase;
}

.single-meta .single-tags {
	margin-left: auto;
}

.single-meta .single-tags a {
	padding: 3px 7px;
	border-radius: 3px;
	background-color: #b4b4b4;
	color: #fff;
	font-family: Dosis, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.single-meta .single-tags a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

@media (min-width: 768px) {
	.entry-summary {
		float: left;
		width: 62%;
		font-size: 18px;
	}

	.single-meta .blog-comments-wrapper {
		display: block;
	}

	.single-meta .single-date {
		float: left;
		width: 48%;
		padding-left: 35px;
		font-size: 20px;
	}
}


/**
 * 5.7 Post/Image/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
	width: calc(100% - 30px);
	max-width: 1120px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin: 0 auto 25px auto;
}

.navigation a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation a:hover {
	text-decoration: none;
}

.page-template-template-portfolio-php .navigation,
.single-portfolio .navigation {
	margin-top: 20px;
}


/**
 * the_posts_pagination() used in index.php, archive.php and search.php.
 */
.pagination {
	position: relative;
	border-top: 1px solid #ddd;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

.page-numbers {
	display: none;
	text-transform: uppercase;
}

.page-numbers.current {
	display: none;
	color: #000;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.page-numbers:hover {
	color: var(--accent-color, #00a5a5);
}

.page-numbers.dots:hover {
	color: #000;
}

.prev.page-numbers,
.next.page-numbers {
	display: inline-block;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	color: var(--accent-color, #00a5a5);
}

.prev.page-numbers {
	position: absolute;
	left: 0;
	max-width: calc(50% - 15px);
	padding-left: 20px;
	text-align: left;
}

.next.page-numbers {
	position: absolute;
	right: 0;
	max-width: calc(50% - 15px);
	padding-right: 20px;
	text-align: right;
}

.next.page-numbers .screen-reader-text,
.prev.page-numbers .screen-reader-text {
	clip: auto;
	position: relative !important;
	width: auto;
	height: auto;
}

.prev.page-numbers:before {
	position: absolute;
	left: 0;
	content: "<";
	padding-right: 10px;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
	cursor: pointer;
}

.next.page-numbers:before {
	position: absolute;
	right: 0;
	content: " > ";
	padding-left: 10px;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
	cursor: pointer;
}

@media screen and (min-width: 640px) {
	.page-numbers.current {
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	.pagination {
		padding: 0;
	}

	.page-numbers {
		display: inline-block;
		padding: 20px 10px;
	}

	.page-numbers.current {
		color: var(--accent-color, #00a5a5);
	}

	.prev.page-numbers,
	.next.page-numbers {
		padding: 20px;
	}

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

@media screen and (min-width: 1024px) {
	.page-numbers {
		display: inline-block;
		padding: 20px;
	}
}

/**
 * the_post_navigation() used in single.php.
 */
.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	line-height: 1;
}

.post-navigation .nav-links a {
	max-width: calc(50% - 15px);
	font-size: 20px;
}

.post-navigation .nav-links .nav-prev {
	text-align: left;
}

.post-navigation .nav-links .nav-next {
	grid-column: 2 / 3;
	text-align: right;
}

.post-navigation .nav-links a[rel="prev"]:before {
	content: "<";
	float: left;
	padding-right: 10px;
	cursor: pointer;
	color: #000;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
}

.post-navigation .nav-links a[rel="next"]:before {
	content: " > ";
	float: right;
	padding-left: 10px;
	cursor: pointer;
	color: #000;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover:before {
	color: var(--accent-color, #00a5a5);
}

@media (min-width: 768px) {
	.post-navigation .nav-links a {
		font-size: 24px;
	}
}

/**
 * previous_image_link() and next_image_link() used in image.php.
 */
.image-navigation {
	margin-bottom: 20px;
}

.image-navigation .nav-links {
	line-height: 1;
}

.image-navigation .nav-links a {
	display: block;
	font-size: 150%;
}

.image-navigation .nav-links a .previous-image {
	float: left;
}

.image-navigation .nav-links a .next-image {
	float: right;
	text-align: right;
}

.image-navigation .previous-image:before {
	content: "<";
	float: left;
	padding-right: 10px;
	cursor: pointer;
	color: #000;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
}

.image-navigation .next-image:before {
	content: " > ";
	float: right;
	padding-left: 10px;
	cursor: pointer;
	color: #000;
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	line-height: 1.375;
}

.image-navigation .nav-links a:hover,
.image-navigation .previous-image:hover:before,
.image-navigation .next-image:hover:before {
	color: var(--accent-color, #00a5a5);
}

@media (max-width: 767px) {
	.image-navigation .nav-links a {
		font-size: 125%;
	}

	.image-navigation .nav-links a .previous-image {
		width: 45%;
	}

	.image-navigation .nav-links a .next-image {
		width: 45%;
	}
}

/**
 * wp_link_pages() used in single.php, page.php and image.php.
 */
.page-links {
	clear: both;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2;
	margin: 3em 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.5;
	display: inline-block;
}

.page-links a:hover {
	background-color: #fff;
	color: #000;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	color: #000;
	margin-right: 10px;
	padding: 0;
}

/**
 * 5.10 Search Results/No posts
 *
 * Search results are displayed with blog's layout and style.
 * ----------------------------------------------------------------------------
 */
.page-content {
	margin: 0 auto;
	max-width: 1120px;
	width: calc(100% - 30px);
	padding: 0 0 50px 0;
}

.sticky {
	border: 5px solid #000;
	padding: 1em;
}

@media (min-width: 1024px) {
	.sticky .blog-comments-wrapper {
		display: none;
	}
}

.entry-content:after {
	content: "";
	display: block;
	clear: both;
}

/**
 * 5.11 404
 *
 * 404 redirects to the homepage instead of displaying any message.
 * ----------------------------------------------------------------------------
 */

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
#comments {
	clear: both;
	position: relative;
	width: calc(100% - 30px);
	margin: 0 auto;
	max-width: 1120px;
}

/* Comments title area */
.comments-title {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 15px 0;
	margin: 0 0 40px 0;
}

.comments-title h2 {
	color: #000;
	font-size: 28px;
	margin: 0;
	font-weight: 300;
}

.comments-title a {
	display: none;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}

.comments-title a:hover {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

/* wp_list_comments() */
.comment-list {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
}

.comment-list .children li {
	list-style: none;
}

.comment-body {
	border-bottom: 1px solid #ddd;
	position: relative;
	line-height: 1.625;
	padding: 40px 0;
}

.comment-list > li:first-child > .comment-body {
	padding-top: 0;
}

.comment-author .avatar {
	float: left;
	margin: 0 1em 1em 0;
}

.comment-author .fn {
	width: auto;
	color: #000;
	font-size: 28px;
	font-style: italic;
	font-weight: 900;
	line-height: 0.75;
	word-wrap: break-word;
}

.comment-author .fn a {
	word-wrap: break-word;
	color: #000;
}

.comment-author .fn a:hover {
	text-decoration: none;
	color: var(--accent-color, #00a5a5);
}

.says {
	display: none;
}

.comment-metadata {
	color: #a9a9a9;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 68.75%;
	line-height: 1;
	margin: 5px 0 0 0;
}

.comment-metadata a {
	color: #a9a9a9;
}

.comment-metadata a:hover {
	color: #000;
	text-decoration: none;
}

.comment-metadata .edit-link {
	display: block;
}

.comment-awaiting-moderation {
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 0;
}

.comment-content {
	clear: both;
}

.comment-content p {
	font-size: 16px;
	line-height: 1.5;
}

.reply {
	bottom: 20px;
	right: 0;
	position: absolute;
}

.reply a {
	font-size: 87.5%;
	text-transform: uppercase;
	color: #a9a9a9;
}

.reply a:hover {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

/* Comments navigation: previous_comments_link(), next_comments_link() */
.comment-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 25px 0;
}

.comment-navigation .nav-next {
	text-align: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	font-size: 23px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	line-height: 1;
}

.comment-navigation .nav-previous a {
	display: grid;
	grid-template-columns: 20px 1fr;
}

.comment-navigation .nav-next a {
	display: grid;
	grid-template-columns: 1fr 20px;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
	height: 17px;
	color: #000;
	font-family: daishoicons, sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

.comment-navigation .nav-previous a:before {
	content: "<";
	left: 0;
}

.comment-navigation .nav-next a:after {
	content: ">";
	right: 0;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover:before,
.comment-navigation .nav-next a:hover:after {
	color: var(--accent-color, #00a5a5);
}

/* comment_form() */
.no-comments {
	margin: 0 0 1em 0;
	color: #000;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 15px 0;
	width: 100%;
	font-size: 150%;
	line-height: 1.25;
}

.comments-closed {
	margin: 0 0 35px 0;
	font-size: 150%;
}

.comment-body + #respond {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}

/* User clicked "Reply" */
#respond {
	clear: both;
}

#reply-title {
	display: none;
	position: relative;
	clear: both;
}

#reply-title small {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

#cancel-comment-reply-link {
	padding-right: 30px;
	color: #000;
	text-transform: capitalize;
}

#cancel-comment-reply-link:before {
	content: "'";
	font-family: daishoicons, sans-serif;
	font-size: 18px;
	top: 3px;
	right: 0;
	position: absolute;
	color: #000;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:hover:before {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

.comment-list #reply-title {
	display: block;
	clear: both;
	font-size: 20px;
}

.logged-in-as {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.logged-in-as a {
	text-decoration: underline;
	color: inherit;
}

.must-log-in {
	font-size: 125%;
	margin: 0 0 30px;
}

#commentform label {
	font-weight: 600;
	margin-bottom: 10px;
	display: none;
}

.comment-notes {
	display: none;
}

.comment-form-author {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1em;
}

.comment-form-email {
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 1em;
}

.comment-form-url {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}

#commentform > p:not(.comment-form-author):not(.comment-form-email):not(.comment-form-url) {
	clear: both;
}

.comment-form-comment {
	margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
	clear: both;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1;
}

.form-submit {
	text-align: right;
	margin-bottom: 20px;
}

.form-submit input[type="submit"] {
	background-color: transparent;
	color: #000;
	padding: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.form-submit input[type="submit"]:hover {
	background-color: transparent;
	color: var(--accent-color, #00a5a5);
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 7px;
	width: 100%;
}

#commentform input:-moz-placeholder,
#commentform textarea:-moz-placeholder {
	color: #888;
	font-weight: 600;
}

#commentform input::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
	color: #888;
	font-weight: 600;
}

@media (min-width: 768px) {
	.comments-title h2 {
		font-size: 32px;
	}

	.comments-title a {
		display: block;
	}

	.comment-meta {
		float: left;
		width: 32%;
	}

	.comment-author .fn {
		font-size: 32px;
	}

	.comment-content {
		float: right;
		clear: none;
		width: 64%;
	}

	.comment-content p {
		font-size: 18px;
	}

	.comment-list #reply-title {
		font-size: 28px;
	}

	.logged-in-as {
		font-size: 20px;
	}

	.comment-form-author {
		float: left;
		width: 30.75%;
		margin-right: 3.8%;
	}

	.comment-form-email {
		float: left;
		width: 30.75%;
		margin-right: 3.8%;
	}

	.comment-form-url {
		float: right;
		width: 30.75%;
	}

	.form-submit input[type="submit"] {
		font-size: 32px;
	}
}

/**
 * 5.15 Blocks
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 2em !important;
}

.gallery-item {
	position: relative;
	float: left;
	margin: auto;
	overflow: hidden;
}

.wp-block-image {
	margin-bottom: 2em;
}

.ikon-latest-posts-single {
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1120px;
}

.ikon-latest-posts-single + .navigation {
	border-top: 0 none;
	margin: 0 auto 25px;
}

/**
 * 5.16 Contact Form 7
 * ----------------------------------------------------------------------------
 */
.wpcf7-form p {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 700;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form textarea {
	min-height: 150px;
}

.wpcf7-not-valid {
	border: 1px solid #c26464 !important;
}

.wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7-not-valid-tip {
	position: absolute !important;
	right: -30px;
	top: 5px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

.wpcf7-not-valid-tip:before {
	content: "\e903";
	display: block;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	color: #8c2e24;
	font-family: daishoicons;
	font-size: 24px;
	line-height: 1;
	text-indent: 0;
}

.wpcf7-response-output {
	margin: 0 !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 25px !important;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 !important;
}

/* Placeholder */
.wpcf7 .watermark {
	color: #aaa;
}

.wpcf7 .wpcf7-not-valid {
	color: #c26464;
}

/* Submit */
.ajax-loader {
	display: none !important;
}

input.wpcf7-submit {
	background: none;
	border: none;
	width: auto;
	padding: 0;
	margin: 5px 0 15px 0;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
}

input.wpcf7-submit:focus {
	background: transparent;
	color: var(--accent-color, #00a5a5);
}

input.wpcf7-submit:hover {
	background: transparent;
	color: var(--accent-color, #00a5a5);
}

.wpcf7 input[type=submit][disabled=disabled],
.wpcf7 input[type=reset][disabled=disabled],
.wpcf7 button[disabled=disabled] {
	color: #aaa !important;
}

.wpcf7 input[type=submit]:disabled,
.wpcf7 input[type=reset]:disabled,
.wpcf7 button:disabled {
	color: #aaa !important;
}

@media (max-width: 1024px) {
	.wpcf7-not-valid-tip {
		right: 5px;
		top: 0 !important;
		margin: auto;
		bottom: 0;
	}
}

/**
 * 5.18 LayerSlider
 *
 * Rather than editing plugin files to add a new skin, modifications have been
 * placed here. You can remove arrows modification to restore the original
 * LayerSlider's arrows.
 * ----------------------------------------------------------------------------
 */
.ls-container .button {
	display: block;
	padding: 0.7em 1em 0.7em;
	cursor: pointer;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 2em;
	background-color: transparent;
	color: #f1f1f1;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 2px #fff inset;
	white-space: pre;
}

.ls-container .button:hover {
	border: 3px solid transparent;
	background-color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
}

.ls-wp-container,
.ls-wp-fullwidth-container {
	margin-bottom: 3em;
}

.ls-fullwidth .ls-nav-prev {
	background-image: none !important;
	color: transparent;
}

.ls-fullwidth .ls-nav-prev:before {
	display: block;
	content: "\e902";
	transform: rotate(180deg);
	color: #fff;
	font-family: daishoicons;
	font-size: 70px;
	line-height: 1;
}

.ls-fullwidth .ls-nav-next {
	background-image: none !important;
	color: transparent;
}

.ls-fullwidth .ls-nav-next:before {
	display: block;
	content: "\e902";
	color: #fff;
	font-family: daishoicons;
	font-size: 70px;
	line-height: 1;
}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	height: 70px !important;
	top: calc(50% - 20px) !important;
	opacity: 0.7;
}

.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
	opacity: 1;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
@media (min-width: 768px) {
	.sidebar-active .site-content {
		display: grid;
		grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
		grid-column-gap: 30px;
	}

	.sidebar-active .site-content .content-area {
		grid-row: 1;
		grid-column: 1 / 2;
	}

	.sidebar-active .site-content .sidebar-main {
		grid-row: 1;
		grid-column: 2 / 3;
	}

	.sidebar-left .site-content {
		grid-template-columns: 1fr 3fr;
		grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
	}

	.sidebar-left .site-content .content-area {
		grid-column: 2 / 3;
	}

	.sidebar-left .site-content .sidebar-main {
		grid-column: 1 / 2;
	}

	.sidebar-left.archive .blog-comments-wrapper,
	.sidebar-left.blog .blog-comments-wrapper,
	.sidebar-left.search .blog-comments-wrapper {
		display: none;
	}

	.sidebar-left .alignwide,
	.sidebar-left .alignfull,
	.sidebar-right .alignwide,
	.sidebar-right .alignfull {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

	.page.sidebar-active .sidebar-main {
		margin-top: 50px;
	}
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	position: relative;
	margin-bottom: 3rem;
	clear: both;
}

.widget a {
	color: inherit;
}

.widget a:hover {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

.widget-title {
	font-size: 150%;
	font-weight: 600;
}

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

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li {
	border-top: 1px solid #e6e6e6;
	position: relative;
	padding-left: 20px;
}

.widget_archive ul li a:empty,
.widget_categories ul li a:empty,
.widget_links ul li a:empty,
.widget_meta ul li a:empty,
.widget_nav_menu ul li a:empty,
.widget_recent_comments ul li a:empty,
.widget_recent_entries ul li a:empty,
.widget_rss ul li a:empty,
.widget_pages ul li a:empty {
	min-height: 39px;
}

.widget-title + ul > li:first-child {
	border-top: 0 none;
}

.widget_archive ul li,
.widget_categories ul li,
/* .widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a, */
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li
/* .widget_pages ul li a */ {
	padding: 0.4em 0 0.4em 20px;
}

/* These can't afford having display: block; for <a >  tags due to ability to insert additional content next to the links in [Appearance  >  Widgets] */

/* .widget_archive ul li a, */

/* .widget_categories ul li a, */
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,

/* .widget_recent_comments ul li a, */

/* .widget_recent_entries ul li a, */

/* .widget_rss ul li a, */
.widget_pages ul li a {
	display: block;
	padding: 0.4em 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_pages ul li a {
	font-weight: 600;
}

.widget_categories .children li {
	border-top: 1px solid #e6e6e6;
	margin-top: 0.4em;
}

.widget_categories .children li:last-child {
	padding-bottom: 0;
}

.widget_archive > ul,
.widget_categories > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > div > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_pages > ul {
	border-bottom: 1px solid #e6e6e6;
}

.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_links ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before,
.widget_pages ul li a:before {
	content: " > ";
	position: absolute;
	top: 0.75em;
	left: 0;
	color: var(--accent-color, #00a5a5);
	font-family: daishoicons, sans-serif;
	font-size: 13px;
}

.widget .current-menu-item > a,
.widget .current_page_item > a,
.widget_categories .current-cat > a {
	font-weight: 700;
	color: var(--accent-color, #00a5a5);
}

.widget_tag_cloud a {
	text-decoration: none;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.widget_tag_cloud a:hover {
	text-decoration: none;
	color: var(--accent-color, #00a5a5);
}

.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss li > cite {
	font-size: 75%;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss .rssSummary {
	font-size: 87.5%;
}

.widget_rss .rss-date {
	display: block;
}

.site-footer .widget-title {
	border-bottom: 3px solid #ddd;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 7px;
	margin: 0;
	font-size: 81.25%;
	border-radius: 0;
	box-shadow: 0 none;
}

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

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	width: 100%;
	color: #787878;
}

.site-footer .inner {
	width: calc(100% - 30px);
	max-width: 1120px;
	margin: 0 auto;
}

.site-footer .wp-block-columns {
	display: block;
}

.site-footer hr {
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 50px auto;
	width: 100%;
	height: 0;
}

.site-footer .inner > hr:first-child {
	margin-top: 0;
}

.site-footer .footer-client-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 25px 0;
}

.site-footer .footer-client-logos img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 25px auto;
}

.site-footer .footer-client-logos img:first-child {
	margin: 0 auto 25px auto;
}

.site-footer .footer-client-logos img:last-child {
	margin: 25px auto 0 auto;
}

.site-footer .footer-fa {
	text-align: center;
}

.site-footer .footer-fa a {
	margin: 0 25px 50px 25px;
	color: #c6cacb;
	font-size: 32px;
}

.site-footer .footer-fa a:hover {
	color: var(--accent-color, #00a5a5);
	text-decoration: none;
}

.site-footer .copyright-notice {
	margin-bottom: 50px;
	color: #999;
	text-align: center;
}

@media (min-width: 768px) {
	.site-footer .wp-block-columns {
		display: flex;
	}

	.site-footer hr {
		margin: 20px auto;
	}

	.site-footer .footer-client-logos img {
		opacity: 0.5;
		filter: grayscale(1);
		max-width: 20%;
		margin: 0 auto;
		transition: filter 0.1s linear, opacity 0.1s linear;
	}

	.site-footer .footer-client-logos img:hover {
		opacity: 1;
		filter: grayscale(0);
	}

	.site-footer .footer-client-logos img:first-child {
		margin: 0 auto;
	}

	.site-footer .footer-client-logos img:last-child {
		margin: 0 auto;
	}

	.site-footer .copyright-notice {
		font-size: 14px;
		text-align: left;
	}

	.site-footer .footer-fa {
		text-align: right;
	}

	.site-footer .footer-fa a {
		margin: 0 0 0 20px;
		color: #c6cacb;
		font-size: 20px;
		line-height: 1.25;
	}

	.site-footer .footer-fa a:first-child {
		margin-left: 0;
	}

	.single-portfolio .site-footer {
		display: none;
	}
}

/**
 * Blocks
 */
@media (min-width: 600px) {
	.wp-block-column:nth-child(odd) {
		margin-right: 0;
	}
	.wp-block-column:nth-child(even) {
		margin-left: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
}

/**
 * Core blocks (embeds)
 * ----------------------------------------------------------------------------
 */
/**
 * core/embed
 *
 * All embeds share the same classes but some need adjustments.
 */
.wp-block-embed {
	margin-bottom: 2em;
}

.wp-block-embed figcaption {
	color: #646464;
	font-size: 0.75em;
}

.wp-block-embed.alignright {
	margin-left: 1em;
	margin-bottom: 1em;
}

.wp-block-embed.alignleft {
	margin-right: 1em;
	margin-bottom: 1em;
}

.wp-block-embed.aligncenter .wp-block-embed__wrapper > * {
	margin-right: auto;
	margin-left: auto;
}

/* Fix WordPress scaling bug or Instagram embed will not be responsive. */
@media (max-width: 720px) {
	.wp-block-embed iframe {
		min-width: 0 !important;
		max-width: 100% !important;
	}
}

/* Fix Facebook embed. It has forced 750px width so it needs to overflow. */
.wp-block-embed-facebook .wp-block-embed__wrapper {
	overflow-x: auto;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width" > ,
 * but in the future W3C standard way. -ms- prefix is required for IE10 +  to
 * render responsive styling in Windows 8 "snapped" views; IE10 +  does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
