/*
Theme Name: aisi
Theme URI: https://wpenjoy.com/themes/aisi
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: aisi is a responsive & mobile friendly WordPress theme for content-based blogs and websites. It provides a magnificent showcase for your content, perfect for personal bloggers and content creators. Theme Demo: https://demo.wpenjoy.com/blogshare
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.2
Requires at least: 4.9
Requires PHP: 5.6
Text Domain: aisi
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
.one-line,
.two-lines,
.content-loop .entry-title,
.three-lines,
.four-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.one-line { -webkit-line-clamp: 1; }
.two-lines, .content-loop .entry-title { -webkit-line-clamp: 2; }
.three-lines { -webkit-line-clamp: 3; }
.four-lines { -webkit-line-clamp: 4; }

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

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

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

nav ul { list-style: none; }
ul { list-style: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

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

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

input, select { vertical-align: middle; }

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

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

figure > img { display: block; }

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

img[class*="align"],
img[class*="attachment-"] { height: auto; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

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

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

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

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

.wp-caption .wp-caption-text { margin: 0.5075em 0; }
.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Defaults
--------------------------------------------------------------*/
strong, b { font-weight: bold; }

input, textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea { -webkit-appearance: none; }

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #333;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #bfbfbf;
}

input[type="file"] { box-shadow: none; }

textarea { padding: 10px 15px; }

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  padding: 0 10px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

table {
  color: #333333;
  border-width: 1px;
  border-color: #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}

table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #f0f0f0;
}

table tr:hover td { background-color: #f9f9f9; }

table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #ffffff;
}

.alignleft  { float: left;  margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.alignnone { display: block; }

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

.sticky, .bypostauthor { background: inherit; color: inherit; }

.full-width { float: none; width: 100% !important; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-nav {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  color: #fff;
}

.breadcrumbs-nav * { display: inline-block; }

.breadcrumbs-nav a,
.breadcrumbs-nav a:visited {
  background: url("assets/img/arrow-right.png") no-repeat right center;
  background-size: 7px 7px;
  color: #fff;
  padding-right: 14px;
  margin-right: 2px;
}

.breadcrumbs-nav > *:last-child a {
  background: none !important;
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-nav a:hover,
.breadcrumbs-nav a:visited:hover { color: #fff; }

/*--------------------------------------------------------------
# Search input
--------------------------------------------------------------*/
.search-input {
  background: #fff;
  border: 1px solid #ddd;
  height: 38px;
  line-height: 38px;
  color: #333;
  text-indent: 5px;
}

.search-input:focus {
  background-color: #fff;
  border-color: #bfbfbf;
}

/*--------------------------------------------------------------
# Entry / Post Styles
--------------------------------------------------------------*/
.entry-title {
  font-weight: bold;
  line-height: 1.3;
}

.page-title {
  font-size: 1.6em;
  margin-bottom: 25px;
  line-height: 1.2;
}

.entry-content iframe,
.entry-content video,
.page-content iframe,
.page-content video {
  aspect-ratio: 16/9;
}

/* Entry Tags */
.entry-tags span {
  font-size: 13px;
  margin-right: 10px;
}

.entry-tags .tag-links a {
  border: 1px solid #1558d4;
  border-radius: 2px;
  display: inline-block;
  color: #1558d4;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  position: relative;
}

.entry-tags .tag-links a:hover {
  background-color: #1558d4;
  border-color: #1558d4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Entry Content (post / page body)
--------------------------------------------------------------*/
.page-content .wp-post-image,
.entry-content .wp-post-image {
  margin-bottom: 10px;
  width: 100%;
}

.page-content a,
.entry-content a { text-decoration: underline; }

.page-content a:hover,
.entry-content a:hover { text-decoration: none; }

.page-content h1, .page-content h2, .page-content h3,
.page-content h4, .page-content h5, .page-content h6,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 25px;
  line-height: 1.35;
}

.page-content h1, .entry-content h1 { font-size: 30px; }
.page-content h2, .entry-content h2 { font-size: 26px; }
.page-content h3, .entry-content h3 { font-size: 22px; }
.page-content h4, .entry-content h4 { font-size: 18px; }
.page-content h5, .page-content h6,
.entry-content h5, .entry-content h6 { font-size: 16px; }

.page-content p, .entry-content p {
  line-height: 1.7;
  margin-bottom: 25px;
}

.page-content ul, .page-content ol,
.entry-content ul, .entry-content ol {
  margin: 0 0 25px 0;
}

.page-content ul ul, .page-content ul ol,
.page-content ol ul, .page-content ol ol,
.entry-content ul ul, .entry-content ul ol,
.entry-content ol ul, .entry-content ol ol {
  margin: 8px 0 0 25px;
}

.page-content ul li, .entry-content ul li {
  list-style: disc inside;
  margin: 0 0 10px 0;
  position: relative;
}

.page-content ol li, .entry-content ol li {
  list-style: inside decimal;
  margin: 0 0 10px 0;
}

.page-content select, .entry-content select { padding: 0 5px; }
.page-content dl, .entry-content dl { margin-bottom: 20px; }

.page-content fieldset, .entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"], .entry-content input[type="radio"] { -webkit-appearance: radio; }
.page-content input[type="checkbox"], .entry-content input[type="checkbox"] { -webkit-appearance: checkbox; }

.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.page-content label, .entry-content label {
  display: inline-block;
  font-weight: bold;
}

.page-content table, .entry-content table { margin-bottom: 20px; }

.page-content select, .entry-content select {
  border: 1px solid #e9e9e9;
  font-size: 1em;
  height: 2em;
  max-width: 100%;
  -webkit-appearance: menulist;
}

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px;
}

.page-content input[type="file"], .entry-content input[type="file"] { border: none; }

.page-content textarea, .entry-content textarea {
  width: 100%;
  height: 200px;
}

.page-content .wp-caption, .entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0;
}

.page-content .wp-caption-text, .entry-content .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  color: #999;
}

.page-content pre,
.page-content .wp-block-preformatted,
.entry-content pre,
.entry-content .wp-block-preformatted {
  background: #222;
  color: #fff;
  padding: 10px 15px;
  margin: 0 0 25px 0;
  white-space: pre-wrap;
}

blockquote {
  color: #999999;
  font-size: 18px;
  font-style: italic;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative;
}

blockquote cite { color: #333333; display: block; margin-top: 10px; }
blockquote cite:before { content: "\2014 \2009"; }
blockquote p:last-child { margin-bottom: 0; }

#primary p, .widget p { line-height: 1.7em; }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  background-color: #fff;
  width: 100%;
  padding: 20px 0 10px;
  text-align: center;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 24px;
  height: 30px;
  border: 1px #ddd solid;
  color: #666;
  border-radius: 4px;
  margin: 0 4px;
}

.pagination .page-numbers.current {
  border-color: #1558d4;
  background-color: #1558d4;
  color: #fff;
}

.pagination .prev, .pagination .next {
  width: auto;
  padding: 0 10px;
}

.pagination .page-numbers:hover {
  border-color: #1558d4;
  background-color: #1558d4;
  color: #fff;
}

.pagination .page-numbers.dots { background-color: transparent; padding: 0; }
.pagination .page-numbers.dots:hover { color: #333; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  border-top: 1px solid #e9e9e9;
  margin-top: 20px;
  padding-top: 20px;
}

.comments-title, .comment-reply-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.comment-list {
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
  margin: 0 0 25px 0;
}

.comment-author { font-size: 14px; position: relative; }
.comment-meta { margin-bottom: 4px; }

.comment-list .reply,
.comment-metadata { font-size: 13px; }

.comment-list .reply { margin-top: 10px; }
.comment-author .fn { font-weight: bold; }
.comment-author a { color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .trackback a:visited,
.comment-list .pingback a,
.comment-list .pingback a:visited,
.comment-metadata a,
.comment-metadata a:visited,
.comment-list .reply a,
.comment-list .reply a:visited { color: #767676; }

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover { color: #333; }

.comment-author a:hover { color: #333; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback { margin: 0 0 20px 0; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child { border-top: 0; }

.comment-author .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: auto;
}

.says { display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply { padding-left: 64px; }

.comment-author { display: inline; }
.comment-metadata { display: inline; margin-left: 7px; }
.comment-edit-link { margin-left: 10px; }
.comment-edit-link:hover { text-decoration: none; }
#cancel-comment-reply-link:hover { text-decoration: none; }
.comment-reply-link:hover { text-decoration: none; }

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content a:hover { text-decoration: underline; }

.comment-content ul,
.comment-content ol { margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol { margin-bottom: 0; }

.comment-content > :last-child { margin-bottom: 0; }

.comment-list .children { list-style: none; margin-left: 64px; }

.comment-respond:after { clear: both; content: " "; display: block; }
.comment .comment-respond { margin: 25px 0; }
.comment-respond h3 { margin-top: 0; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code { color: #767676; }

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.no-comments a,
.form-allowed-tags a,
.form-allowed-tags code a { color: #767676; }

.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.no-comments a:hover,
.form-allowed-tags a:hover,
.form-allowed-tags code a:hover { color: #333; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as { font-size: 14px; margin-bottom: 10px; }

.comments-area .no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url { margin-bottom: 20px; }

.comment-form textarea { width: 100%; }

.comment-form .comment-form-author { float: left; width: 48.5%; }
.comment-form .comment-form-email { float: right; width: 48.5%; }
.comment-form .comment-form-url { width: 100%; clear: left; }

.comment-form:after { content: ''; display: block; clear: both; }

.comment-form .submit {
  font-size: 14px;
  padding: 10px 25px;
  background-color: #222;
  color: #fff;
  margin-bottom: 10px;
}

.comment-form-cookies-consent { margin: 0 0 20px 0; }
.comment-form-cookies-consent label { font-weight: normal !important; }
.comment-form label { font-size: 14px; font-weight: bold; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] { width: 100%; }

.form-allowed-tags, .form-allowed-tags code { font-size: 12px; line-height: 1.5; }
.required { color: #c0392b; }

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous { display: inline-block; }

.comment-navigation .nav-previous a { margin-right: 10px; }

#comment-nav-above { margin-top: 36px; margin-bottom: 0; }

/*--------------------------------------------------------------
# Tag Cloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
  background-color: transparent;
  border: 1px solid #1558d4;
  border-radius: 2px;
  display: inline-block;
  color: #1558d4 !important;
  font-size: 12px !important;
  height: 26px;
  line-height: 24px;
  margin: 0 3px 5px 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: #1558d4;
  color: #fff !important;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Recent Posts Widget
--------------------------------------------------------------*/
.widget_recent_entries .post-date {
  font-size: 13px;
  color: #999;
  margin-left: 5px;
}

/*--------------------------------------------------------------
# WP Calendar Widget
--------------------------------------------------------------*/
#wp-calendar { width: 100%; font-size: 12px; }

#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  border-top: none;
  font-size: 12px;
  padding: 0;
}

#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #e9e9e9;
  line-height: 2.5em;
  padding: 0;
  transition: background 0.15s ease;
}

#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tfoot td { padding: 4px; }

#wp-calendar caption {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 0;
  outline: 0 none;
  background: #1558d4;
  color: #fff;
}

#wp-calendar tbody a { display: block; text-decoration: underline; }

#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a7a7a7;
}

.wp-calendar-nav { font-size: 12px; text-transform: uppercase; }
.wp-calendar-nav:after { content: " "; clear: both; display: block; }
.wp-calendar-nav-next { float: right; }

/*--------------------------------------------------------------
# Theme Base
--------------------------------------------------------------*/
body, label, input, textarea, button, table {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

/*# sourceMappingURL=style.css.map */
