@charset "UTF-8";

/*
Theme Name: JianZhanPress BlogB5-TouTiao
Theme URI: https://www.jianzhanpress.com/jzp-blog/
Author: JianZhanPress.com
Author URI: https://www.jianzhanpress.com
Description: JianZhanPress Blog is a Simple and easy to use blogger Theme.
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: JianZhanPress Blog
Tags: blog, simple blog, jianzhanpress blog

JianZhanPress Blog, (C) 2020 WordPress.org
JianZhanPress Blog is distributed under the terms of the GNU GPL.
*/

body a {
	color:#333;
	text-decoration: none;
}
body a:hover {
	color:#dc3545;
}
.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



#menu-header {

}
#menu-header a{
	color:#333;
}
#menu-header a:hover{
	color: #dc3545;
}
#menu-header .current-menu-item a ,#menu-header .current-menu-parent a{
	color: #dc3545;
}

#menu-header-1 {

}
#menu-header-1 .nav-item{
	width:100%;
	
	text-align:center;
	
}
#menu-header-1 a{
	background:#dc3545;
	color:#fff;
	border-bottom:1px solid #cf2939;

}
#menu-header-1 li.menu-item-home a{
	background:#dc3545;
	color:#fff;
	border-bottom:1px solid #cf2939;
}
#menu-header-1 li.menu-item-home a:hover{
	background:#dc3545;
	color:#fff;
	border-bottom:1px solid #cf2939;
}
#menu-header-1 a:hover{
	background:#fff;
	color: #333;
	border-bottom:1px solid #fff;
}
#menu-header-1 .current-menu-item a ,#menu-header-1 .current-menu-parent a{
	background:#fff;
	color: #333;
	border-bottom:1px solid #fff;
}
.search-submit {
  outline:0px;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding:5px 20px;
  border:0px;
  border-radius: 0.25rem;
  border-top-left-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  position: absolute !important;
  z-index:2;
  top:2px;
  right:1px;
  
}
.search-submit:hover {
  color: #fff;
  background-color: #d22b3b;
  border-color: #d22b3b;
}
form.search {
	position: relative !important;
	width:100%;
}
input.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.size-img-fluid {
	max-width:100%;
	height:auto;
	background:#dc3545;
}
.wp-post-image {
	max-width:100%;
	height:auto;
}
.archive figure {
	max-width:100%;
	width:300px;
	height:auto;
}
.archive figure img{
	max-width:100%;
	width:300px;
	height:auto;
}
.author-bio {
	background:#f8f9fa;
}
.comments-area {
	padding:0px;
	margin:0px;
	border:solid 1px #f8f9fa;
}

.comments-area .comments-title {
	padding:15px;
}
.comments-area nav {
	padding:15px;
	text-align:center;
}
.comments-area nav .nav-links .current {
	color:#dc3545;
}


.comment-list {

}

.comment-list .comment-body{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	padding:15px;
	margin-right:20px;
	margin-bottom:20px;
	background:#f8f9fa;
}


.comment-list .comment-metadata time {
	color: #6c757d;
}
.comment-list .comment-content {
	color: #6c757d;
}
.comment-list .reply{
	text-align:right;
	
}
.comment-respond {
	padding:15px;
}
.comment-respond .comment-reply-title{
	
}
.comment-respond .comment-form{
	
}

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

.comment-form-author {
	
}
.form-submit .submit{
	width:100%;
	background:#dc3545;
	color:#fff;
	border:none;
	height:3rem;
}






/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel .carousel-indicators {
  position: absolute;
  right: 8px;
  top: 8px;
  left: 0;
  z-index: 1020;
  display: flex;
  justify-content: end;
  padding: 0;
  margin-right: 0%;
  margin-top: 0%;
  margin-left: 0%;
  height:6px;
  list-style: none;


}
#myCarousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd;
  background-clip: padding-box;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
#myCarousel .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
#myCarousel .carousel-indicators .active {
  background-color: #dc3545;
  width: 30px;
  opacity: 1;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.95;
  transition: opacity 0.15s ease;
}
#myCarousel .carousel-control-prev-icon,
#myCarousel .carousel-control-next-icon {
	position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
 
}
#myCarousel .carousel-control-prev-icon {
	left:15px;
}

#myCarousel .carousel-control-next-icon {
	right:15px;
}

#myCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#myCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-next:hover {
  color: #dc3545;


 
}
/* Carousel 2 base class */
#myCarousel {
	position:relative;
}
#myCarousel .carousel-item {
	
   height:auto;
}
#myCarousel .carousel-item img{
  min-height: 100px;
   height:auto;
}
#myCarousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
    padding:0px;
	margin:0px;
   width:100%;
   height:auto;
  
  z-index: 10;
}
#myCarousel .carousel-caption h2{
	color:#000;
}
#myCarousel .carousel-caption p{
	color:#333;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
#myCarousel .carousel-caption {
	text-align:left;
}
#myCarousel .carousel-item {
  min-height: 486px;
   height:auto;
}
}

.slider-title {
	position: absolute;
	z-index:2;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
	padding:15px;
}
.slider-title a{
	color:#fff;
}
.slider-title h4,.slider-title h6{
	margin-top:auto;
}
.slider-title h4 a.slider-title h6 a{
	color:#fff;
}
.slider-title p a{
	color:#fff;
}
.news-img {
	position: relative !important;
}
.post-sticky {
	position: absolute !important;
	left:0px;
	top:0px;
	z-index:2;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:4px 8px;
	border-top-left-radius: 0em;
	border-top-right-radius: 0.1em;
    border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0.1em;
}

.blog-post {

}

.widget_block {

}
.widget_block .has-background h3{
	border-left:solid 0px #dc3545;
	padding-left:0px;
}

.widget_block h3{
	border-left:solid 5px #dc3545;
	padding-left:8px;
}
.widget_block .wp-block-latest-posts__list {

}
.widget_block .wp-block-latest-posts__list li{
	padding:10px 0px;
	border-bottom:solid 1px #f8f9fa;
}
.widget_block .wp-block-latest-posts__list li a{
	color:#333;
}

.wp-block-tag-cloud {
	
}

a.tag-cloud-link {
	background:#f8f9fa;
	padding:3px 4px;
	font-style:normal;
	font-size:1rem!important;
	line-height:2.25rem;
	word-break: keep-all; white-space: nowrap; 
	border: 0px solid #dee2e6 !important;
	border-radius: 0.25rem !important;
	
}