:root {
  --fontFamily: 'Noto Sans JP', sans-serif;
  --mainColor: #e01a33;
  --optionalColor: #666666;
  --whiteColor: #ffffff;
  --blackColor: #1a2238;
  --fontSize: 15px;
  --transition: .5s;
}

/*Unit Test CSS*/
.blog-details-area .blog-details-content .nice-select {
  width: 100%;
  margin-bottom: 10px;
}

.blog-details-area .blog-details-content .nice-select ul {
  padding-left: 0;
  margin-top: 10px;
}

.blog-details-area .blog-details-content .nice-select ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-left: 20px;
}

.blog-details-area .blog-details-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-details-area .blog-details-content p a {
  text-decoration: underline;
}

.blog-details-area .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details-area .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details-area .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details-area .blog-details-content dl, .blog-details-area .blog-details-content ol, .blog-details-area .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-area .blog-details-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.blog-details-area .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details-area .blog-details-content dd a {
  text-decoration: underline;
}

.blog-details-area .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details-area .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 20px;
}

.blog-details-area .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #737b9a;
}

.blog-details-area .blog-details-content ul li a {
  text-decoration: underline;
}

.blog-details-area .blog-details-content ul li a:hover {
  text-decoration: none;
}

.blog-details-area .blog-details-content ul li ol {
  margin: 5px 0 0;
  list-style-type: decimal;
}

.blog-details-area .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details-area .blog-details-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.blog-details-area .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details-area .blog-details-content ul li ul li ol {
  list-style-type: decimal;
}

.blog-details-area .blog-details-content ul li ul li ol li {
  list-style-type: decimal;
}

.blog-details-area .blog-details-content ol {
  padding-left: 20px;
}

.blog-details-area .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  color: #737b9a;
}

.blog-details-area .blog-details-content ol li a {
  text-decoration: underline;
}

.blog-details-area .blog-details-content ol li a:hover {
  text-decoration: none;
}

.blog-details-area .blog-details-content ol li ol, .blog-details-area .blog-details-content ol li ul {
  margin: 5px 0 0;
}

.blog-details-area .blog-details-content b, .blog-details-area .blog-details-content strong {
  font-weight: 600;
}

.blog-details-area .blog-details-content dfn, .blog-details-area .blog-details-content cite, .blog-details-area .blog-details-content em {
  font-style: italic;
}

.blog-details-area .blog-details-content code, .blog-details-area .blog-details-content kbd, .blog-details-area .blog-details-content tt, .blog-details-area .blog-details-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-details-area .blog-details-content kbd {
  background-color: #676767;
}

.blog-details-area .blog-details-content mark, .blog-details-area .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.blog-details-area .blog-details-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
}

.blog-details-area .blog-details-content abbr, .blog-details-area .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details-area .blog-details-content .wp-calendar-nav {
  margin-top: -40px;
  margin-bottom: 22px;
}

.blog-details-area .blog-details-content .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.blog-details-area .blog-details-content .wp-calendar-nav .wp-calendar-nav-prev {
  float: left;
}

.blog-details-area .blocks-gallery-caption {
  margin-bottom: 8px;
}

.blog-details-area .wp-block-group__inner-container {
  padding: 30px;
}

.blog-details-area .wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.blog-details-area .wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.blog-details-area .wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.blog-details-area .wp-block-tag-cloud a {
  display: inline-block;
  background: var(--whiteColor);
  color: var(--blackColor);
  padding: 7px 15px;
  border: none;
  text-decoration: none !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.blog-details-area .wp-block-tag-cloud a:hover, .blog-details-area .wp-block-tag-cloud a:focus {
  color: var(--whiteColor) !important;
  background-color: var(--mainColor);
}

.blog-details-area .wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.blog-details-area .wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.blog-details-area .wp-block-search .screen-reader-text {
  display: none;
}

.blog-details-area .wp-block-search .wp-block-search__input {
  background-color: var(--whiteColor);
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-area .wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-area .wp-block-search button:hover {
  color: var(--whiteColor);
  background: #393953 !important;
}

/* Template: Comments */
.comments-area .comments-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}

.comments-area .comments-title::before {
  content: '';
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comments-area .comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
}

.comments-area .comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comments-area .comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.comments-area .comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.comments-area .comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comments-area .comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comments-area .comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content p a {
  text-decoration: underline;
}

.comments-area .comment-content p a:hover {
  text-decoration: none;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content dd a {
  text-decoration: underline;
}

.comments-area .comment-content dd a:hover {
  text-decoration: none;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comments-area .comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 5px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.comments-area .comment-content kbd {
  background-color: #676767;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.comments-area .comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.comments-area blockquote {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* End Template: Comments */
/* Comments list style */
#comments {
  clear: both;
  padding: 30px;
  margin-top: 30px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #eee;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #eee;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 7px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 15px;
}

#comments .comment-list .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

#comments .comment-list .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

#comments .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 600;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  color: #615b5b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

#comments .comment-metadata a {
  color: #615b5b;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

/* End Comments list style */
/* Comment form */
.comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.comment-respond .comment-reply-title::before {
  content: '';
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  margin-left: 12px;
}

.comment-respond form {
  overflow: hidden;
}

.comment-respond form label {
  display: block;
  font-weight: 800;
  color: #444967;
  margin-bottom: 10px;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  outline: 0;
  font-size: 14.5px;
  border-radius: 3px;
  color: var(--blackColor);
  padding: 1px 0 0 15px;
  background-color: #f5f5f5;
}

.comment-respond textarea {
  height: auto !important;
}

.comment-respond .form-submit {
  text-align: left;
  margin-top: 0;
  line-height: 1.8;
  margin-top: 20px;
}

.comment-respond .form-submit input {
  border: none;
  color: var(--whiteColor);
  background: var(--mainColor);
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  font-weight: 700;
  font-size: var(--fontSize);
}

.comment-respond .form-submit input:hover {
  color: var(--whiteColor);
}

.comment-respond input, .comment-respond textarea {
  padding-top: 15px;
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: thin dotted !important;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.comment-respond p.comment-notes {
  line-height: 25px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 15px !important;
  margin-bottom: 10px;
}

.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.comment-respond .required {
  color: red;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: #737b9a;
}

.wp-block-image figcaption a {
  text-decoration: underline;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin: 20px 0;
  clear: both;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
  color: #fff !important;
  background: var(--mainColor);
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
  color: #32373c !important;
  border: 2px solid;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #737b9a;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #eaeaea;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 800;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
  background-color: var(--mainColor);
}

.page-links .current {
  color: #ffffff;
  background-color: var(--mainColor);
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: '-';
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 800;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 800;
}

.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.blog-details-area .post-tag-media {
  background-color: #ffffff;
  clear: both;
  margin-top: 20px;
  padding: 10px 25px;
  clear: both;
}

.blog-details-area .post-tag-media ul {
  padding: 0;
  margin-top: 20px;
}

.blog-details-area .post-tag-media ul li {
  display: inline-block;
  margin: 5px 0;
}

.blog-details-area .post-tag-media ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.blog-details-area .post-tag-media ul li a {
  color: #606060 !important;
  margin-left: 5px;
  text-transform: capitalize;
  font-size: 13px;
  border: 1px solid #ececec;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fff;
}

.blog-details-area .post-tag-media ul li a:hover {
  color: #ffffff !important;
  background-color: var(--mainColor);
}

.wp-block-gallery {
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: 400;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
  color: #fff;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 800;
  display: table;
  margin: 15px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: var(--blackColor);
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: var(--blackColor);
  font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote::before {
  left: 0;
  top: -11px;
  font-size: 75px;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote::after {
  display: none;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 15px 0 0;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
  color: red;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .trackback a.url {
  margin-top: 5px;
  font-size: 14px;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .pingback .comment-body a {
  color: red;
  text-decoration: underline;
}

.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback a.url {
  margin-top: 5px;
  font-size: 14px;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
  font-size: 15px;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 6px 15px;
  margin-left: 0;
  padding-left: 0;
}

.post-password-form label input:focus {
  outline: thin dotted !important;
}

.post-password-form input[type="submit"] {
  border: 1px solid var(--mainColor);
  color: #fff;
  background-color: var(--mainColor);
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  border: 1px solid var(--mainColor);
  color: #fff;
}

/* End Post password form style */
/* Comment navigation */
.comment-navigation .nav-previous {
  margin-bottom: 25px;
}

.comment-navigation .nav-previous a {
  border: 1px solid #eee;
  background: #fff;
  padding: 8px 18px;
  font-size: 15px;
  display: inline-block;
  padding-top: 7px;
}

.comment-navigation .nav-previous a:hover {
  color: #fff;
  background-color: var(--mainColor);
}

.comment-navigation .nav-next {
  margin-bottom: 25px;
}

.comment-navigation .nav-next a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 15px;
  display: inline-block;
  padding-top: 7px;
}

.comment-navigation .nav-next a:hover {
  color: #fff;
  background-color: var(--mainColor);
}

/* End Comment navigation */
/* Post search not found form */
.no-results {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: var(--whiteColor);
  padding: 35px;
}

.no-results h1.page-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.no-results form {
  position: relative;
}

.no-results form label {
  display: block;
  margin-bottom: 0;
}

.no-results form .screen-reader-text {
  display: none;
}

.no-results form .search-field {
  background-color: #f6f4f7;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #f6f4f7;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.no-results form button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  font-size: 20px;
  line-height: 55px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  color: var(--whiteColor);
  border-radius: 5px;
}

/* Resent posts with thumb */
.widget_skita_posts_thumbs {
  position: relative;
}

.widget_skita_posts_thumbs .item {
  position: relative;
  padding-left: 95px;
}

.widget_skita_posts_thumbs .item .thumb {
  top: 0;
  left: 0;
  width: 80px;
  float: unset;
  height: 80%;
  display: block;
  position: absolute;
  border-radius: 0 0 15px 15px;
  border-bottom: 3px solid #d6d6d6;
}

.widget_skita_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 100%;
  display: inline-block;
  border-radius: 0 0 15px 15px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget_skita_posts_thumbs .item .thumb::before, .widget_skita_posts_thumbs .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget_skita_posts_thumbs .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget_skita_posts_thumbs .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget_skita_posts_thumbs .item .info .title {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 14px;
}

.widget_skita_posts_thumbs .item .info .title a {
  display: inline-block;
}

.widget_skita_posts_thumbs .item .info .meta {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget_skita_posts_thumbs .item .info .meta li {
  display: inline-block;
  margin-right: 15px;
  overflow: inherit;
  list-style-type: none;
  color: #a0aec0;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.widget_skita_posts_thumbs .item .info .meta li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.widget_skita_posts_thumbs .item .info .meta li a {
  display: inline-block;
  color: #a0aec0;
}

.widget_skita_posts_thumbs .item .info .meta li a:hover {
  color: var(--mainColor);
}

.widget_skita_posts_thumbs .item .info .meta li:last-child {
  margin-right: 0;
}

.widget_skita_posts_thumbs .item .info .meta li::before {
  display: none;
}

.widget_skita_posts_thumbs .item:last-child {
  margin-bottom: 0;
}

.widget_skita_posts_thumbs .item:hover .thumb::before, .widget_skita_posts_thumbs .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.widget_skita_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 26px;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.page-main-content kbd {
  background-color: #616161;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

table td, table th {
  padding: 12px 10px;
  border: 1px solid #eaeaea;
}

table td a {
  font-weight: 600;
  text-decoration: underline;
}

table td a:hover {
  text-decoration: none;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

table tbody tr th {
  font-weight: 600;
}

.skita-single-blank-page {
  height: 320px;
}

/* End Page Markup And Formatting */
.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
  margin-top: 7px !important;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass .blocks-gallery-grid {
  margin-top: 0 !important;
}

.wp-block-file .wp-block-file__button {
  background-color: var(--mainColor);
}

a.wp-block-file__button {
  color: #fff !important;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.sidebar {
  padding-left: 15px;
}

.sidebar .widget {
  margin-top: 30px;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 30px;
  background-color: #f7f8fa;
  padding: 25px;
}

.sidebar .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 22px;
}

.sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.sidebar .widget ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: var(--blackColor);
  padding-left: 18px;
  font-weight: 600;
  font-size: 15px;
}

.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget ul li::before {
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
  background-color: var(--mainColor);
}

.sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.sidebar .widget_search form {
  position: relative;
}

.sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.sidebar .widget_search form .screen-reader-text {
  display: none;
}

.sidebar .widget_search form .search-field {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  background-color: #ffffff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 400;
}

.sidebar .widget_search form .search-field::-webkit-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field:-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field::-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field::placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.sidebar .widget_search form button {
  top: 5px;
  right: 5px;
  padding: 0;
  width: 40px;
  border: none;
  height: 40px;
  font-size: 20px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f7f8fa;
}

.sidebar .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--mainColor);
}

.sidebar .widget_search form button:hover {
  border-radius: 5px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.sidebar .widget_search form button:hover i {
  color: var(--whiteColor);
}

.sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 13.5px;
  padding: 8px 15px;
}

.sidebar .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}

.sidebar .nice-select .option {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 100%;
  font-size: 14px;
  text-transform: capitalize;
}

.sidebar .nice-select ul li::before {
  display: none;
}

.sidebar .nice-select ul {
  padding-top: 12px;
}

.sidebar .nice-select ul li {
  margin-bottom: 0px;
}

.sidebar .nice-select .option.selected.focus {
  display: none;
}

.sidebar .nice-select .list {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
  list-style-type: none;
  width: 100%;
  margin-top: 5px;
}

.sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
  top: 10px;
}

.sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: 600;
}

.sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}

.sidebar .widget_rss ul li .rssSummary {
  color: #222222;
  line-height: 25px;
  font-size: 14px;
}

.sidebar .widget_rss ul li cite {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.sidebar .tagcloud a {
  display: inline-block;
  background: var(--whiteColor);
  color: var(--blackColor);
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.sidebar .tagcloud a:hover, .sidebar .tagcloud a:focus {
  color: var(--whiteColor);
  background: var(--mainColor);
}

.sidebar .widget_text p img {
  margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}

.sidebar .calendar_wrap table {
  margin: 0;
  width: 100%;
  text-align: center;
}

.sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
  text-decoration: none;
}

.sidebar .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 800;
}

.sidebar .calendar_wrap caption {
  padding-top: 0;
  color: #393d40;
  caption-side: top;
  font-weight: 600;
}

.sidebar .calendar_wrap .wp-calendar-nav-next {
  margin-top: 5px;
  float: right;
}

.sidebar .calendar_wrap .wp-calendar-nav-prev {
  margin-top: 5px;
}

.sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 400;
  font-size: 14px;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link a {
  font-weight: 500;
}

.sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.sidebar .widget_recent_entries ul li a {
  font-weight: 600;
  font-size: 15.5px;
}

.sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #767676;
}

.sidebar p {
  font-size: 14px;
}

.sidebar span.post-count {
  float: right;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.footer-area {
  border-top: 1px solid #eee;
}

.footer-area .single-footer-widget {
  margin-bottom: 30px;
}

.footer-area .single-footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}

.footer-area .single-footer-widget p {
  color: var(--optionalColor) !important;
}

.footer-area .single-footer-widget ul {
  padding-left: 17px;
  list-style-type: none;
  margin: 0;
}

.footer-area .single-footer-widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  color: var(--optionalColor) !important;
}

.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-area .single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: '';
  background: var(--optionalColor);
  left: -17px;
  top: 10px;
  position: absolute;
}

.footer-area .single-footer-widget ul li a {
  color: var(--optionalColor);
  -webkit-transition: prop time;
  transition: prop time;
}

.footer-area .single-footer-widget ul li a:hover {
  color: var(--mainColor);
}

.footer-area .single-footer-widget .item .info time {
  color: #d3d3d3;
}

.footer-area .widget_search form {
  position: relative;
}

.footer-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.footer-area .widget_search form .screen-reader-text {
  display: none;
}

.footer-area .widget_search form .search-field {
  background-color: white;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-area .widget_search form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  z-index: 1;
  border: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: var(--mainColor);
}

.footer-area .widget_search form button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-area .widget_search form button::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.footer-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.footer-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.footer-area select {
  height: 45px;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
}

.footer-area .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}

.footer-area .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}

.footer-area .nice-select .option:hover {
  background-color: #efefef;
}

.footer-area .nice-select ul li::before {
  display: none;
}

.footer-area .nice-select ul {
  padding-top: 12px;
}

.footer-area .nice-select ul li {
  margin-bottom: 0px;
}

.footer-area .nice-select .option.selected.focus {
  display: none;
}

.footer-area .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-area .calendar_wrap a {
  color: #000;
}

.footer-area .widget_rss img {
  margin-bottom: 0;
}

.footer-area .widget_rss .rsswidget {
  color: #000;
}

.footer-area .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}

.footer-area .widget_categories ul li .children {
  margin-top: 10px;
}

.footer-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-area .widget_pages ul li a {
  text-transform: capitalize;
}

.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
  top: 10px;
}

.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-size: 17px;
  color: var(--optionalColor);
  -webkit-transition: prop time;
  transition: prop time;
  font-weight: 600;
}

.footer-area .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--optionalColor) !important;
}

.footer-area .widget_rss ul li cite {
  color: var(--optionalColor) !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.footer-area .widget_rss ul li .rssSummary {
  color: var(--optionalColor) !important;
}

.footer-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: #fff;
}

.footer-area .tagcloud a:hover {
  color: #fff !important;
  background-color: var(--mainColor);
}

.footer-area .widget_text p {
  margin-top: 5px;
}

.footer-area .widget_text p:first-child {
  margin-top: 0;
}

.footer-area .widget_text p strong {
  font-size: 14px;
}

.footer-area .widget_text p img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}

.footer-area .calendar_wrap table {
  text-align: center;
  margin: 0;
  background: #fff;
}

.footer-area .calendar_wrap table caption {
  color: #000;
}

.footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #today {
  text-decoration: none;
  font-weight: 400;
}

.footer-area .calendar_wrap table #today a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
  font-size: 14px;
}

.footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
  text-decoration: none;
}

.footer-area .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: var(--optionalColor);
}

.footer-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.footer-area .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}

.footer-area .widget_recent_comments .recentcomments a {
  color: var(--optionalColor) !important;
}

.footer-area .widget_media_gallery .gallery {
  margin: 0;
}

.footer-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.footer-area .widget_recent_entries ul li {
  line-height: 1.5;
}

.footer-area .widget_recent_entries ul li a {
  font-weight: 600;
  font-size: 15.5px;
  color: var(--optionalColor) !important;
}

.footer-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
}

.footer-area span.post-count {
  float: right;
  color: var(--optionalColor) !important;
}

.footer-area img.rss-widget-icon {
  margin-top: -5px;
}

.footer-area .nice-select .current {
  display: block;
  padding-top: 1px;
}

.footer-area .nice-select ul li {
  color: #0c0c0c !important;
  text-transform: capitalize;
}

span.wp-calendar-nav-prev {
  position: relative;
  top: 8px;
}

.wp-calendar-nav-next {
  position: relative;
  top: 8px;
}

.admin-bar .navbar-area.is-sticky {
  top: 32px;
}

.skita-responsive-nav .logo h2 {
  font-size: 30px;
  margin: 0;
}

.page-title-area h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-title-area ul li {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .admin-bar .navbar-area.is-sticky {
    top: 0;
  }
  .no-results {
    padding-top: 32px;
  }
  .sidebar {
    padding-left: 0;
    padding-top: 25px;
  }
  table td, table th {
    padding: 3px 4px;
  }
  .single-blog-post .content .meta li {
    margin-top: 8px;
  }
  .post-tag-media ul li:first-child {
    margin-top: 0;
  }
  .page-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sidebar {
    padding-left: 0;
  }
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.elementor .gallery {
  margin: 0;
}

.no-results form button {
  background-color: var(--mainColor);
}

.wpcf7-list-item-label a {
  color: var(--mainColor);
}