/*!
Theme Name: Jinco Theme
Theme URI: https://jinand.co/
Author: Jin Wang
Author URI: https://jinand.co/
Description: Description
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jinco-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jinco-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Captions
--------------------------------------------- */
.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.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.notification-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding: 15px;
}
.notification-wrapper .alert-warning {
  background-color: #ffd48a;
  border-left: 5px solid #8a5700;
}
.notification-wrapper .alert__icon {
  font-size: 30px;
  margin: 0 1rem;
  color: #8a5700;
}
.notification-wrapper .alert-text {
  color: #8a5700;
  text-transform: uppercase;
}
.notification-wrapper .alert__close {
  padding: 0;
  color: black;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0 1rem;
}
.notification-wrapper .alert__close span {
  font-size: 2rem;
  color: #8a5700;
}

.alert-modal {
  padding: 0;
  background: #F39C12;
}
.alert-modal .remodal-close {
  right: 25px;
  position: absolute;
  left: auto;
  top: -15px;
  display: block;
  width: auto;
}
.alert-modal .remodal-close:before {
  background: #33230b;
  color: #fff;
  border-radius: 50%;
}
.alert-modal .icon {
  padding: 30px;
  margin-right: 10px;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.alert-modal .icon i {
  font-size: 50px;
}
.alert-modal .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
  grid-template-columns: 1fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-modal .content {
  text-align: left;
  margin-left: 1.5rem;
}
.alert-modal .content p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.alert-modal .content a {
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}