@charset "UTF-8";

/*
Theme Name: JianZhanPress BlogB2
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;
}


.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
-------------------------------------------------- */

.jzp-carousel-2 #jzp-carousel-2 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 5%;
  list-style: none;
  
}
.jzp-carousel-2 #jzp-carousel-2 .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.jzp-carousel-2 #jzp-carousel-2 .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.jzp-carousel-2 #jzp-carousel-2 .carousel-indicators .active {
  background-color: #dc3545;
  opacity: 1;
}

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

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

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

.jzp-carousel-2 #jzp-carousel-2 .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");
}

.jzp-carousel-2 #jzp-carousel-2 .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");
}

/* Carousel 2 base class */
.jzp-carousel-2 {
	position:relative;
}
.jzp-carousel-2 #jzp-carousel-2 .carousel-item {
  height: 75vh;
 

}

.jzp-carousel-2 #jzp-carousel-2 .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
    padding:0px;
	margin:0px;
   width:100%;
   height:auto;
  
  z-index: 10;
}
.jzp-carousel-2 #jzp-carousel-2 .carousel-caption h2{
	color:#000;
}
.jzp-carousel-2 #jzp-carousel-2 .carousel-caption p{
	color:#333;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
.jzp-carousel-2 #jzp-carousel-2 .carousel-caption {
	text-align:left;
}

}



.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;
}